From e7696e8832ddefbf8cd86f9e97541450610c2958 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:11:20 +0000 Subject: [PATCH] Publish Advisories GHSA-34q8-jcq6-mc37 GHSA-qwrq-vxvw-537r GHSA-xw32-6422-frqm GHSA-xw32-6422-frqm --- .../GHSA-34q8-jcq6-mc37.json | 37 +++++++++-- .../GHSA-qwrq-vxvw-537r.json | 37 +++++++++-- .../GHSA-xw32-6422-frqm.json | 65 +++++++++++++++++++ .../GHSA-xw32-6422-frqm.json | 35 ---------- 4 files changed, 129 insertions(+), 45 deletions(-) rename advisories/{unreviewed => github-reviewed}/2024/10/GHSA-34q8-jcq6-mc37/GHSA-34q8-jcq6-mc37.json (58%) rename advisories/{unreviewed => github-reviewed}/2024/10/GHSA-qwrq-vxvw-537r/GHSA-qwrq-vxvw-537r.json (55%) create mode 100644 advisories/github-reviewed/2024/10/GHSA-xw32-6422-frqm/GHSA-xw32-6422-frqm.json delete mode 100644 advisories/unreviewed/2024/10/GHSA-xw32-6422-frqm/GHSA-xw32-6422-frqm.json diff --git a/advisories/unreviewed/2024/10/GHSA-34q8-jcq6-mc37/GHSA-34q8-jcq6-mc37.json b/advisories/github-reviewed/2024/10/GHSA-34q8-jcq6-mc37/GHSA-34q8-jcq6-mc37.json similarity index 58% rename from advisories/unreviewed/2024/10/GHSA-34q8-jcq6-mc37/GHSA-34q8-jcq6-mc37.json rename to advisories/github-reviewed/2024/10/GHSA-34q8-jcq6-mc37/GHSA-34q8-jcq6-mc37.json index bb82d88188f..1ce50c352b4 100644 --- a/advisories/unreviewed/2024/10/GHSA-34q8-jcq6-mc37/GHSA-34q8-jcq6-mc37.json +++ b/advisories/github-reviewed/2024/10/GHSA-34q8-jcq6-mc37/GHSA-34q8-jcq6-mc37.json @@ -1,20 +1,43 @@ { "schema_version": "1.4.0", "id": "GHSA-34q8-jcq6-mc37", - "modified": "2024-10-01T06:30:47Z", + "modified": "2024-10-01T18:10:50Z", "published": "2024-10-01T06:30:47Z", "aliases": [ "CVE-2024-21489" ], + "summary": "uPlot Prototype Pollution vulnerability", "details": "Versions of the package uplot before 1.6.31 are vulnerable to Prototype Pollution via the uplot.assign function due to missing check if the attribute resolves to the object prototype.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "uplot" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.6.31" + } + ] + } + ] + } ], "references": [ { @@ -25,9 +48,13 @@ "type": "WEB", "url": "https://github.com/leeoniya/uPlot/commit/5756e3e9b91270b303157e14bd0174311047d983" }, + { + "type": "PACKAGE", + "url": "https://github.com/leeoniya/uPlot" + }, { "type": "WEB", - "url": "https://github.com/leeoniya/uPlot/blob/c52e5001c1d959a99ac495a53e4deca5c44464d2/src/utils.js%23L437-L452" + "url": "https://github.com/leeoniya/uPlot/blob/c52e5001c1d959a99ac495a53e4deca5c44464d2/src/utils.js#L437-L452" }, { "type": "WEB", @@ -39,8 +66,8 @@ "CWE-1321" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-10-01T18:10:50Z", "nvd_published_at": "2024-10-01T05:15:12Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-qwrq-vxvw-537r/GHSA-qwrq-vxvw-537r.json b/advisories/github-reviewed/2024/10/GHSA-qwrq-vxvw-537r/GHSA-qwrq-vxvw-537r.json similarity index 55% rename from advisories/unreviewed/2024/10/GHSA-qwrq-vxvw-537r/GHSA-qwrq-vxvw-537r.json rename to advisories/github-reviewed/2024/10/GHSA-qwrq-vxvw-537r/GHSA-qwrq-vxvw-537r.json index 6a0e4b96679..819fecb7dc9 100644 --- a/advisories/unreviewed/2024/10/GHSA-qwrq-vxvw-537r/GHSA-qwrq-vxvw-537r.json +++ b/advisories/github-reviewed/2024/10/GHSA-qwrq-vxvw-537r/GHSA-qwrq-vxvw-537r.json @@ -1,29 +1,56 @@ { "schema_version": "1.4.0", "id": "GHSA-qwrq-vxvw-537r", - "modified": "2024-10-01T06:30:47Z", + "modified": "2024-10-01T18:10:26Z", "published": "2024-10-01T06:30:47Z", "aliases": [ "CVE-2024-21531" ], + "summary": "git-shallow-clone OS Command Injection vulnerability", "details": "All versions of the package git-shallow-clone are vulnerable to Command injection due to missing sanitization or mitigation flags in the process variable of the gitShallowClone function.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "npm", + "name": "git-shallow-clone" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "0.0.2" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21531" }, + { + "type": "PACKAGE", + "url": "https://github.com/10uei011/git-shallow-clone" + }, { "type": "WEB", - "url": "https://github.com/10uei011/git-shallow-clone/blob/master/index.js%23L27" + "url": "https://github.com/10uei011/git-shallow-clone/blob/master/index.js#L27" }, { "type": "WEB", @@ -35,8 +62,8 @@ "CWE-78" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-10-01T18:10:26Z", "nvd_published_at": "2024-10-01T05:15:12Z" } } \ No newline at end of file diff --git a/advisories/github-reviewed/2024/10/GHSA-xw32-6422-frqm/GHSA-xw32-6422-frqm.json b/advisories/github-reviewed/2024/10/GHSA-xw32-6422-frqm/GHSA-xw32-6422-frqm.json new file mode 100644 index 00000000000..e2c6d6e4465 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-xw32-6422-frqm/GHSA-xw32-6422-frqm.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xw32-6422-frqm", + "modified": "2024-10-01T18:09:20Z", + "published": "2024-10-01T15:32:09Z", + "aliases": [ + "CVE-2024-45967" + ], + "summary": "Pagekit Cross-site Scripting vulnerability", + "details": "Pagekit 1.0.18 is vulnerable to Cross Site Scripting (XSS) in index.php/admin/site/widget.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Packagist", + "name": "pagekit/pagekit" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.0.18" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45967" + }, + { + "type": "PACKAGE", + "url": "https://github.com/pagekit/pagekit" + }, + { + "type": "WEB", + "url": "https://github.com/yingning620/test123/blob/main/Pagekit%20CMS/Pagekit%20CMS%20v1.0.18%20%E5%AD%98%E5%82%A8%E5%9E%8BXSS.md" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-01T18:09:20Z", + "nvd_published_at": "2024-10-01T15:15:08Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-xw32-6422-frqm/GHSA-xw32-6422-frqm.json b/advisories/unreviewed/2024/10/GHSA-xw32-6422-frqm/GHSA-xw32-6422-frqm.json deleted file mode 100644 index 29521131b4d..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-xw32-6422-frqm/GHSA-xw32-6422-frqm.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-xw32-6422-frqm", - "modified": "2024-10-01T15:32:09Z", - "published": "2024-10-01T15:32:09Z", - "aliases": [ - "CVE-2024-45967" - ], - "details": "Pagekit 1.0.18 is vulnerable to Cross Site Scripting (XSS) in index.php/admin/site/widget.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45967" - }, - { - "type": "WEB", - "url": "https://github.com/yingning620/test123/blob/main/Pagekit%20CMS/Pagekit%20CMS%20v1.0.18%20%E5%AD%98%E5%82%A8%E5%9E%8BXSS.md" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-01T15:15:08Z" - } -} \ No newline at end of file