CVE-2026-42523
Published: 29 April 2026
Summary
CVE-2026-42523 is a critical-severity Cross-site Scripting (CWE-79) vulnerability in Jenkins Github. Its CVSS base score is 9.0 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.9th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
SI-2 requires timely flaw remediation, directly addressing the specific stored XSS vulnerability in the Jenkins GitHub Plugin by mandating identification, reporting, and patching of the improper job URL processing.
SI-10 enforces validation of information inputs such as the job URL, preventing injection of malicious JavaScript payloads that enable the stored XSS exploitation.
SI-15 mandates filtering of information output on job configuration pages, blocking execution of stored malicious JavaScript in users' browsers.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Stored XSS vulnerability in public-facing Jenkins plugin directly enables exploitation of the application (T1190) and facilitates arbitrary JavaScript execution in victim browsers (T1059.007).
NVD Description
Jenkins GitHub Plugin 1.46.0 and earlier improperly processes the current job URL as part of JavaScript implementing validation of the feature "GitHub hook trigger for GITScm polling", resulting in a stored cross-site scripting (XSS) vulnerability exploitable by non-anonymous attackers with…
more
Overall/Read permission.
Deeper analysisAI
CVE-2026-42523 is a stored cross-site scripting (XSS) vulnerability, mapped to CWE-79, affecting Jenkins GitHub Plugin versions 1.46.0 and earlier. The flaw occurs when the plugin improperly processes the current job URL as part of JavaScript code implementing validation for the "GitHub hook trigger for GITScm polling" feature. Published on 2026-04-29, it carries a CVSS v3.1 base score of 9.0 (AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H), reflecting critical severity due to network accessibility, low attack complexity, and potential for high impacts across confidentiality, integrity, and availability with scope change.
Non-anonymous attackers possessing Overall/Read permission can exploit this stored XSS vulnerability. By injecting malicious payloads via the job URL during plugin interactions, they can store executable JavaScript that triggers in the browsers of other users viewing the affected job configuration, requiring user interaction but enabling broad compromise within the Jenkins instance.
The official Jenkins security advisory at https://www.jenkins.io/security/advisory/2026-04-29/#SECURITY-3704 provides guidance on mitigation and patching for this issue.
Details
- CWE(s)