CVE-2014-3708: OpenStack Compute (Nova) Denial of Service vulnerability
4
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.74792%
CWE
-
Published
5/14/2022
Updated
2/13/2023
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
AV:N/AC:L/Au:S/C:N/I:N/A:P
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
nova | pip | < 2014.1.4 | 2014.1.4 |
nova | pip | >= 2014.2.0, < 2014.2.1 | 2014.2.1 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stemmed from IP filtering implementation that triggered full instance scans via network API. Patches show the critical path was: 1) get_instance_uuids_by_ip_filter in network API performing expensive SQL queries, and 2) _ip_filter in compute API initiating these calls. Runtime detection would show these functions dominating CPU during malicious API requests with IP filters.