
Cloud Vulnerability DB
A community-led vulnerabilities database
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).
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).
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).
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.
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.
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."