CVE-2026-74344
7.8Linux · Linux
The Linux kernel contains a memory management vulnerability in the BPF subsystem that can lead to memory corruption when freeing a BPF red-black tree root.
Executive summary
A memory corruption vulnerability in the Linux kernel BPF subsystem allows local attackers to potentially cause system instability or denial of service.
Vulnerability
The issue occurs when freeing a BPF red-black tree root, where stale pointers are left behind in certain objects. If the memory address is subsequently reused, it results in memory corruption that can lead to system crashes or denial of service.
Business impact
With a CVSS score of 7.8, this vulnerability represents a significant risk to system stability and availability. While it requires local access, an attacker who has gained a foothold on the system could exploit this flaw to cause a kernel panic, effectively creating a denial of service condition for critical infrastructure.
Remediation
Immediate Action: Update the Linux kernel to version 6.18.40, 7.1.5, or later versions as provided by your distribution vendor.
Proactive Monitoring: Monitor system logs for kernel oops, segmentation faults, or unexpected reboots that may indicate exploitation attempts.
Compensating Controls: Limit access to BPF-related system calls to only highly trusted users, as these interfaces are often required for such exploits.
Exploitation status
Public Exploit Available: No confirmed public exploit available.
Analyst recommendation
System administrators should prioritize patching the kernel across all affected environments. Given the potential for system-wide impact, testing and deploying the provided stable kernel versions is essential to maintaining operational stability and security.