CVE-2022-27193: XML External Entities Vulnerability in CVRF-CSAF-Converter
6.1
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.40917%
CWE
Published
3/16/2022
Updated
1/27/2023
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:L
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
cvrf2csaf | pip | <= 1.0.0rc1 | 1.0.0rc2 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper XML parsing that resolves external entities. In Python-based XML processing, this typically occurs when using parsers like lxml
or xml.etree.ElementTree
without disabling DTD/external entities. The CVRF-to-CSAF conversion process inherently involves XML parsing, and the patch in 1.0.0-rc2 would have required modifying the XML parser configuration. While exact code isn't provided, the pattern matches XXE vulnerabilities where the root cause is an insecure XML parsing function handling user-supplied input.