
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23301 is a null pointer dereference vulnerability in the Linux kernel's ASoC (Audio System on Chip) SDCA subsystem. The flaw exists in the find_sdca_entity_iot() function, which allocates a string for an Entity name but fails to check whether the allocation succeeded, potentially leading to a kernel crash. It affects Linux kernel versions 6.19 through 6.19.6 (fixed in 6.19.7) and 7.0-rc1 and 7.0-rc2 (fixed in 7.0-rc3). The vulnerability was published on March 25, 2026, and carries a CVSS v3.1 base score of 5.5 (Medium) (Red Hat Advisory, Red Hat Bugzilla).
The root cause is classified as CWE-252 (Unchecked Return Value). In find_sdca_entity_iot(), a memory allocation for the SDCA Entity name string is performed but the return value is not validated — if the allocation fails and returns NULL, subsequent code dereferences the null pointer, causing a kernel panic. Exploitation requires local access with low privileges, as an attacker would need to trigger conditions under which the kernel memory allocator fails (e.g., under memory pressure). The fix adds a NULL check immediately after the allocation call, aborting gracefully on failure (Red Hat Bugzilla, Kernel Patch 1, Kernel Patch 2).
Successful exploitation results in a kernel null pointer dereference, causing a system crash (kernel panic) and a complete denial of service for all users and processes on the affected host. There is no impact on confidentiality or integrity — only availability is affected. The scope is limited to the local system; lateral movement or data exfiltration are not applicable to this vulnerability (Red Hat Advisory).
Update the Linux kernel to version 6.19.7 or later (for the 6.19 stable branch), or to 7.0-rc3 or later (for the 7.0 release candidate series). Patches are available in the kernel stable branch at commits 27990181031fdcdbe0f7c46011f6404e5d116386 and bdcc10a86055beb7109a786d94abf5626f375bbd. As a temporary workaround, restricting local system access to trusted users only reduces exposure, since exploitation requires low-privileged local access (Red Hat Bugzilla, Kernel Patch 1, Kernel Patch 2).
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."