From d0330df841807ee8d0c5d26d74a7f9274065e7e8 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:00:43 +0000 Subject: [PATCH] Publish GHSA-6456-xjm5-g3pg --- .../GHSA-6456-xjm5-g3pg.json | 27 +++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/advisories/github-reviewed/2022/05/GHSA-6456-xjm5-g3pg/GHSA-6456-xjm5-g3pg.json b/advisories/github-reviewed/2022/05/GHSA-6456-xjm5-g3pg/GHSA-6456-xjm5-g3pg.json index 29bc27a01cf..164c716ec46 100644 --- a/advisories/github-reviewed/2022/05/GHSA-6456-xjm5-g3pg/GHSA-6456-xjm5-g3pg.json +++ b/advisories/github-reviewed/2022/05/GHSA-6456-xjm5-g3pg/GHSA-6456-xjm5-g3pg.json @@ -1,12 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-6456-xjm5-g3pg", - "modified": "2022-06-28T23:42:21Z", + "modified": "2023-12-20T14:59:26Z", "published": "2022-05-13T01:01:02Z", "aliases": [ "CVE-2018-1999007" ], - "summary": "Improper Neutralization of Input During Web Page Generation in Jenkins", + "summary": "Cross-site scripting vulnerability exists in Jenkins and Stapler Plugin", "details": "A cross-site scripting vulnerability exists in Jenkins 2.132 and earlier, 2.121.1 and earlier in the Stapler web framework's org/kohsuke/stapler/Stapler.java that allows attackers with the ability to control the existence of some URLs in Jenkins to define JavaScript that would be executed in another user's browser when that other user views HTTP 404 error pages while Stapler debug mode is enabled.", "severity": [ { @@ -52,6 +52,25 @@ ] } ] + }, + { + "package": { + "ecosystem": "Maven", + "name": "org.kohsuke.stapler:stapler-parent" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.250.1" + } + ] + } + ] } ], "references": [ @@ -59,6 +78,10 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1999007" }, + { + "type": "WEB", + "url": "https://github.com/jenkinsci/stapler/commit/03e221a81e8424709d1fbdf72ab814309dd8e13f" + }, { "type": "PACKAGE", "url": "https://github.com/jenkinsci/jenkins"