CVE-2026-45970
Linux · Kernel
A use-after-free (UAF) vulnerability exists in the Linux kernel's bonding driver during bond teardown, potentially allowing for concurrent access.
Executive summary
A high-severity use-after-free vulnerability in the Linux kernel bonding driver could lead to system crashes or arbitrary code execution.
Vulnerability
The vulnerability occurs in rlb_arp_recv due to a race condition during bond teardown, where the ALB RX path accesses rx_hashtbl after it has been freed. This results in a use-after-free condition.
Business impact
With a CVSS score of 7.8, this flaw poses a notable risk to system availability and security. An attacker capable of triggering this race condition could cause a denial-of-service or potentially execute arbitrary code with kernel-level privileges.
Remediation
Immediate Action: Apply the latest kernel patches from your distribution provider to address the UAF in the bonding driver.
Proactive Monitoring: Monitor system performance and logs for unexpected kernel oops or crashes related to network bonding interfaces.
Compensating Controls: Limit the ability of unprivileged users to manipulate network interface configurations.
Exploitation status
Public Exploit Available: false
Analyst recommendation
Patching the kernel is the recommended course of action to mitigate this vulnerability. Organizations should test and deploy the latest kernel updates to ensure system stability and protection against potential exploitation.