CVE-2020-2201: Stored XSS vulnerability in Jenkins Sonargraph Integration Plugin
5.4
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.26516%
CWE
Published
5/24/2022
Updated
1/28/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.plugins:sonargraph-integration | maven | <= 3.0.0 | 3.0.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper output encoding in the Log file field's form validation. Jenkins plugins typically implement form validation methods using 'doCheck[FieldName]' patterns. The advisory specifically mentions the log file path validation as the vulnerable component, and the fix in 3.0.1 adds escaping to this error message. The function name follows Jenkins plugin conventions, and the location matches standard Maven project structure for Jenkins plugins.