CVE-2022-34784:
Cross site scripting in Jenkins build-metrics Plugin
8
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
7/1/2022
Updated
2/2/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.plugins:build-metrics | maven | <= 1.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The advisory explicitly states the vulnerability stems from unescaped build descriptions in a view. Jenkins plugins typically use Jelly templates for HTML rendering, and XSS vulnerabilities in this context commonly occur when dynamic content (like build.description) is rendered without proper escaping. While the exact file path isn't provided, the pattern 'web/[ViewName]/index.jelly' follows Jenkins plugin conventions. The confidence is high because the vulnerability description directly maps to this templating pattern.