Cyber Resilience

CVE-2022-46687

Medium

Published: 12 December 2022

Published
12 December 2022
Modified
23 April 2025
KEV Added
Patch
CVSS Score v3.1 5.4 CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
EPSS Score 0.0898 92.8th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-46687 is a medium-severity Cross-site Scripting (CWE-79) vulnerability in Jenkins Spring Config. Its CVSS base score is 5.4 (Medium).

Operationally, ranked in the top 7.2% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

Jenkins Spring Config Plugin 2.0.0 and earlier contains a stored cross-site scripting vulnerability because the plugin fails to escape build display names rendered on the Spring Config view. The affected component is the Jenkins plugin responsible for displaying these names in its dedicated configuration interface, classified under CWE-79 with a CVSS 3.1 score of 5.4.

Attackers with permission to modify build display names can inject arbitrary script content that executes in the browsers of other users viewing the Spring Config page. Successful exploitation allows limited impacts on confidentiality and integrity within the Jenkins instance, requiring user interaction and operating across security contexts.

The Jenkins security advisory published on 2022-12-07 at the referenced URL details the issue under SECURITY-2814 and provides guidance for affected installations. The associated EPSS score remains low, with a modest peak of 0.1037 that has since declined to the current value of 0.0898.

EU & UK References

Vulnerability details

Jenkins Spring Config Plugin 2.0.0 and earlier does not escape build display names shown on the Spring Config view, resulting in a stored cross-site scripting (XSS) vulnerability exploitable by attackers able to change build display names.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

jenkins
spring config
≤ 2.0.1

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.

addresses: CWE-79

Penetration testing submits XSS payloads to web applications, detecting cross-site scripting flaws for subsequent remediation.

addresses: CWE-79

Validates web inputs to reject script-related content that could produce XSS.

addresses: CWE-79

Output validation against expected content can reject or sanitize script content in generated web pages, reducing XSS exploitability.

References