Bug 2406758 (CVE-2025-40047) - CVE-2025-40047 kernel: io_uring/waitid: always prune wait queue entry in io_waitid_wait()
Summary: CVE-2025-40047 kernel: io_uring/waitid: always prune wait queue entry in io_w...
Keywords:
Status: NEW
Alias: CVE-2025-40047
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-10-28 12:03 UTC by OSIDB Bzimport
Modified: 2025-10-30 01:56 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-10-28 12:03:55 UTC
In the Linux kernel, the following vulnerability has been resolved:

io_uring/waitid: always prune wait queue entry in io_waitid_wait()

For a successful return, always remove our entry from the wait queue
entry list. Previously this was skipped if a cancelation was in
progress, but this can race with another invocation of the wait queue
entry callback.


Note You need to log in before you can comment on or make changes to this bug.