diff --git a/advisories/github-reviewed/2024/11/GHSA-4gwv-fpmg-cmv2/GHSA-4gwv-fpmg-cmv2.json b/advisories/github-reviewed/2024/11/GHSA-4gwv-fpmg-cmv2/GHSA-4gwv-fpmg-cmv2.json new file mode 100644 index 00000000000..0af2a058517 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-4gwv-fpmg-cmv2/GHSA-4gwv-fpmg-cmv2.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-4gwv-fpmg-cmv2", + "modified": "2024-11-27T19:49:05Z", + "published": "2024-11-27T18:34:04Z", + "aliases": [ + "CVE-2024-54003" + ], + "summary": "Jenkins Simple Queue Plugin has stored cross-site scripting (XSS) vulnerability", + "details": "Jenkins Simple Queue Plugin 1.4.4 and earlier does not escape the view name.\n\nThis results in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with View/Create permission.\n\nSimple Queue Plugin 1.4.5 escapes the view name.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "io.jenkins.plugins:simple-queue" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.4.5" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-54003" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2024-11-27/#SECURITY-3467" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-11-27T19:49:04Z", + "nvd_published_at": "2024-11-27T17:15:15Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-4gwv-fpmg-cmv2/GHSA-4gwv-fpmg-cmv2.json b/advisories/unreviewed/2024/11/GHSA-4gwv-fpmg-cmv2/GHSA-4gwv-fpmg-cmv2.json deleted file mode 100644 index f073e443651..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-4gwv-fpmg-cmv2/GHSA-4gwv-fpmg-cmv2.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-4gwv-fpmg-cmv2", - "modified": "2024-11-27T18:34:04Z", - "published": "2024-11-27T18:34:04Z", - "aliases": [ - "CVE-2024-54003" - ], - "details": "Jenkins Simple Queue Plugin 1.4.4 and earlier does not escape the view name, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with View/Create permission.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-54003" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2024-11-27/#SECURITY-3467" - } - ], - "database_specific": { - "cwe_ids": [], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-11-27T17:15:15Z" - } -} \ No newline at end of file