Race condition in Linux kernel - CVE-2023-23039
Published: February 22, 2023 / Updated: March 6, 2023
Linux kernel
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().