CVE-2026-64554
8.8Linux · Kernel
A use-after-free vulnerability exists in the Linux kernel netfilter bridge implementation due to a stale pointer in br_ip6_fragment, potentially allowing memory corruption or arbitrary code execution.
Executive summary
A use-after-free vulnerability in the Linux kernel netfilter bridge component poses a critical risk of memory corruption, which could be leveraged by an adjacent attacker to achieve system compromise.
Vulnerability
The flaw resides in the br_ip6_fragment function, where a pointer to the skb head becomes stale after a call to skb_checksum_help causes memory reallocation. This results in a use-after-free condition when the pointer is subsequently dereferenced, and the vulnerability is triggerable by an unauthenticated adjacent attacker.
Business impact
The potential for a use-after-free error in the core networking stack represents a severe security risk. Successful exploitation could lead to a system crash, denial of service, or potentially arbitrary code execution at the kernel level, resulting in full system compromise and loss of data confidentiality or integrity. Given the CVSS score of 8.8, this vulnerability must be treated with high urgency, particularly in environments processing untrusted bridge traffic.
Remediation
Immediate Action: Update the Linux kernel to version 5.10.261, 5.15.212, 6.1.178, 6.6.145, or the latest stable release provided by your distribution vendor.
Proactive Monitoring: Monitor network traffic for anomalous fragmentation patterns or bridge-related errors in kernel logs, which may indicate exploitation attempts.
Compensating Controls: If immediate patching is not feasible, restrict access to the affected network bridge interfaces and employ network segmentation to limit the exposure of the vulnerable kernel components to trusted segments only.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the critical nature of kernel-level vulnerabilities, organizations should prioritize the deployment of the provided kernel patches. Administrators must verify their current kernel version against the patched releases and perform rolling updates to minimize operational impact while ensuring the security of the infrastructure.