In the Linux kernel, the following vulnerability has been resolved: fuse: fix race between interrupt and resend After commit f8fce75fedf7 ("fuse: clear intr_entry in fuse_resend and fuse_remove_pen…
提示
摘要
In the Linux kernel, the following vulnerability has been resolved: fuse: fix race between interrupt and resend After commit f8fce75fedf7 ("fuse: clear intr_entry in fuse_resend and fuse_remove_pending_req") the WARN_ON(!list_empty(&req->intr_entry)) in fuse_request_free() still triggers due to the following race: In request_wait_answer() if (test_bit(FR_SENT, &req->flags)) -> returns true In fuse_chan_resend() clear_bit(FR_SENT, &req->flags) In request_wait_answer() queue_interrupt(…
中文摘要建设中,暂以英文摘要呈现(DR-003 v2)。
深度研判
该漏洞尚未生成深度研判报告(DR-003 v2 AI pipeline 建设中)。
数据来源
- NVD DATABASE
原始链接
- https://git.kernel.org/stable/c/0f930904452945f409eeeb0c9afa08bf27185cb1
- https://git.kernel.org/stable/c/26fbe4bc3ef3ab0200407681cbef182af5d151de
- https://git.kernel.org/stable/c/67ddf061790e833d7e34f9dc901866c9fb25d72d
- https://git.kernel.org/stable/c/ed9c881f3b498383f73c42712b359419da42a7b0
时间线
- nvd_ingest NVD