In the Linux kernel, the following vulnerability has been resolved:
tomoyo: fix UAF write bug in tomoyo_write_control()
Since tomoyo_write_control() updates head->write_buf when write()
of long lines is requested, we need to fetch head->write_buf after
head->io_sem is held. Otherwise, concurrent write() requests can
cause use-after-free-write and double-free problems.
References
Configurations
Configuration 1 (hide)
|
History
04 Nov 2025, 19:17
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
Information
Published : 2024-03-04 07:15
Updated : 2025-11-04 19:17
NVD link : CVE-2024-26622
Mitre link : CVE-2024-26622
CVE.ORG link : CVE-2024-26622
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-416
Use After Free
