From c7e912a8173068e642efff217ce63a235c07b9fa Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 09:32:59 +0000 Subject: [PATCH] Publish Advisories GHSA-fx99-8m8g-rfwx GHSA-252v-c8x9-rffm GHSA-4c4g-6q55-8c97 GHSA-7p6w-859w-82fp GHSA-gwhh-2295-5jfj GHSA-gxcj-4x66-8ccf GHSA-jqgc-ch7p-x5g4 GHSA-pf92-76h5-2r52 --- .../GHSA-fx99-8m8g-rfwx.json | 6 ++- .../GHSA-252v-c8x9-rffm.json | 44 ++++++++++++++++ .../GHSA-4c4g-6q55-8c97.json | 36 +++++++++++++ .../GHSA-7p6w-859w-82fp.json | 44 ++++++++++++++++ .../GHSA-gwhh-2295-5jfj.json | 36 +++++++++++++ .../GHSA-gxcj-4x66-8ccf.json | 52 +++++++++++++++++++ .../GHSA-jqgc-ch7p-x5g4.json | 40 ++++++++++++++ .../GHSA-pf92-76h5-2r52.json | 40 ++++++++++++++ 8 files changed, 297 insertions(+), 1 deletion(-) create mode 100644 advisories/unreviewed/2024/12/GHSA-252v-c8x9-rffm/GHSA-252v-c8x9-rffm.json create mode 100644 advisories/unreviewed/2024/12/GHSA-4c4g-6q55-8c97/GHSA-4c4g-6q55-8c97.json create mode 100644 advisories/unreviewed/2024/12/GHSA-7p6w-859w-82fp/GHSA-7p6w-859w-82fp.json create mode 100644 advisories/unreviewed/2024/12/GHSA-gwhh-2295-5jfj/GHSA-gwhh-2295-5jfj.json create mode 100644 advisories/unreviewed/2024/12/GHSA-gxcj-4x66-8ccf/GHSA-gxcj-4x66-8ccf.json create mode 100644 advisories/unreviewed/2024/12/GHSA-jqgc-ch7p-x5g4/GHSA-jqgc-ch7p-x5g4.json create mode 100644 advisories/unreviewed/2024/12/GHSA-pf92-76h5-2r52/GHSA-pf92-76h5-2r52.json diff --git a/advisories/unreviewed/2024/11/GHSA-fx99-8m8g-rfwx/GHSA-fx99-8m8g-rfwx.json b/advisories/unreviewed/2024/11/GHSA-fx99-8m8g-rfwx/GHSA-fx99-8m8g-rfwx.json index 74e64318598..ddfeca308ec 100644 --- a/advisories/unreviewed/2024/11/GHSA-fx99-8m8g-rfwx/GHSA-fx99-8m8g-rfwx.json +++ b/advisories/unreviewed/2024/11/GHSA-fx99-8m8g-rfwx/GHSA-fx99-8m8g-rfwx.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-fx99-8m8g-rfwx", - "modified": "2024-11-27T18:34:01Z", + "modified": "2024-12-17T09:31:05Z", "published": "2024-11-19T18:31:07Z", "aliases": [ "CVE-2024-53080" @@ -26,6 +26,10 @@ { "type": "WEB", "url": "https://git.kernel.org/stable/c/444fa5b100e5c90550d6bccfe4476efb0391b3ca" + }, + { + "type": "WEB", + "url": "https://project-zero.issues.chromium.org/issues/377500597" } ], "database_specific": { diff --git a/advisories/unreviewed/2024/12/GHSA-252v-c8x9-rffm/GHSA-252v-c8x9-rffm.json b/advisories/unreviewed/2024/12/GHSA-252v-c8x9-rffm/GHSA-252v-c8x9-rffm.json new file mode 100644 index 00000000000..a31f33830c8 --- /dev/null +++ b/advisories/unreviewed/2024/12/GHSA-252v-c8x9-rffm/GHSA-252v-c8x9-rffm.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-252v-c8x9-rffm", + "modified": "2024-12-17T09:31:06Z", + "published": "2024-12-17T09:31:06Z", + "aliases": [ + "CVE-2024-12220" + ], + "details": "The SMS for WooCommerce plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 2.8.1. This is due to missing or incorrect nonce validation on a function. This makes it possible for unauthenticated attackers to inject malicious web scripts via a forged request granted they can trick a site administrator 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-12220" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3207316" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/wc-sms/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/35707e4e-ca67-43fe-b120-79101ef31155?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-12-17T08:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-4c4g-6q55-8c97/GHSA-4c4g-6q55-8c97.json b/advisories/unreviewed/2024/12/GHSA-4c4g-6q55-8c97/GHSA-4c4g-6q55-8c97.json new file mode 100644 index 00000000000..f35cfc58eff --- /dev/null +++ b/advisories/unreviewed/2024/12/GHSA-4c4g-6q55-8c97/GHSA-4c4g-6q55-8c97.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4c4g-6q55-8c97", + "modified": "2024-12-17T09:31:05Z", + "published": "2024-12-17T09:31:05Z", + "aliases": [ + "CVE-2021-26281" + ], + "details": "Some parameters of the alarm clock module are improperly stored, leaking some sensitive information.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-26281" + }, + { + "type": "WEB", + "url": "https://www.vivo.com/en/support/security-advisory-detail?id=9" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-12-17T07:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-7p6w-859w-82fp/GHSA-7p6w-859w-82fp.json b/advisories/unreviewed/2024/12/GHSA-7p6w-859w-82fp/GHSA-7p6w-859w-82fp.json new file mode 100644 index 00000000000..f0c3ad51e43 --- /dev/null +++ b/advisories/unreviewed/2024/12/GHSA-7p6w-859w-82fp/GHSA-7p6w-859w-82fp.json @@ -0,0 +1,44 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-7p6w-859w-82fp", + "modified": "2024-12-17T09:31:06Z", + "published": "2024-12-17T09:31:06Z", + "aliases": [ + "CVE-2024-12219" + ], + "details": "The Stop Registration Spam plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.23. This is due to missing or incorrect nonce validation. This makes it possible for unauthenticated attackers to inject malicious web scripts via a forged request granted they can trick a site administrator 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-12219" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3206562" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/stop-registration-spam/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/2d5fb4ac-f86e-4b5e-ad4b-be19158ab745?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-12-17T08:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-gwhh-2295-5jfj/GHSA-gwhh-2295-5jfj.json b/advisories/unreviewed/2024/12/GHSA-gwhh-2295-5jfj/GHSA-gwhh-2295-5jfj.json new file mode 100644 index 00000000000..cb430575294 --- /dev/null +++ b/advisories/unreviewed/2024/12/GHSA-gwhh-2295-5jfj/GHSA-gwhh-2295-5jfj.json @@ -0,0 +1,36 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gwhh-2295-5jfj", + "modified": "2024-12-17T09:31:05Z", + "published": "2024-12-17T09:31:05Z", + "aliases": [ + "CVE-2021-26280" + ], + "details": "Locally installed application can bypass the permission check and perform system operations that require permission.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:N/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-26280" + }, + { + "type": "WEB", + "url": "https://www.vivo.com/en/support/security-advisory-detail?id=6" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-306" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-12-17T07:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-gxcj-4x66-8ccf/GHSA-gxcj-4x66-8ccf.json b/advisories/unreviewed/2024/12/GHSA-gxcj-4x66-8ccf/GHSA-gxcj-4x66-8ccf.json new file mode 100644 index 00000000000..2481236624d --- /dev/null +++ b/advisories/unreviewed/2024/12/GHSA-gxcj-4x66-8ccf/GHSA-gxcj-4x66-8ccf.json @@ -0,0 +1,52 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-gxcj-4x66-8ccf", + "modified": "2024-12-17T09:31:06Z", + "published": "2024-12-17T09:31:06Z", + "aliases": [ + "CVE-2024-12293" + ], + "details": "The User Role Editor plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 4.64.3. This is due to missing or incorrect nonce validation on the update_roles() function. This makes it possible for unauthenticated attackers to add or remove roles for arbitrary users, including escalating their privileges to administrator, via a forged request granted they can trick a site administrator 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:U/C:H/I:H/A:H" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-12293" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/user-role-editor/trunk/includes/classes/grant-roles.php#L184" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/browser/user-role-editor/trunk/includes/classes/grant-roles.php#L187" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3208193" + }, + { + "type": "WEB", + "url": "https://wordpress.org/plugins/user-role-editor/#developers" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/6f359d02-d4ce-4045-9e79-ae0f92b84766?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-12-17T09:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-jqgc-ch7p-x5g4/GHSA-jqgc-ch7p-x5g4.json b/advisories/unreviewed/2024/12/GHSA-jqgc-ch7p-x5g4/GHSA-jqgc-ch7p-x5g4.json new file mode 100644 index 00000000000..d12b2875621 --- /dev/null +++ b/advisories/unreviewed/2024/12/GHSA-jqgc-ch7p-x5g4/GHSA-jqgc-ch7p-x5g4.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jqgc-ch7p-x5g4", + "modified": "2024-12-17T09:31:06Z", + "published": "2024-12-17T09:31:06Z", + "aliases": [ + "CVE-2024-11294" + ], + "details": "The Memberful plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.73.9 via the WordPress core search feature. This makes it possible for unauthenticated attackers to extract sensitive data from posts that have been restricted to higher-level roles such as site members.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/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-11294" + }, + { + "type": "WEB", + "url": "https://plugins.trac.wordpress.org/changeset/3204895/memberful-wp" + }, + { + "type": "WEB", + "url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/19ad787d-e027-48f5-8b5f-9263338b4fc3?source=cve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-200" + ], + "severity": "MODERATE", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-12-17T09:15:05Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/12/GHSA-pf92-76h5-2r52/GHSA-pf92-76h5-2r52.json b/advisories/unreviewed/2024/12/GHSA-pf92-76h5-2r52/GHSA-pf92-76h5-2r52.json new file mode 100644 index 00000000000..2ae7c83954a --- /dev/null +++ b/advisories/unreviewed/2024/12/GHSA-pf92-76h5-2r52/GHSA-pf92-76h5-2r52.json @@ -0,0 +1,40 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-pf92-76h5-2r52", + "modified": "2024-12-17T09:31:05Z", + "published": "2024-12-17T09:31:05Z", + "aliases": [ + "CVE-2024-11999" + ], + "details": "CWE-1104: Use of Unmaintained Third-Party Components vulnerability exists that could cause complete\ncontrol of the device when an authenticated user installs malicious code into HMI product.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + } + ], + "affected": [], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11999" + }, + { + "type": "WEB", + "url": "https://download.schneider-electric.com/files?p_Doc_Ref=SEVD-2024-345-02&p_enDocType=Security+and+Safety+Notice&p_File_Name=SEVD-2024-345-02.pdf" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1104" + ], + "severity": "HIGH", + "github_reviewed": false, + "github_reviewed_at": null, + "nvd_published_at": "2024-12-17T07:15:06Z" + } +} \ No newline at end of file