From 1fd4e915630732e84feedce1048b20a2c82a5305 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 22:39:34 +0000 Subject: [PATCH] Publish Advisories GHSA-xxrg-mg63-qfpj GHSA-xxrg-mg63-qfpj --- .../GHSA-xxrg-mg63-qfpj.json | 51 +++++++++++++++++++ .../GHSA-xxrg-mg63-qfpj.json | 36 ------------- 2 files changed, 51 insertions(+), 36 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-xxrg-mg63-qfpj/GHSA-xxrg-mg63-qfpj.json delete mode 100644 advisories/unreviewed/2025/03/GHSA-xxrg-mg63-qfpj/GHSA-xxrg-mg63-qfpj.json diff --git a/advisories/github-reviewed/2025/03/GHSA-xxrg-mg63-qfpj/GHSA-xxrg-mg63-qfpj.json b/advisories/github-reviewed/2025/03/GHSA-xxrg-mg63-qfpj/GHSA-xxrg-mg63-qfpj.json new file mode 100644 index 00000000000..d55d28908f4 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-xxrg-mg63-qfpj/GHSA-xxrg-mg63-qfpj.json @@ -0,0 +1,51 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xxrg-mg63-qfpj", + "modified": "2025-03-19T22:37:59Z", + "published": "2025-03-19T18:30:51Z", + "aliases": [ + "CVE-2025-30196" + ], + "summary": "Jenkins AnchorChain Plugin Has a Cross-Site Scripting (XSS) Vulnerability", + "details": "Jenkins AnchorChain Plugin 1.0 does not limit URL schemes for links it creates based on workspace content, allowing the javascript: scheme.\n\nThis results in a stored cross-site scripting (XSS) vulnerability exploitable by attackers able to control the input file for the Anchor Chain post-build step.\n\nAs of publication of this advisory, there is no fix.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Maven", + "name": "org.jenkins-ci.plugins:anchorchain" + }, + "versions": [ + "1.0" + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30196" + }, + { + "type": "PACKAGE", + "url": "https://github.com/jenkinsci/anchor-chain-plugin" + }, + { + "type": "WEB", + "url": "https://www.jenkins.io/security/advisory/2025-03-19/#SECURITY-3529" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-79" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-19T22:37:59Z", + "nvd_published_at": "2025-03-19T16:15:33Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-xxrg-mg63-qfpj/GHSA-xxrg-mg63-qfpj.json b/advisories/unreviewed/2025/03/GHSA-xxrg-mg63-qfpj/GHSA-xxrg-mg63-qfpj.json deleted file mode 100644 index 54ed4846510..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-xxrg-mg63-qfpj/GHSA-xxrg-mg63-qfpj.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-xxrg-mg63-qfpj", - "modified": "2025-03-19T21:30:52Z", - "published": "2025-03-19T18:30:51Z", - "aliases": [ - "CVE-2025-30196" - ], - "details": "Jenkins AnchorChain Plugin 1.0 does not limit URL schemes for links it creates based on workspace content, allowing the `javascript:` scheme, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers able to control the input file for the Anchor Chain post-build step.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-30196" - }, - { - "type": "WEB", - "url": "https://www.jenkins.io/security/advisory/2025-03-19/#SECURITY-3529" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-79" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-19T16:15:33Z" - } -} \ No newline at end of file