CVE-2024-53094: RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
In the Linux kernel, the following vulnerability has been resolved:
RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES
While running ISER over SIW, the initiator machine encounters a warning
from skb_splice_from_iter() indicating that a slab page is being used in
send_page. To address this, it is better to add a sendpage_ok() check
within the driver itself, and if it returns 0, then MSG_SPLICE_PAGES flag
should be disabled before entering the network stack.
A similar issue has been discussed for NVMe in this thread:
https://lore.kernel.org/all/20240530142417.146696-1-ofir.gal@volumez.com/
WARNING: CPU: 0 PID: 5342 at net/core/skbuff.c:7140 skb_splice_from_iter+0x173/0x320
Call Trace:
tcp_sendmsg_locked+0x368/0xe40
siw_tx_hdt+0x695/0xa40 [siw]
siw_qp_sq_process+0x102/0xb00 [siw]
siw_sq_resume+0x39/0x110 [siw]
siw_run_sq+0x74/0x160 [siw]
kthread+0xd2/0x100
ret_from_fork+0x34/0x40
ret_from_fork_asm+0x1a/0x30
Security readout for executives and security teams
Plain-English summary
This Linux kernel issue can cause availability impact on systems using the RDMA SIW driver, especially iSER over SIW. The flaw involves unsafe page handling in a network send path, leading to kernel warnings and potential service disruption. It is local, requires low privileges, and has no sourced evidence of active exploitation.
Executive priority
Handle in normal vulnerability maintenance unless your environment uses SIW/RDMA storage or high-availability Linux workloads. For those systems, prioritize patch validation because the stated impact is availability, not data theft or privilege escalation.
Technical view
RDMA/siw could pass pages to the TCP send path with MSG_SPLICE_PAGES without confirming sendpage_ok(). The kernel fix adds that check and disables MSG_SPLICE_PAGES when unsafe, avoiding the skb_splice_from_iter warning path. CVSS is 5.5 with local attack vector, low complexity, low privileges, and high availability impact.
Likely exposure
Exposure is most likely on Linux systems using the siw Soft-iWARP RDMA driver and iSER over SIW. Generic Linux hosts not using this RDMA path appear less likely to be exposed. The bundle lists affected Linux kernel versions including 5.3, 6.6.62, 6.11.9, and 6.12.
Exploitation context
The CVE is not in KEV, and the provided sources do not claim active exploitation or public weaponization. The CVSS vector indicates local access with low privileges and no user interaction. Treat it primarily as a targeted local denial-of-service risk on relevant RDMA deployments.
Researcher notes
Evidence is limited to the CVE record and Linux stable commits. No CWE, exploit claim, or detailed affected distro matrix is provided. The fix is defensive handling of MSG_SPLICE_PAGES based on sendpage_ok(), with observed warning traces in the siw transmit path.
Mitigation direction
Update to a vendor kernel containing the referenced upstream stable fixes.
Check your Linux distribution advisory for the backported CVE-2024-53094 package.
Prioritize hosts using siw, Soft-iWARP, RDMA, or iSER over SIW.
If patching is delayed, review vendor guidance for reducing SIW/RDMA exposure.
Validation and detection
Inventory kernels and map installed packages to CVE-2024-53094 vendor advisories.
Confirm whether the siw RDMA driver or iSER over SIW is in use.
Verify the kernel includes one of the referenced stable commits or a distro backport.
Review kernel logs for warnings involving skb_splice_from_iter or siw_tx_hdt.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-53094 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.