CVE-2022-34173: Cross-site Scripting vulnerability in Jenkins
8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.90563%
CWE
Published
6/24/2022
Updated
1/31/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.main:jenkins-core | maven | >= 2.340, < 2.356 | 2.356 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from unescaped HTML rendering in the build button tooltip. Jenkins uses Jelly templates for UI rendering, and the advisory specifically mentions list view tooltips as the attack vector. The fix in 2.356 involved adding HTML escaping to this component. While exact function names aren't provided in public disclosures, the Jelly template responsible for list view rendering (index.jelly) would contain the vulnerable interpolation of the job display name into the tooltip attribute without escaping.