漏洞详情: CVE-2024-35874

漏洞标题
aio: Fix null ptr deref in aio_complete() wakeup
来源:NVD
Linux kernel 安全漏洞
来源:CNNVD
aio: 在aio_complete()唤醒修复null ptr deref错误
来源:神龙机器人
漏洞描述
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.
来源:NVD
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞。目前尚无此漏洞的相关信息,请随时关注CNNVD或厂商公告。
来源:CNNVD
在Linux内核中,已解决以下漏洞: aio: 在aio_complete()中修复NULL指针解引用的唤醒问题 list_del_init_careful()需要是wait队列入口的最后一次访问-它有效地解锁了访问。 此前,finish_wait()会看到空的队列头并跳过锁定,然后我们返回,但完成路径仍然尝试在任务结构指针被篡改后进行唤醒。
来源:神龙机器人
漏洞评分(CVSS)
NVD 暂无评分
来源:NVD
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
来源:神龙机器人, 准确率:N/A
漏洞类别
NVD 暂无漏洞类别信息
来源:NVD
其他
来源:CNNVD
相关链接