CVE-2013-2161: OpenStack Swift Unchecked user input in XML responses
N/A
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.55299%
CWE
Published
5/14/2022
Updated
5/14/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
swift | pip | < 1.9.0 | 1.9.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from the unescaped insertion of the 'account' variable into an XML response in swift/account/server.py. The GitHub patch explicitly adds saxutils.escape(account) to mitigate this, confirming the lack of input sanitization in the original code. The CWE-94 classification and commit message directly align with this code change, indicating high confidence in this function's role in the vulnerability.