CVE-2022-28155: XML External Entity Reference vulnerability in Jenkins Pipeline: Phoenix AutoTest Plugin
7.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.89609%
CWE
Published
3/30/2022
Updated
2/2/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 |
|---|---|---|---|
| com.surenpi.jenkins:phoenix-autotest | maven | <= 1.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability explicitly references insecure XML parsing in the 'readXml' and 'writeXml' build steps. These functions likely use standard XML parsers (like DocumentBuilder) without disabling DTD/external entity resolution (via setFeature(FEATURE_SECURE_PROCESSING, true)). The advisory specifically calls out these build steps as entry points for XXE attacks, indicating the XML processing logic in these functions lacks proper security configuration.