CVE-2026-23206
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23206 is a NULL pointer dereference vulnerability in the Linux kernel's dpaa2-switch network driver that can cause a kernel panic when the device reports zero network interfaces. The flaw was published on February 14, 2026, and affects Linux kernel versions from 5.13 up to (but not including) 5.15.200, 5.16–6.1.163, 6.2–6.6.124, 6.7–6.12.70, 6.13–6.18.10, and select 6.19 release candidates. It carries a CVSS v3.1 base score of 5.5 (Medium) (Feedly).

Technical details

The root cause is classified as CWE-476 (NULL Pointer Dereference). In dpaa2_switch_probe(), the driver allocates arrays for ports, FDBs, and filter blocks using kcalloc() with ethsw->sw_attr.num_ifs as the element count. When the device reports zero interfaces — due to hardware misconfiguration or firmware issues — kcalloc(0, ...) returns ZERO_SIZE_PTR (address 0x10) rather than NULL. The subsequent NAPI initialization unconditionally accesses ethsw->ports[0]->netdev, dereferencing the invalid ZERO_SIZE_PTR address and triggering a kernel panic. The fix adds a validation check ensuring num_ifs > 0 before proceeding with allocation and initialization (Feedly, Kernel Patch).

Impact

Successful exploitation results in a kernel panic, causing a complete denial of service on the affected system. There is no impact on confidentiality or integrity — only availability is affected. The scope is limited to the local system running a vulnerable kernel with the dpaa2-switch driver loaded, and there is no known potential for lateral movement or data exposure (Feedly).

Mitigation and workarounds

Update the Linux kernel to a patched stable version: 5.15.200 or later, 6.1.163 or later, 6.6.124 or later, 6.12.70 or later, or 6.18.10 or later. Patches have been applied across multiple stable kernel branches and are available via the upstream kernel stable tree (Kernel Patch). Debian (DSA-6141, DSA-6163, DLA-4499) and Ubuntu (USN-8393-1) have issued updated kernel packages incorporating this fix (Debian LTS). As a short-term workaround where patching is not immediately possible, restrict local access to systems with dpaa2-switch devices and monitor for device attribute configurations reporting zero network interfaces.

Community reactions

Debian issued multiple security advisories (DSA-6141, DSA-6163, DLA-4499) addressing this vulnerability as part of broader Linux kernel update packages, and Ubuntu released USN-8393-1 covering the same fix (Debian LTS). The Yocto Project security mailing list also tracked this CVE. No notable independent researcher commentary or significant social media discussion has been observed beyond routine vulnerability tracking.

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