CVE-2013-6419: OpenStack Nova Router metadata queries are not restricted by tenant
5
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.62911%
CWE
Published
5/17/2022
Updated
5/14/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
AV:N/AC:L/Au:N/C:P/I:N/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
nova | pip | < 12.0.0a0 | 12.0.0a0 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability arises because Nova's _handle_instance_id_request in api/metadata/handler.py lacked tenant validation. The provided commit diff shows this function was patched to add X-Tenant-ID checks, confirming its role in the vulnerability. While Neutron's neutron-metadata-agent (agent/metadata/agent.py) is also implicated, the exact vulnerable function isn't specified in the provided data, so only the Nova function is included with high confidence.