From d9adb8b0f28a92d756b7ec2da02952723740f80e Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 06:31:38 +0000 Subject: [PATCH] Publish Advisories GHSA-c75c-g472-c3qh GHSA-hr9r-5hcm-g5g2 GHSA-qhpg-rfm9-mw4f GHSA-rf7m-w6xx-cv97 --- .../GHSA-c75c-g472-c3qh.json | 42 +++++++++++++++++ .../GHSA-hr9r-5hcm-g5g2.json | 46 +++++++++++++++++++ .../GHSA-qhpg-rfm9-mw4f.json | 42 +++++++++++++++++ .../GHSA-rf7m-w6xx-cv97.json | 35 ++++++++++++++ 4 files changed, 165 insertions(+) create mode 100644 advisories/unreviewed/2024/11/GHSA-c75c-g472-c3qh/GHSA-c75c-g472-c3qh.json create mode 100644 advisories/unreviewed/2024/11/GHSA-hr9r-5hcm-g5g2/GHSA-hr9r-5hcm-g5g2.json create mode 100644 advisories/unreviewed/2024/11/GHSA-qhpg-rfm9-mw4f/GHSA-qhpg-rfm9-mw4f.json create mode 100644 advisories/unreviewed/2024/11/GHSA-rf7m-w6xx-cv97/GHSA-rf7m-w6xx-cv97.json diff --git a/advisories/unreviewed/2024/11/GHSA-c75c-g472-c3qh/GHSA-c75c-g472-c3qh.json b/advisories/unreviewed/2024/11/GHSA-c75c-g472-c3qh/GHSA-c75c-g472-c3qh.json new file mode 100644 index 00000000000..127fb20b8b8 --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-c75c-g472-c3qh/GHSA-c75c-g472-c3qh.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-c75c-g472-c3qh", + "modified": "2024-11-20T06:30:32Z", + "published": "2024-11-20T06:30:32Z", + "aliases": [ + "CVE-2024-52614" + ], + "details": "Use of hard-coded cryptographic key issue exists in \"Kura Sushi Official App Produced by EPARK\" for Android versions prior to 3.8.5. If this vulnerability is exploited, a local attacker may obtain the login ID and password for the affected product.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:L/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-52614" + }, + { + "type": "WEB", + "url": "https://jvn.jp/en/jp/JVN16114985" + }, + { + "type": "WEB", + "url": "https://play.google.com/store/apps/details?id=jp.co.kura_corpo" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-321" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-20T06:15:16Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-hr9r-5hcm-g5g2/GHSA-hr9r-5hcm-g5g2.json b/advisories/unreviewed/2024/11/GHSA-hr9r-5hcm-g5g2/GHSA-hr9r-5hcm-g5g2.json new file mode 100644 index 00000000000..b70401770f8 --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-hr9r-5hcm-g5g2/GHSA-hr9r-5hcm-g5g2.json @@ -0,0 +1,46 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hr9r-5hcm-g5g2", + "modified": "2024-11-20T06:30:32Z", + "published": "2024-11-20T06:30:32Z", + "aliases": [ + "CVE-2024-11278" + ], + "details": "The GD bbPress Attachments plugin for WordPress is vulnerable to Reflected Cross-Site Scripting due to the use of add_query_arg without appropriate escaping on the URL in all versions up to, and including, 4.7.2. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11278" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/gd-bbpress-attachments/trunk/code/front.php#L280" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3189863/gd-bbpress-attachments/trunk/code/front.php" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/6f598cfc-4d41-4d22-95f0-47efdb7d07a2?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-20T05:15:16Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-qhpg-rfm9-mw4f/GHSA-qhpg-rfm9-mw4f.json b/advisories/unreviewed/2024/11/GHSA-qhpg-rfm9-mw4f/GHSA-qhpg-rfm9-mw4f.json new file mode 100644 index 00000000000..0c69211ce25 --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-qhpg-rfm9-mw4f/GHSA-qhpg-rfm9-mw4f.json @@ -0,0 +1,42 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-qhpg-rfm9-mw4f", + "modified": "2024-11-20T06:30:32Z", + "published": "2024-11-20T06:30:32Z", + "aliases": [ + "CVE-2024-9653" + ], + "details": "The Restaurant Menu – Food Ordering System – Table Reservation plugin for WordPress is vulnerable to Reflected Cross-Site Scripting via the 'action' parameter in all versions up to, and including, 2.4.2 due to insufficient input sanitization and output escaping. This makes it possible for unauthenticated attackers to inject arbitrary web scripts in pages that execute if they can successfully trick a user into performing an action such as clicking on a link.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + } + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-9653" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=3186456%40menu-ordering-reservations&new=3186456%40menu-ordering-reservations&sfp_email=&sfph_mail=" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/11ccafd9-dad5-4b7d-b913-7821dd52d12b?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-20T06:15:16Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-rf7m-w6xx-cv97/GHSA-rf7m-w6xx-cv97.json b/advisories/unreviewed/2024/11/GHSA-rf7m-w6xx-cv97/GHSA-rf7m-w6xx-cv97.json new file mode 100644 index 00000000000..b1c8389b5da --- /dev/null +++ b/advisories/unreviewed/2024/11/GHSA-rf7m-w6xx-cv97/GHSA-rf7m-w6xx-cv97.json @@ -0,0 +1,35 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-rf7m-w6xx-cv97", + "modified": "2024-11-20T06:30:32Z", + "published": "2024-11-20T06:30:32Z", + "aliases": [ + "CVE-2024-10515" + ], + "details": "In the process of testing the SEO Plugin by Squirrly SEO WordPress plugin before 12.3.21, a vulnerability was found that allows you to implement Stored XSS on behalf of the editor by embedding malicious script, which entails account takeover backdoor", + "severity": [ + + ], + "affected": [ + + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-10515" + }, + { + "type": "WEB", + "url": "https://wpscan.com/vulnerability/367aad17-fbb5-48eb-8829-5d3513098d02" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": null, + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-11-20T06:15:15Z" + } +} \ No newline at end of file