CVE-2019-10475:
Jenkins build-metrics Plugin reflected cross-site scripting vulnerability
6.1
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
5/24/2022
Updated
1/5/2024
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
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 vulnerability stems from improper escaping of the 'label' query parameter in the UI rendering layer. Jenkins plugins typically use Jelly templates for view rendering, and reflected XSS in this context would occur when user-controlled input (like the 'label' parameter) is directly interpolated into HTML without proper escaping. The advisory explicitly identifies the 'label' parameter as the injection vector, and the lack of escaping in the report display functionality (handled by BuildMetricsReport/index.jelly) would be the logical location for this vulnerability. The confidence is high because the pattern matches standard Jenkins plugin XSS vulnerabilities and the advisory specifically calls out the parameter and lack of escaping.