CVE-2017-14318

UnknownEPSS 0.42%

Last modified

CVE-2017-14318 is a vulnerability of currently unknown severity. An issue was discovered in Xen 4.5.x through 4.9.x. The function `__gnttab_cache_flush` handles GNTTABOP_cache_flush grant table operations. EPSS estimates a 0.42% chance of exploitation in the next 30 days.

Description

An issue was discovered in Xen 4.5.x through 4.9.x. The function `__gnttab_cache_flush` handles GNTTABOP_cache_flush grant table operations. It checks to see if the calling domain is the owner of the page that is to be operated on. If it is not, the owner's grant table is checked to see if a grant mapping to the calling domain exists for the page in question. However, the function does not check to see if the owning domain actually has a grant table or not. Some special domains, such as `DOMID_XEN`, `DOMID_IO` and `DOMID_COW` are created without grant tables. Hence, if __gnttab_cache_flush operates on a page owned by these special domains, it will attempt to dereference a NULL pointer in the domain struct.

Metrics

EPSS Probability
0.42%

33.8th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
XenXen4.5.0
XenXen4.5.1
XenXen4.5.2
XenXen4.5.3
XenXen4.5.5
XenXen4.6.0
XenXen4.6.1
XenXen4.6.3
XenXen4.6.4
XenXen4.6.5
XenXen4.6.6
XenXen4.7.0
XenXen4.7.1
XenXen4.7.2
XenXen4.7.3
XenXen4.8.0
XenXen4.8.1
XenXen4.9.0

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2017-14318?
An issue was discovered in Xen 4.5.x through 4.9.x. The function `__gnttab_cache_flush` handles GNTTABOP_cache_flush grant table operations. It checks to see if the calling domain is the owner of the page that is to be operated on. If it is not, the owner's grant table is checked to see if a grant mapping to the calling domain exists for the page in question. However, the function does not check to see if the owning domain actually has a grant table or not. Some special domains, such as `DOMID_XEN`, `DOMID_IO` and `DOMID_COW` are created without grant tables. Hence, if __gnttab_cache_flush operates on a page owned by these special domains, it will attempt to dereference a NULL pointer in the domain struct.
How severe is CVE-2017-14318?
Severity scoring for CVE-2017-14318 is pending analysis. The EPSS model estimates a 0.42% probability of exploitation in the next 30 days.
How do I fix CVE-2017-14318?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2017-14318?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST