Lucene search

K
debiancveDebian Security Bug TrackerDEBIANCVE:CVE-2024-35820
HistoryMay 17, 2024 - 2:15 p.m.

CVE-2024-35820

2024-05-1714:15:17
Debian Security Bug Tracker
security-tracker.debian.org
1
linux
kernel
vulnerability
io_uring
fix
io_queue_proc
poll entries

6.7 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.0%

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix io_queue_proc modifying req->flags With multiple poll entries __io_queue_proc() might be running in parallel with poll handlers and possibly task_work, we should not be carelessly modifying req->flags there. io_poll_double_prepare() handles a similar case with locking but it’s much easier to move it into __io_arm_poll_handler().

6.7 Medium

AI Score

Confidence

High

0.0004 Low

EPSS

Percentile

15.0%

Related for DEBIANCVE:CVE-2024-35820