Lucene search

K
vulnrichmentLinuxVULNRICHMENT:CVE-2024-26622
HistoryMar 04, 2024 - 6:40 a.m.

CVE-2024-26622 tomoyo: fix UAF write bug in tomoyo_write_control()

2024-03-0406:40:01
Linux
github.com
3
linux kernel
vulnerability
tomoyo
uaf write
fix
concurrent write
double-free
cve

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial

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.

AI Score

6.8

Confidence

Low

SSVC

Exploitation

none

Automatable

no

Technical Impact

partial