CVE-2021-47061

Source
https://cve.org/CVERecord?id=CVE-2021-47061
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-47061.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-47061
Downstream
Related
Published
2024-02-29T23:15:07.793Z
Modified
2026-03-10T23:52:13.124372Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
Details

In the Linux kernel, the following vulnerability has been resolved:

KVM: Destroy I/O bus devices on unregister failure after sync'ing SRCU

If allocating a new instance of an I/O bus fails when unregistering a device, wait to destroy the device until after all readers are guaranteed to see the new null bus. Destroying devices before the bus is nullified could lead to use-after-free since readers expect the devices on their reference of the bus to remain valid.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-47061.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "5.9"
            },
            {
                "fixed": "5.10.37"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.11"
            },
            {
                "fixed": "5.11.21"
            }
        ]
    },
    {
        "events": [
            {
                "introduced": "5.12"
            },
            {
                "fixed": "5.12.4"
            }
        ]
    }
]