CVE-2026-23286
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23286 is a NULL pointer dereference vulnerability in the Linux kernel's ATM LANE (LAN Emulation) module, specifically within the lec_arp_clear_vccs() function. It was reported by syzkaller and disclosed on March 25, 2026, affecting Linux kernel versions from 2.6.12 through multiple stable branches up to 6.19.6. Fixed versions include 5.10.253, 5.15.203, 6.1.167, 6.6.130, 6.12.77, 6.18.17, and 6.19.7. It carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat Advisory, Red Hat Bugzilla).

Technical details

The root cause is a NULL pointer dereference (CWE-476) in lec_arp_clear_vccs() within the ATM LANE subsystem. When a VCC is closed, lec_vcc_close() iterates over all ARP table entries and calls lec_arp_clear_vccs() for each entry sharing the same atm_vcc. The first call frees the vpriv structure (vcc->user_back) and sets it to NULL; subsequent calls for other ARP entries sharing the same VCC then attempt to dereference the now-NULL vpriv via vcc->pop = vpriv->old_pop, triggering a kernel crash. The fix adds a NULL check for vpriv before dereferencing it, skipping the cleanup block if the VCC was already cleared by a prior iteration (Red Hat Bugzilla, git.kernel.org).

Impact

Successful exploitation causes a kernel NULL pointer dereference crash, resulting in a system-wide denial of service. The impact is limited to availability — there is no confidentiality or integrity impact. A local attacker with low privileges can trigger the crash by closing an ATM LANE VCC connection shared by multiple ARP entries, potentially disrupting all services running on the affected host (Red Hat Advisory).

Mitigation and workarounds

Update the Linux kernel to a patched stable version: 5.10.253, 5.15.203, 6.1.167, 6.6.130, 6.12.77, 6.18.17, or 6.19.7. Debian has issued security advisories (DSA-6238-1, DSA-6243-1, DLA-4561-1) addressing this issue. Microsoft has also released a patch for the Azure Linux 3 kernel (azl3_kernel 6.6.126.1-1 and later). If immediate patching is not possible, consider disabling or restricting access to ATM LANE functionality if it is not required in your environment (Red Hat Bugzilla, git.kernel.org, Microsoft).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management