#VU68423 Use-after-free in Linux kernel - CVE-2022-2602

 

#VU68423 Use-after-free in Linux kernel - CVE-2022-2602

Published: October 18, 2022 / Updated: December 22, 2022


Vulnerability identifier: #VU68423
Vulnerability risk: Low
CVSSv4.0: CVSS:4.0/AV:L/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/U:Clear
CVE-ID: CVE-2022-2602
CWE-ID: CWE-416
Exploitation vector: Local access
Exploit availability: Public exploit is available
Vulnerable software:
Linux kernel
Software vendor:
Linux Foundation

Description

The vulnerability allows a local user to escalate privileges on the system.

The vulnerability exists due to a use-after-free error caused by an io_uring request, which is being processed on a registered file. The Unix GC runs and frees the io_uring file descriptor and all the registered file descriptors in a specific order that may allow a local user to win a race and execute arbitrary code with elevated privileges.


Remediation

Install update from vendor's website.

External links