CVE-2022-26356

Source
https://cve.org/CVERecord?id=CVE-2022-26356
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-26356.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-26356
Downstream
Related
Published
2022-04-05T13:15:07Z
Modified
2026-03-15T22:43:59Z
Severity
  • 5.6 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:N/I:N/A:H CVSS Calculator
Summary
[none]
Details

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.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-26356.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "4.0.0"
            },
            {
                "fixed": "4.12.0"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "4.13.0"
            },
            {
                "fixed": "4.14.0"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "4.15.0"
            },
            {
                "fixed": "4.16.0"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "11.0"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "34"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "last_affected": "35"
            }
        ]
    }
]