In the Linux kernel, the following vulnerability has been resolved:
aio: Fix null ptr deref in aio_complete() wakeup
list_del_init_careful() needs to be the last access to the wait queue
entry - it effectively unlocks access.
Previously, finish_wait() would see the empty list head and skip taking
the lock, and then we'd return - but the completion path would still
attempt to do the wakeup after the task_struct pointer had been
overwritten.
Metrics
Affected Vendors & Products
References
History
Mon, 30 Dec 2024 18:00:00 +0000
Type | Values Removed | Values Added |
---|---|---|
First Time appeared |
Linux
Linux linux Kernel |
|
Weaknesses | CWE-476 | |
CPEs | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* |
|
Vendors & Products |
Linux
Linux linux Kernel |
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-19T08:34:31.937Z
Updated: 2024-12-19T08:57:06.628Z
Reserved: 2024-05-17T13:50:33.110Z
Link: CVE-2024-35874
Vulnrichment
Updated: 2024-08-02T03:21:48.477Z
NVD
Status : Analyzed
Published: 2024-05-19T09:15:08.767
Modified: 2024-12-30T17:37:18.307
Link: CVE-2024-35874
Redhat