From 072c189295d6c218fad9e7642493188e44dbd230 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 20:13:13 +0000 Subject: [PATCH] Publish Advisories GHSA-fwxq-3f52-5cmc GHSA-fwxq-3f52-5cmc --- .../GHSA-fwxq-3f52-5cmc.json | 61 +++++++++++++++++++ .../GHSA-fwxq-3f52-5cmc.json | 29 --------- 2 files changed, 61 insertions(+), 29 deletions(-) create mode 100644 advisories/github-reviewed/2024/11/GHSA-fwxq-3f52-5cmc/GHSA-fwxq-3f52-5cmc.json delete mode 100644 advisories/unreviewed/2024/11/GHSA-fwxq-3f52-5cmc/GHSA-fwxq-3f52-5cmc.json diff --git a/advisories/github-reviewed/2024/11/GHSA-fwxq-3f52-5cmc/GHSA-fwxq-3f52-5cmc.json b/advisories/github-reviewed/2024/11/GHSA-fwxq-3f52-5cmc/GHSA-fwxq-3f52-5cmc.json new file mode 100644 index 00000000000..239da6f80f4 --- /dev/null +++ b/advisories/github-reviewed/2024/11/GHSA-fwxq-3f52-5cmc/GHSA-fwxq-3f52-5cmc.json @@ -0,0 +1,61 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-fwxq-3f52-5cmc", + "modified": "2024-11-27T20:12:13Z", + "published": "2024-11-27T18:34:04Z", + "aliases": [ + "CVE-2024-54004" + ], + "summary": "Jenkins Filesystem List Parameter Plugin has Path Traversal vulnerability", + "details": "Jenkins Filesystem List Parameter Plugin 0.0.14 and earlier does not restrict the path used for the File system objects list Parameter.\n\nThis allows attackers with Item/Configure permission to enumerate file names on the Jenkins controller file system.\n\nFilesystem List Parameter Plugin 0.0.15 ensures that paths used by the File system objects list Parameter are restricted to an allow list, with the default base directory set to $JENKINS_HOME/userContent/. The allow list can be configured to include additional custom base directories.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "aendter.jenkins.plugins:filesystem-list-parameter-plugin" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.0.15" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-54004" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2024-11-27/#SECURITY-3367" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-11-27T20:12:13Z", + "nvd_published_at": "2024-11-27T17:15:15Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/11/GHSA-fwxq-3f52-5cmc/GHSA-fwxq-3f52-5cmc.json b/advisories/unreviewed/2024/11/GHSA-fwxq-3f52-5cmc/GHSA-fwxq-3f52-5cmc.json deleted file mode 100644 index 270816f7b36..00000000000 --- a/advisories/unreviewed/2024/11/GHSA-fwxq-3f52-5cmc/GHSA-fwxq-3f52-5cmc.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-fwxq-3f52-5cmc", - "modified": "2024-11-27T18:34:04Z", - "published": "2024-11-27T18:34:04Z", - "aliases": [ - "CVE-2024-54004" - ], - "details": "Jenkins Filesystem List Parameter Plugin 0.0.14 and earlier does not restrict the path used for the File system objects list Parameter, allowing attackers with Item/Configure permission to enumerate file names on the Jenkins controller file system.", - "severity": [], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-54004" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2024-11-27/#SECURITY-3367" - } - ], - "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