Vulnerability Description
x86 shadow plus log-dirty mode use-after-free In environments where host assisted address translation is necessary but Hardware Assisted Paging (HAP) is unavailable, Xen will run guests in so called shadow mode. Shadow mode maintains a pool of memory used for both shadow page tables as well as auxiliary data structures. To migrate or snapshot guests, Xen additionally runs them in so called log-dirty mode. The data structures needed by the log-dirty tracking are part of aformentioned auxiliary data. In order to keep error handling efforts within reasonable bounds, for operations which may require memory allocations shadow mode logic ensures up front that enough memory is available for the worst case requirements. Unfortunately, while page table memory is properly accounted for on the code path requiring the potential establishing of new shadows, demands by the log-dirty infrastructure were not taken into consideration. As a result, just established shadow page tables could be freed again immediately, while other code is still accessing them on the assumption that they would remain allocated.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Xen | Xen | >= 3.2.0 |
| Debian | Debian Linux | 11.0 |
| Fedoraproject | Fedora | 37 |
Related Weaknesses (CWE)
References
- http://www.openwall.com/lists/oss-security/2023/03/21/1Mailing ListThird Party Advisory
- http://xenbits.xen.org/xsa/advisory-427.htmlVendor Advisory
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproMailing ListThird Party Advisory
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproMailing ListThird Party Advisory
- https://security.gentoo.org/glsa/202402-07
- https://www.debian.org/security/2023/dsa-5378Third Party Advisory
- https://xenbits.xenproject.org/xsa/advisory-427.txtVendor Advisory
- http://www.openwall.com/lists/oss-security/2023/03/21/1Mailing ListThird Party Advisory
- http://xenbits.xen.org/xsa/advisory-427.htmlVendor Advisory
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproMailing ListThird Party Advisory
- https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproMailing ListThird Party Advisory
- https://security.gentoo.org/glsa/202402-07
- https://www.debian.org/security/2023/dsa-5378Third Party Advisory
- https://xenbits.xenproject.org/xsa/advisory-427.txtVendor Advisory
FAQ
What is CVE-2022-42332?
CVE-2022-42332 is a vulnerability with a CVSS score of 7.8 (HIGH). x86 shadow plus log-dirty mode use-after-free In environments where host assisted address translation is necessary but Hardware Assisted Paging (HAP) is unavailable, Xen will run guests in so called s...
How severe is CVE-2022-42332?
CVE-2022-42332 has been rated HIGH with a CVSS base score of 7.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2022-42332?
Check the references section above for vendor advisories and patch information. Affected products include: Xen Xen, Debian Debian Linux, Fedoraproject Fedora.