LiveActive security incident?Get immediate response
CVE Record

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

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
high
Sources
5

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.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
3Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2024-53094Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux0e935ae6afcdbe6f0c0aa457ae57feccc63bb9be, 0e935ae6afcdbe6f0c0aa457ae57feccc63bb9be, 0e935ae6afcdbe6f0c0aa457ae57feccc63bb9beunaffected
LinuxLinux5.3, 0, 6.6.62, 6.11.9, 6.12affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.