CVE-2021-43577: XXE vulnerability in Jenkins OWASP Dependency-Check Plugin
7.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.82795%
CWE
Published
5/24/2022
Updated
12/26/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:L/A:N
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| org.jenkins-ci.plugins:dependency-check-jenkins-plugin | maven | <= 5.1.1 | 5.1.2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from insecure XML parsing in ReportParser.java. The patch adds critical security features (disallow-doctype-decl, external-entity restrictions) to the Digester configuration within the parse() method. The pre-patch code lacked these protections, making this function the entry point for XXE exploitation. The added test case specifically validates rejection of external entities in XML parsing, confirming this function's role in the vulnerability.