From 5e149c2d2107fc367e90d56a88d764d3a961fb17 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 2 Apr 2025 22:44:57 +0000 Subject: [PATCH] Publish Advisories GHSA-hcfh-qjcp-34q9 GHSA-hcfh-qjcp-34q9 --- .../GHSA-hcfh-qjcp-34q9.json | 65 +++++++++++++++++++ .../GHSA-hcfh-qjcp-34q9.json | 36 ---------- 2 files changed, 65 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/04/GHSA-hcfh-qjcp-34q9/GHSA-hcfh-qjcp-34q9.json delete mode 100644 advisories/unreviewed/2025/04/GHSA-hcfh-qjcp-34q9/GHSA-hcfh-qjcp-34q9.json diff --git a/advisories/github-reviewed/2025/04/GHSA-hcfh-qjcp-34q9/GHSA-hcfh-qjcp-34q9.json b/advisories/github-reviewed/2025/04/GHSA-hcfh-qjcp-34q9/GHSA-hcfh-qjcp-34q9.json new file mode 100644 index 00000000000..9a2dc76770c --- /dev/null +++ b/advisories/github-reviewed/2025/04/GHSA-hcfh-qjcp-34q9/GHSA-hcfh-qjcp-34q9.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hcfh-qjcp-34q9", + "modified": "2025-04-02T22:43:30Z", + "published": "2025-04-02T15:31:38Z", + "aliases": [ + "CVE-2025-31723" + ], + "summary": "Jenkins Simple Queue Plugin Cross-Site Request Forgery (CSRF)", + "details": "Jenkins Simple Queue Plugin 1.4.6 and earlier does not require POST requests for multiple HTTP endpoints, resulting in cross-site request forgery (CSRF) vulnerabilities.\n\nThese vulnerabilities allow attackers to change and reset the build queue order.\n\nSimple Queue Plugin 1.4.7 requires POST requests for the affected HTTP endpoints.\n\nAdministrators can enable equivalent HTTP endpoints without CSRF protection via the global configuration.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "io.jenkins.plugins:simple-queue" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.4.7" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31723" + }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/simple-queue-plugin/commit/c1094666dcd139830620d6d1c21b13f847601e74" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/simple-queue-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2025-04-02/#SECURITY-3469" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-352" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-04-02T22:43:30Z", + "nvd_published_at": "2025-04-02T15:15:59Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/04/GHSA-hcfh-qjcp-34q9/GHSA-hcfh-qjcp-34q9.json b/advisories/unreviewed/2025/04/GHSA-hcfh-qjcp-34q9/GHSA-hcfh-qjcp-34q9.json deleted file mode 100644 index d84bdd8c625..00000000000 --- a/advisories/unreviewed/2025/04/GHSA-hcfh-qjcp-34q9/GHSA-hcfh-qjcp-34q9.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-hcfh-qjcp-34q9", - "modified": "2025-04-02T18:30:50Z", - "published": "2025-04-02T15:31:38Z", - "aliases": [ - "CVE-2025-31723" - ], - "details": "A cross-site request forgery (CSRF) vulnerability in Jenkins Simple Queue Plugin 1.4.6 and earlier allows attackers to change and reset the build queue order.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31723" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2025-04-02/#SECURITY-3469" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-352" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-04-02T15:15:59Z" - } -} \ No newline at end of file