GHSA-32f7-cmr3-vpjv: Moderate severity vulnerability that affects aioxmpp
N/A
CVSS Score
Basic Information
CVE ID
-
GHSA ID
EPSS Score
-
CWE
-
Published
2/7/2019
Updated
1/9/2023
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
aioxmpp | pip | < 0.10.3 | 0.10.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability root cause is explicitly identified in multiple sources as residing in the guard()
function of aioxmpp's XSO model. The CVE description specifically calls out 'aioxmpp.xso.model.guard' as the vulnerable component handling structural element processing. This function manages parsing context depth tracking, and incorrect rollback during error handling would directly manifest here. Runtime exploitation would show this function in stack traces when processing malicious stanzas due to its role in XML parsing state management.