Bug 2350589 (CVE-2025-21837) - CVE-2025-21837 kernel: io_uring/uring_cmd: unconditionally copy SQEs at prep time
Summary: CVE-2025-21837 kernel: io_uring/uring_cmd: unconditionally copy SQEs at prep ...
Keywords:
Status: NEW
Alias: CVE-2025-21837
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2025-03-07 10:01 UTC by OSIDB Bzimport
Modified: 2025-05-29 06:40 UTC (History)
4 users (show)

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


Attachments (Terms of Use)

Description OSIDB Bzimport 2025-03-07 10:01:18 UTC
In the Linux kernel, the following vulnerability has been resolved:

io_uring/uring_cmd: unconditionally copy SQEs at prep time

This isn't generally necessary, but conditions have been observed where
SQE data is accessed from the original SQE after prep has been done and
outside of the initial issue. Opcode prep handlers must ensure that any
SQE related data is stable beyond the prep phase, but uring_cmd is a bit
special in how it handles the SQE which makes it susceptible to reading
stale data. If the application has reused the SQE before the original
completes, then that can lead to data corruption.

Down the line we can relax this again once uring_cmd has been sanitized
a bit, and avoid unnecessarily copying the SQE.

Comment 3 TEJ RATHI 2025-05-29 06:40:18 UTC
This CVE has been rejected by the Linux kernel community. Refer to the announcement: https://lore.kernel.org/linux-cve-announce/2025052037-REJECTED-62c6@gregkh/

Comment added by: Automated Script


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