CVE-2014-7960: OpenStack Swift metadata constraints are not correctly enforced
4
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.24865%
CWE
-
Published
5/17/2022
Updated
5/14/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
AV:N/AC:L/Au:S/C:N/I:P/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
swift | pip | < 2.2.0 | 2.2.0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing cumulative metadata validation in DatabaseBroker.update_metadata. The function was called by account/container handlers without proper validation, allowing attackers to split metadata across requests. The patches added a validate_metadata parameter and validation checks, confirming these were the vulnerable points. Code diffs show the addition of validation logic and the enabling of validation in calling functions, demonstrating the original lack of proper constraint enforcement.