CVE-2022-33977:
untangle vulnerable to XML Entity Expansion
7.5
CVSS ScoreBasic Information
CVE ID
GHSA ID
EPSS Score
-
CWE
Published
8/6/2022
Updated
11/18/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
untangle | pip | < 1.2.1 | 1.2.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper XML parsing configuration. The 1.2.1 patch notes explicitly mention switching to defusedxml's parser to fix security issues. As untangle's primary interface is the parse() function, and XML entity expansion vulnerabilities typically occur in the XML parsing entry point, this function was vulnerable when using the insecure parser. The CWE-776 description confirms this relates directly to DTD handling during XML parsing.