CVE-2025-23154

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
01/05/2025
Last modified:
05/11/2025

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> io_uring/net: fix io_req_post_cqe abuse by send bundle<br /> <br /> [ 114.987980][ T5313] WARNING: CPU: 6 PID: 5313 at io_uring/io_uring.c:872 io_req_post_cqe+0x12e/0x4f0<br /> [ 114.991597][ T5313] RIP: 0010:io_req_post_cqe+0x12e/0x4f0<br /> [ 115.001880][ T5313] Call Trace:<br /> [ 115.002222][ T5313] <br /> [ 115.007813][ T5313] io_send+0x4fe/0x10f0<br /> [ 115.009317][ T5313] io_issue_sqe+0x1a6/0x1740<br /> [ 115.012094][ T5313] io_wq_submit_work+0x38b/0xed0<br /> [ 115.013223][ T5313] io_worker_handle_work+0x62a/0x1600<br /> [ 115.013876][ T5313] io_wq_worker+0x34f/0xdf0<br /> <br /> As the comment states, io_req_post_cqe() should only be used by<br /> multishot requests, i.e. REQ_F_APOLL_MULTISHOT, which bundled sends are<br /> not. Add a flag signifying whether a request wants to post multiple<br /> CQEs. Eventually REQ_F_APOLL_MULTISHOT should imply the new flag, but<br /> that&amp;#39;s left out for simplicity.

Vulnerable products and versions

CPE From Up to
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.10 (including) 6.12.24 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (including) 6.13.12 (excluding)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.14 (including) 6.14.3 (excluding)