Cyber Resilience

CVE-2022-34173

Medium

Published: 23 June 2022

Published
23 June 2022
Modified
21 November 2024
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.0272 86.3th percentile
Risk Priority 12 60% EPSS · 20% KEV · 20% CVSS

Summary

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

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

Deeper analysis

CVE-2022-34173 is a cross-site scripting vulnerability in Jenkins versions 2.340 through 2.355 inclusive. It stems from the build button tooltip in list views rendering HTML without escaping the job display name, allowing untrusted content to execute in the context of other users.

Attackers with Job/Configure permission can supply a malicious job display name that triggers script execution when another user views the affected list. Successful exploitation yields limited impact on confidentiality and integrity with no availability effect, consistent with the reported CVSS 5.4 score.

The Jenkins security advisory published on 2022-06-22 details the issue under SECURITY-2781 and directs administrators to upgrade to a fixed release that properly escapes the display name in the tooltip.

EPSS for the CVE rose from a low baseline to a peak of 0.1182 on 2025-12-11 before receding to the current value of 0.0272, indicating that exploitation interest increased well after initial disclosure.

EU & UK References

Vulnerability details

In Jenkins 2.340 through 2.355 (both inclusive) the tooltip of the build button in list views supports HTML without escaping the job display name, resulting in a cross-site scripting (XSS) vulnerability exploitable by attackers with Job/Configure permission.

CWE(s)

Related Threats

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

Affected Assets

jenkins
jenkins
2.340 — 2.355

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