CVE-2026-64102
9.8Linux · Kernel
A vulnerability in the Linux kernel RDMA/siw component allows for an integer underflow when processing iWARP FPDU lengths, potentially leading to memory corruption.
Executive summary
A critical integer underflow vulnerability in the Linux kernel RDMA/siw component enables unauthenticated remote attackers to trigger memory corruption and potential system instability.
Vulnerability
The vulnerability exists in the siw (Soft-iWARP) driver, which fails to validate the MPA length field of incoming iWARP FPDU packets against the fixed DDP/RDMAP header length. An unauthenticated remote attacker can supply a specially crafted packet that causes a signed integer underflow, allowing invalid memory operations during subsequent processing.
Business impact
Successful exploitation of this flaw can result in severe system impact, including kernel crashes leading to denial of service, or potentially arbitrary code execution within the kernel context. Given the CVSS score of 9.8, this vulnerability represents a critical risk to infrastructure stability and data integrity, necessitating immediate attention.
Remediation
Immediate Action: Update the Linux kernel to version 5.10.258, 5.15.209, 6.1.175, 6.6.142, or later, as provided by your distribution vendor.
Proactive Monitoring: Monitor system logs for kernel oops or unexpected RDMA/siw driver errors that may indicate exploitation attempts.
Compensating Controls: If patching is delayed, restrict network access to RDMA-enabled services to trusted interfaces or implement network-level filtering to drop malformed iWARP traffic.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
The severity of this vulnerability, combined with its location in the kernel's networking stack, makes it a high-priority item for remediation. Administrators should verify their kernel versions and prioritize the application of stable patches provided by their respective distributions to eliminate the risk of memory corruption.