ghsa-9pmq-32g5-2h85
Vulnerability from github
Published
2022-05-14 02:20
Modified
2022-05-14 02:20
Severity ?
Details
A parameter verification issue was discovered in Xen through 4.9.x. The function alloc_heap_pages
allows callers to specify the first NUMA node that should be used for allocations through the memflags
parameter; the node is extracted using the MEMF_get_node
macro. While the function checks to see if the special constant NUMA_NO_NODE
is specified, it otherwise does not handle the case where node >= MAX_NUMNODES
. This allows an out-of-bounds access to an internal array.
{ "affected": [], "aliases": [ "CVE-2017-14316" ], "database_specific": { "cwe_ids": [ "CWE-125" ], "github_reviewed": false, "github_reviewed_at": null, "nvd_published_at": "2017-09-12T15:29:00Z", "severity": "HIGH" }, "details": "A parameter verification issue was discovered in Xen through 4.9.x. The function `alloc_heap_pages` allows callers to specify the first NUMA node that should be used for allocations through the `memflags` parameter; the node is extracted using the `MEMF_get_node` macro. While the function checks to see if the special constant `NUMA_NO_NODE` is specified, it otherwise does not handle the case where `node \u003e= MAX_NUMNODES`. This allows an out-of-bounds access to an internal array.", "id": "GHSA-9pmq-32g5-2h85", "modified": "2022-05-14T02:20:30Z", "published": "2022-05-14T02:20:30Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2017-14316" }, { "type": "WEB", "url": "https://lists.debian.org/debian-lts-announce/2018/10/msg00009.html" }, { "type": "WEB", "url": "https://support.citrix.com/article/CTX227185" }, { "type": "WEB", "url": "https://www.debian.org/security/2017/dsa-4050" }, { "type": "WEB", "url": "http://www.securityfocus.com/bid/100818" }, { "type": "WEB", "url": "http://www.securitytracker.com/id/1039348" }, { "type": "WEB", "url": "http://xenbits.xen.org/xsa/advisory-231.html" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H", "type": "CVSS_V3" } ] }
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.