CVE-2024-35874
Severity CVSS v4.0:
Pending analysis
Type:
CWE-476
NULL Pointer Dereference
Publication date:
19/05/2024
Last modified:
30/12/2024
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
aio: Fix null ptr deref in aio_complete() wakeup<br />
<br />
list_del_init_careful() needs to be the last access to the wait queue<br />
entry - it effectively unlocks access.<br />
<br />
Previously, finish_wait() would see the empty list head and skip taking<br />
the lock, and then we&#39;d return - but the completion path would still<br />
attempt to do the wakeup after the task_struct pointer had been<br />
overwritten.
Impact
Base Score 3.x
5.50
Severity 3.x
MEDIUM
Vulnerable products and versions
| CPE | From | Up to |
|---|---|---|
| cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | 6.8 (including) | 6.8.5 (excluding) |
| cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* | ||
| cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* |
To consult the complete list of CPE names with products and versions, see this page



