From 18d2c9a7cf9281b930ede2f3815a92fd18564b8c Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 03:32:13 +0000 Subject: [PATCH] Publish Advisories GHSA-75f4-ww24-h9gr GHSA-6276-35wc-6mcx GHSA-9fm8-v9c3-xg8r GHSA-c2c4-4544-w949 GHSA-pf86-qc75-c29x GHSA-qprp-wpvg-34qr GHSA-v4pw-hgqp-3vv5 GHSA-wvp9-cm8c-37mr --- .../GHSA-75f4-ww24-h9gr.json | 10 +++- .../GHSA-6276-35wc-6mcx.json | 39 ++++++++++++++++ .../GHSA-9fm8-v9c3-xg8r.json | 46 +++++++++++++++++++ .../GHSA-c2c4-4544-w949.json | 35 ++++++++++++++ .../GHSA-pf86-qc75-c29x.json | 46 +++++++++++++++++++ .../GHSA-qprp-wpvg-34qr.json | 46 +++++++++++++++++++ .../GHSA-v4pw-hgqp-3vv5.json | 46 +++++++++++++++++++ .../GHSA-wvp9-cm8c-37mr.json | 46 +++++++++++++++++++ 8 files changed, 313 insertions(+), 1 deletion(-) create mode 100644 advisories/unreviewed/2024/03/GHSA-6276-35wc-6mcx/GHSA-6276-35wc-6mcx.json create mode 100644 advisories/unreviewed/2024/03/GHSA-9fm8-v9c3-xg8r/GHSA-9fm8-v9c3-xg8r.json create mode 100644 advisories/unreviewed/2024/03/GHSA-c2c4-4544-w949/GHSA-c2c4-4544-w949.json create mode 100644 advisories/unreviewed/2024/03/GHSA-pf86-qc75-c29x/GHSA-pf86-qc75-c29x.json create mode 100644 advisories/unreviewed/2024/03/GHSA-qprp-wpvg-34qr/GHSA-qprp-wpvg-34qr.json create mode 100644 advisories/unreviewed/2024/03/GHSA-v4pw-hgqp-3vv5/GHSA-v4pw-hgqp-3vv5.json create mode 100644 advisories/unreviewed/2024/03/GHSA-wvp9-cm8c-37mr/GHSA-wvp9-cm8c-37mr.json diff --git a/advisories/unreviewed/2024/02/GHSA-75f4-ww24-h9gr/GHSA-75f4-ww24-h9gr.json b/advisories/unreviewed/2024/02/GHSA-75f4-ww24-h9gr/GHSA-75f4-ww24-h9gr.json index 137752f6dd9..bcb714cedbc 100644 --- a/advisories/unreviewed/2024/02/GHSA-75f4-ww24-h9gr/GHSA-75f4-ww24-h9gr.json +++ b/advisories/unreviewed/2024/02/GHSA-75f4-ww24-h9gr/GHSA-75f4-ww24-h9gr.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-75f4-ww24-h9gr", - "modified": "2024-02-26T18:30:29Z", + "modified": "2024-03-15T03:30:52Z", "published": "2024-02-26T18:30:29Z", "aliases": [ "CVE-2024-1622" @@ -21,6 +21,14 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1622" }, + { + "type": "WEB", + "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/K52QRRYBHLP73RAS3CGOPBWYT7EZVP6O" + }, + { + "type": "WEB", + "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/N2N3N3SNBHSH7GN3JOLR7YUF5FCTQQ5O" + }, { "type": "WEB", "url": "https://www.nlnetlabs.nl/downloads/routinator/CVE-2024-1622.txt" diff --git a/advisories/unreviewed/2024/03/GHSA-6276-35wc-6mcx/GHSA-6276-35wc-6mcx.json b/advisories/unreviewed/2024/03/GHSA-6276-35wc-6mcx/GHSA-6276-35wc-6mcx.json new file mode 100644 index 00000000000..a20636ed487 --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-6276-35wc-6mcx/GHSA-6276-35wc-6mcx.json @@ -0,0 +1,39 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-6276-35wc-6mcx", + "modified": "2024-03-15T03:30:52Z", + "published": "2024-03-15T03:30:52Z", + "aliases": [ + "CVE-2024-26454" + ], + "details": "A Cross Site Scripting vulnerability in Healthcare-Chatbot through 9b7058a can occur via a crafted payload to the email1 or pwd1 parameter in login.php.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26454" + }, + { + "type": "WEB", + "url": "https://github.com/OmRajpurkar/Healthcare-Chatbot/issues/4" + }, + { + "type": "WEB", + "url": "https://medium.com/%400x0d0x0a/healthcare-chatbot-xss-cve-2024-26454-acf2607bf210" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-15T01:15:58Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-9fm8-v9c3-xg8r/GHSA-9fm8-v9c3-xg8r.json b/advisories/unreviewed/2024/03/GHSA-9fm8-v9c3-xg8r/GHSA-9fm8-v9c3-xg8r.json new file mode 100644 index 00000000000..ec24768ed62 --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-9fm8-v9c3-xg8r/GHSA-9fm8-v9c3-xg8r.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9fm8-v9c3-xg8r", + "modified": "2024-03-15T03:30:52Z", + "published": "2024-03-15T03:30:52Z", + "aliases": [ + "CVE-2024-1915" + ], + "details": "Incorrect Pointer Scaling vulnerability in Mitsubishi Electric Corporation MELSEC-Q Series and MELSEC-L Series CPU modules allows a remote unauthenticated attacker to execute malicious code on a target product by sending a specially crafted packet.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1915" + }, + { + "type": "WEB", + "url": "https://jvn.jp/vu/JVNVU99690199" + }, + { + "type": "WEB", + "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-074-14" + }, + { + "type": "WEB", + "url": "https://www.mitsubishielectric.com/en/psirt/vulnerability/pdf/2023-024_en.pdf" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-468" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-15T01:15:58Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-c2c4-4544-w949/GHSA-c2c4-4544-w949.json b/advisories/unreviewed/2024/03/GHSA-c2c4-4544-w949/GHSA-c2c4-4544-w949.json new file mode 100644 index 00000000000..ac31eff2fcc --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-c2c4-4544-w949/GHSA-c2c4-4544-w949.json @@ -0,0 +1,35 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c2c4-4544-w949", + "modified": "2024-03-15T03:30:52Z", + "published": "2024-03-15T03:30:52Z", + "aliases": [ + "CVE-2024-26540" + ], + "details": "A heap-based buffer overflow in Clmg before 3.3.3 can occur via a crafted file to cimg_library::CImg::_load_analyze.", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-26540" + }, + { + "type": "WEB", + "url": "https://github.com/GreycLab/CImg/issues/403" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-15T01:15:58Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-pf86-qc75-c29x/GHSA-pf86-qc75-c29x.json b/advisories/unreviewed/2024/03/GHSA-pf86-qc75-c29x/GHSA-pf86-qc75-c29x.json new file mode 100644 index 00000000000..004cf37492e --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-pf86-qc75-c29x/GHSA-pf86-qc75-c29x.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pf86-qc75-c29x", + "modified": "2024-03-15T03:30:52Z", + "published": "2024-03-15T03:30:52Z", + "aliases": [ + "CVE-2024-0803" + ], + "details": "Integer Overflow or Wraparound vulnerability in Mitsubishi Electric Corporation MELSEC-Q Series and MELSEC-L Series CPU modules allows a remote unauthenticated attacker to execute malicious code on a target product by sending a specially crafted packet.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0803" + }, + { + "type": "WEB", + "url": "https://jvn.jp/vu/JVNVU99690199" + }, + { + "type": "WEB", + "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-074-14" + }, + { + "type": "WEB", + "url": "https://www.mitsubishielectric.com/en/psirt/vulnerability/pdf/2023-024_en.pdf" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-190" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-15T01:15:57Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-qprp-wpvg-34qr/GHSA-qprp-wpvg-34qr.json b/advisories/unreviewed/2024/03/GHSA-qprp-wpvg-34qr/GHSA-qprp-wpvg-34qr.json new file mode 100644 index 00000000000..ab0a0826762 --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-qprp-wpvg-34qr/GHSA-qprp-wpvg-34qr.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qprp-wpvg-34qr", + "modified": "2024-03-15T03:30:52Z", + "published": "2024-03-15T03:30:52Z", + "aliases": [ + "CVE-2024-0802" + ], + "details": "Incorrect Pointer Scaling vulnerability in Mitsubishi Electric Corporation MELSEC-Q Series and MELSEC-L Series CPU modules allows a remote unauthenticated attacker to read arbitrary information from a target product or execute malicious code on a target product by sending a specially crafted packet.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-0802" + }, + { + "type": "WEB", + "url": "https://jvn.jp/vu/JVNVU99690199" + }, + { + "type": "WEB", + "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-074-14" + }, + { + "type": "WEB", + "url": "https://www.mitsubishielectric.com/en/psirt/vulnerability/pdf/2023-024_en.pdf" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-468" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-15T01:15:57Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-v4pw-hgqp-3vv5/GHSA-v4pw-hgqp-3vv5.json b/advisories/unreviewed/2024/03/GHSA-v4pw-hgqp-3vv5/GHSA-v4pw-hgqp-3vv5.json new file mode 100644 index 00000000000..d007b675dd1 --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-v4pw-hgqp-3vv5/GHSA-v4pw-hgqp-3vv5.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-v4pw-hgqp-3vv5", + "modified": "2024-03-15T03:30:52Z", + "published": "2024-03-15T03:30:52Z", + "aliases": [ + "CVE-2024-1917" + ], + "details": "Integer Overflow or Wraparound vulnerability in Mitsubishi Electric Corporation MELSEC-Q Series and MELSEC-L Series CPU modules allows a remote unauthenticated attacker to execute malicious code on a target product by sending a specially crafted packet.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1917" + }, + { + "type": "WEB", + "url": "https://jvn.jp/vu/JVNVU99690199" + }, + { + "type": "WEB", + "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-074-14" + }, + { + "type": "WEB", + "url": "https://www.mitsubishielectric.com/en/psirt/vulnerability/pdf/2023-024_en.pdf" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-190" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-15T01:15:58Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/03/GHSA-wvp9-cm8c-37mr/GHSA-wvp9-cm8c-37mr.json b/advisories/unreviewed/2024/03/GHSA-wvp9-cm8c-37mr/GHSA-wvp9-cm8c-37mr.json new file mode 100644 index 00000000000..72b79c37b50 --- /dev/null +++ b/advisories/unreviewed/2024/03/GHSA-wvp9-cm8c-37mr/GHSA-wvp9-cm8c-37mr.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-wvp9-cm8c-37mr", + "modified": "2024-03-15T03:30:52Z", + "published": "2024-03-15T03:30:52Z", + "aliases": [ + "CVE-2024-1916" + ], + "details": "Integer Overflow or Wraparound vulnerability in Mitsubishi Electric Corporation MELSEC-Q Series and MELSEC-L Series CPU modules allows a remote unauthenticated attacker to execute malicious code on a target product by sending a specially crafted packet.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-1916" + }, + { + "type": "WEB", + "url": "https://jvn.jp/vu/JVNVU99690199" + }, + { + "type": "WEB", + "url": "https://www.cisa.gov/news-events/ics-advisories/icsa-24-074-14" + }, + { + "type": "WEB", + "url": "https://www.mitsubishielectric.com/en/psirt/vulnerability/pdf/2023-024_en.pdf" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-190" + ], + "severity": "CRITICAL", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-03-15T01:15:58Z" + } +} \ No newline at end of file