gsd-2013-6419
Vulnerability from gsd
Modified
2023-12-13 01:22
Details
Interaction error in OpenStack Nova and Neutron before Havana 2013.2.1 and icehouse-1 does not validate the instance ID of the tenant making a request, which allows remote tenants to obtain sensitive metadata by spoofing the device ID that is bound to a port, which is not properly handled by (1) api/metadata/handler.py in Nova and (2) the neutron-metadata-agent (agent/metadata/agent.py) in Neutron.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2013-6419", "description": "Interaction error in OpenStack Nova and Neutron before Havana 2013.2.1 and icehouse-1 does not validate the instance ID of the tenant making a request, which allows remote tenants to obtain sensitive metadata by spoofing the device ID that is bound to a port, which is not properly handled by (1) api/metadata/handler.py in Nova and (2) the neutron-metadata-agent (agent/metadata/agent.py) in Neutron.", "id": "GSD-2013-6419", "references": [ "https://www.suse.com/security/cve/CVE-2013-6419.html", "https://access.redhat.com/errata/RHSA-2014:0231", "https://access.redhat.com/errata/RHSA-2014:0091" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2013-6419" ], "details": "Interaction error in OpenStack Nova and Neutron before Havana 2013.2.1 and icehouse-1 does not validate the instance ID of the tenant making a request, which allows remote tenants to obtain sensitive metadata by spoofing the device ID that is bound to a port, which is not properly handled by (1) api/metadata/handler.py in Nova and (2) the neutron-metadata-agent (agent/metadata/agent.py) in Neutron.", "id": "GSD-2013-6419", "modified": "2023-12-13T01:22:19.717483Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2013-6419", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_affected": "=", "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "Interaction error in OpenStack Nova and Neutron before Havana 2013.2.1 and icehouse-1 does not validate the instance ID of the tenant making a request, which allows remote tenants to obtain sensitive metadata by spoofing the device ID that is bound to a port, which is not properly handled by (1) api/metadata/handler.py in Nova and (2) the neutron-metadata-agent (agent/metadata/agent.py) in Neutron." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "http://rhn.redhat.com/errata/RHSA-2014-0231.html", "refsource": "MISC", "url": "http://rhn.redhat.com/errata/RHSA-2014-0231.html" }, { "name": "http://rhn.redhat.com/errata/RHSA-2014-0091.html", "refsource": "MISC", "url": "http://rhn.redhat.com/errata/RHSA-2014-0091.html" }, { "name": "http://www.openwall.com/lists/oss-security/2013/12/11/8", "refsource": "MISC", "url": "http://www.openwall.com/lists/oss-security/2013/12/11/8" }, { "name": "http://www.securityfocus.com/bid/64250", "refsource": "MISC", "url": "http://www.securityfocus.com/bid/64250" }, { "name": "https://bugs.launchpad.net/neutron/+bug/1235450", "refsource": "MISC", "url": "https://bugs.launchpad.net/neutron/+bug/1235450" }, { "name": "https://review.openstack.org/#/c/61428/2/nova/api/metadata/handler.py", "refsource": "MISC", "url": "https://review.openstack.org/#/c/61428/2/nova/api/metadata/handler.py" }, { "name": "https://review.openstack.org/#/c/61439/1/neutron/agent/metadata/agent.py", "refsource": "MISC", "url": "https://review.openstack.org/#/c/61439/1/neutron/agent/metadata/agent.py" } ] } }, "nvd.nist.gov": { "configurations": { "CVE_data_version": "4.0", "nodes": [ { "children": [], "cpe_match": [ { "cpe23Uri": "cpe:2.3:a:openstack:havana:*:*:*:*:*:*:*:*", "cpe_name": [], "versionEndIncluding": "havana-1", "vulnerable": true } ], "operator": "OR" } ] }, "cve": { "CVE_data_meta": { "ASSIGNER": "secalert@redhat.com", "ID": "CVE-2013-6419" }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "en", "value": "Interaction error in OpenStack Nova and Neutron before Havana 2013.2.1 and icehouse-1 does not validate the instance ID of the tenant making a request, which allows remote tenants to obtain sensitive metadata by spoofing the device ID that is bound to a port, which is not properly handled by (1) api/metadata/handler.py in Nova and (2) the neutron-metadata-agent (agent/metadata/agent.py) in Neutron." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "en", "value": "CWE-200" } ] } ] }, "references": { "reference_data": [ { "name": "https://review.openstack.org/#/c/61439/1/neutron/agent/metadata/agent.py", "refsource": "MISC", "tags": [], "url": "https://review.openstack.org/#/c/61439/1/neutron/agent/metadata/agent.py" }, { "name": "[oss-security] 20131211 [OSSA 2013-033] Metadata queries from Neutron to Nova are not restricted by tenant (CVE-2013-6419)", "refsource": "MLIST", "tags": [ "Patch" ], "url": "http://www.openwall.com/lists/oss-security/2013/12/11/8" }, { "name": "https://bugs.launchpad.net/neutron/+bug/1235450", "refsource": "CONFIRM", "tags": [], "url": "https://bugs.launchpad.net/neutron/+bug/1235450" }, { "name": "https://review.openstack.org/#/c/61428/2/nova/api/metadata/handler.py", "refsource": "MISC", "tags": [], "url": "https://review.openstack.org/#/c/61428/2/nova/api/metadata/handler.py" }, { "name": "64250", "refsource": "BID", "tags": [], "url": "http://www.securityfocus.com/bid/64250" }, { "name": "RHSA-2014:0091", "refsource": "REDHAT", "tags": [], "url": "http://rhn.redhat.com/errata/RHSA-2014-0091.html" }, { "name": "RHSA-2014:0231", "refsource": "REDHAT", "tags": [], "url": "http://rhn.redhat.com/errata/RHSA-2014-0231.html" } ] } }, "impact": { "baseMetricV2": { "cvssV2": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "NONE", "baseScore": 5.0, "confidentialityImpact": "PARTIAL", "integrityImpact": "NONE", "vectorString": "AV:N/AC:L/Au:N/C:P/I:N/A:N", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 2.9, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "severity": "MEDIUM", "userInteractionRequired": false } }, "lastModifiedDate": "2014-03-08T05:11Z", "publishedDate": "2014-01-07T18:55Z" } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.