Race condition in Linux kernel - CVE-2023-23039

 

Race condition in Linux kernel - CVE-2023-23039

Published: February 22, 2023 / Updated: March 6, 2023


Vulnerability identifier: #VU92734
CSH Severity: Low
CVSSv4.0: CVSS:4.0/AV:P/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2023-23039
CWE-ID: CWE-362
Exploitation vector: Local access
Exploit availability: No public exploit available
Vulnerable software:
Linux kernel
Software vendor:
Linux Foundation

Description

The vulnerability allows a local non-authenticated attacker to damange or delete data.

An issue was discovered in the Linux kernel through 6.2.0-rc2. drivers/tty/vcc.c has a race condition and resultant use-after-free if a physically proximate attacker removes a VCC device while calling open(), aka a race condition between vcc_open() and vcc_remove().


Remediation

Install update from vendor's repository.

External links