CVE-2020-2315: XXE vulnerability in Jenkins Visualworks Store Plugin
6.5
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.5056%
CWE
Published
5/24/2022
Updated
12/14/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
org.jenkins-ci.plugins:visualworks-store | maven | < 1.1.4 | 1.1.4 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The commit diff shows security features were added to SAXReader
in StoreChangeLogParser.java
's parse
method. Prior to 1.1.4, these XXE protection features were missing, making the XML parser vulnerable. The parse
method is directly responsible for reading untrusted XML input, and the lack of secure configuration here matches the CWE-611 XXE vulnerability pattern.