CVE-2022-29036
Published: 12 April 2022
Summary
CVE-2022-29036 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Jenkins Credentials. Its CVSS base score is 5.4 (Medium).
Operationally, ranked in the top 41.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
The Jenkins Credentials Plugin in versions 1111.v35a_307992395 and earlier, excluding the listed backports, contains a stored cross-site scripting flaw tracked as CVE-2022-29036. The root cause is missing output encoding for the name and description fields of Credentials parameters when those values are rendered on parameter-display views, allowing attacker-controlled markup to be stored and later executed in other users' browsers.
An attacker who already possesses Item/Configure permission on a Jenkins item can supply a malicious name or description for a Credentials parameter; any user who subsequently views the parameter page will execute the injected script in the context of the Jenkins controller, resulting in limited impacts to confidentiality and integrity as reflected in the CVSS 5.4 score.
The official Jenkins security advisory published on 2022-04-12 recommends upgrading the Credentials Plugin to a fixed release and notes that the issue was addressed by properly escaping the affected fields.
EPSS for this CVE rose from a low baseline to a peak of 0.1635 on 2025-12-11 before receding to the current value of 0.0036, indicating that exploitation interest increased well after the original disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-1827
Vulnerability details
Jenkins Credentials Plugin 1111.v35a_307992395 and earlier, except 1087.1089.v2f1b_9a_b_040e4, 1074.1076.v39c30cecb_0e2, and 2.6.1.1, does not escape the name and description of Credentials parameters on views displaying parameters, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers with Item/Configure permission.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.
Validates web inputs to reject script-related content that could produce XSS.
Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.