CVE-2026-90392
Linux · Kernel
A use-after-free vulnerability in the Linux kernel BPF subsystem allows local attackers to trigger memory corruption by concurrently replacing BPF programs while accessing link information.
Executive summary
A use-after-free vulnerability in the Linux kernel BPF subsystem poses a high risk of local privilege escalation or system instability.
Vulnerability
The vulnerability exists because the BPF subsystem fails to hold necessary locks or utilize RCU protection when accessing the link program pointer. A local, authenticated attacker can exploit this race condition during concurrent BPF program updates to trigger a use-after-free scenario.
Business impact
Successful exploitation of this flaw allows a local user to potentially gain elevated privileges or cause a kernel panic, leading to system downtime. Given the CVSS score of 7.8, this vulnerability is classified as high severity, as it directly impacts the confidentiality, integrity, and availability of the host operating system.
Remediation
Immediate Action: Update the Linux kernel to version 6.6.157, 6.12.110, 6.18.52, 7.2.6, or a later stable release provided by your distribution vendor.
Proactive Monitoring: Monitor system logs for kernel oops or unexpected crash reports related to BPF operations, which may indicate attempted exploitation.
Compensating Controls: Restrict access to BPF-related system calls for non-privileged users, if possible, to reduce the attack surface for local users.
Exploitation status
Public Exploit Available: Unknown
Analyst recommendation
Organizations should prioritize patching their Linux kernel environments to the specified fixed versions to mitigate the risk of local privilege escalation. While the vulnerability requires local access, the potential for kernel-level compromise necessitates prompt remediation to ensure the integrity of the operating system.
More Linux CVEs all →
History
CVE Brief tracked this CVE 4 days before it had a CVSS score.
- Disclosed CVE record published
- Collected by CVE Brief No CVSS score yet; tracked as early warning
- CVSS score assigned 7.8 (3.1) from cvelistV5
- Analyst report written