CVE-2022-4696

Source
https://cve.org/CVERecord?id=CVE-2022-4696
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-4696.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2022-4696
Aliases
Downstream
Published
2023-01-11T13:15:09.307Z
Modified
2026-03-11T00:31:17.017039Z
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

There exists a use-after-free vulnerability in the Linux kernel through iouring and the IORINGOPSPLICE operation. If IORINGOPSPLICE is missing the IOWQWORKFILES flag, which signals that the operation won't use current->nsproxy, so its reference counter is not increased. This assumption is not always true as calling iosplice on specific files will call the getuts function which will use current->nsproxy leading to invalidly decreasing its reference counter later causing the use-after-free vulnerability. We recommend upgrading to version 5.10.160 or above

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2022-4696.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "5.10"
            },
            {
                "fixed": "5.12"
            }
        ]
    }
]