CVE-2022-26356
05.04.2022, 13:15
Racy interactions between dirty vram tracking and paging log dirty hypercalls Activation of log dirty mode done by XEN_DMOP_track_dirty_vram (was named HVMOP_track_dirty_vram before Xen 4.9) is racy with ongoing log dirty hypercalls. A suitably timed call to XEN_DMOP_track_dirty_vram can enable log dirty while another CPU is still in the process of tearing down the structures related to a previously enabled log dirty mode (XEN_DOMCTL_SHADOW_OP_OFF). This is due to lack of mutually exclusive locking between both operations and can lead to entries being added in already freed slots, resulting in a memory leak.Enginsight
Vendor | Product | Version |
---|---|---|
xen | xen | 4.0.0 ≤ 𝑥 < 4.12.0 |
xen | xen | 4.13.0 ≤ 𝑥 < 4.14.0 |
xen | xen | 4.15.0 ≤ 𝑥 < 4.16.0 |
debian | debian_linux | 11.0 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
References