In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Reject MPA FPDU length underflow before signed receive math A maliciou...
Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Reject MPA FPDU length underflow before signed receive math A malicious connected siw peer can send an iWARP FPDU whose MPA length field (c_hdr->mpa_len, 16 bit big-endian, peer-controlled) is smaller than the fixed DDP/
Remediation
Update Linux Linux to the latest version. Monitor for exploitation attempts and review access logs.
---METADATA---
VENDOR: Linux
PRODUCT: Kernel
AFFECTED_VERSIONS: ab49886e3da73b6b35ece21006e191910427bb30 up to (excluding) ff3a4487ead475e27b43280b8ee3d8464fe280e1 and related branches
CONFIDENCE: high
MISSING: none
---END_METADATA---
Description Summary:
A use-after-free vulnerability exists in the Linux kernel batman-adv multicast component, caused by incorrect RCU grace period handling during entry purging.
Executive Summary:
A high-severity use-after-free vulnerability in the Linux kernel batman-adv module may allow an adjacent attacker to compromise system stability or execute arbitrary code.
Vulnerability Details
CVE-ID: CVE-2026-64096
Affected Software: Linux Kernel
Affected Versions: ab49886e3da73b6b35ece21006e191910427bb30 up to (excluding) ff3a4487ead475e27b43280b8ee3d8464fe280e1, 78a63fb2f7d5630d1c1f2859a20d4e4226863b41, ced48f55bac73f0822eae90509e51b42b4f646c8, 70bcb678561f0fb58f33270fc73f12f3be72b878, aef897c9d2dd0d9339167fb82b62beff68d076cb, 8a3707653ab658e082ccd992e92594e01b09a3fc, edfb1e094104a50f931553dc82ac59246569fd32, and 20c2d6a20ca936f5aaa6dd40f73f262ac45c87cc.
Vulnerability: The batadv_mcast_purge_orig function fails to wait for an RCU grace period after removing entries, leading to a use-after-free condition. The attacker must have adjacent network access to reach the vulnerable code path.
Business Impact
With a CVSS score of 8.8, this vulnerability poses a severe threat to system security. Exploitation could lead to arbitrary code execution with kernel privileges, resulting in a total compromise of the affected host.
Remediation Plan
Immediate Action: Update the Linux kernel to version 5.10.258, 5.15.209, 6.1.175, 6.6.142, or newer as provided by your distribution vendor.
Proactive Monitoring: Monitor kernel ring buffers and logs for segmentation faults or memory access violations that could indicate an attempted exploit.
Compensating Controls: Disable the batman-adv module if not explicitly required by your network architecture to eliminate the attack surface entirely.
Exploitation Status
Public Exploit Available: Unknown
Analyst Notes: As of July 21, 2026, there is no public information indicating active exploitation or a public proof-of-concept for this vulnerability. Use-after-free vulnerabilities in the kernel are inherently dangerous, but they require precise timing to exploit successfully.
Analyst Recommendation
This vulnerability should be treated with high urgency. Administrators should verify their kernel versions against the provided fixed releases and apply patches as part of an emergency update cycle where feasible.