CVE-2022-29044
Published: 12 April 2022
Summary
CVE-2022-29044 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Jenkins Node And Label Parameter. Its CVSS base score is 5.4 (Medium).
Operationally, ranked at the 44.3th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
Deeper analysis
The Jenkins Node and Label Parameter Plugin versions 1.10.3 and earlier contain a stored cross-site scripting vulnerability because the plugin fails to escape the name and description fields of Node and Label parameters when those values are rendered on parameter-display views. The affected component is the Jenkins continuous-integration server when this plugin is installed and configured to expose such parameters.
Attackers who possess Item/Configure permission on a Jenkins job can supply malicious payloads in the parameter name or description fields. When another user subsequently views the job's parameter page, the injected script executes in the victim's browser context, allowing limited theft of session data or actions within the Jenkins instance under the victim's privileges.
The official Jenkins security advisory published on 2022-04-12 recommends upgrading the Node and Label Parameter Plugin to a fixed release that properly escapes the affected fields; administrators are advised to apply the update and review any existing jobs that use the plugin.
The EPSS score for this CVE rose sharply from a low baseline to a peak of 0.2585 in December 2025 before receding, indicating that exploitation interest materialized well after the original disclosure and that the issue merits renewed attention despite its current low probability.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2022-1804
Vulnerability details
Jenkins Node and Label parameter Plugin 1.10.3 and earlier does not escape the name and description of Node and Label 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.