CVE-2026-23475
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2026-23475 is a NULL pointer dereference vulnerability in the Linux kernel's SPI (Serial Peripheral Interface) subsystem. The flaw arises because the per-CPU statistics for an SPI controller are not allocated until after the controller is registered with the driver core, creating a race window during which sysfs attribute access can trigger a kernel crash. Affected kernel versions span from 6.0 through multiple stable branches, including 6.0–6.1.167 (exclusive), 6.2–6.6.130 (exclusive), 6.7–6.12.78 (exclusive), 6.13–6.18.20 (exclusive), and 6.19–6.19.10 (exclusive), as well as pre-release 7.0-rc1 through rc4. It carries a CVSS v3.1 base score of 5.5 (Medium) (GitHub Advisory, Feedly).

Technical details

The root cause is classified as CWE-476 (NULL Pointer Dereference). During SPI controller initialization, the per-CPU statistics structure is allocated only after spi_register_controller() completes registration with the driver core. This creates a time-of-check/time-of-use window where a local user or process reading sysfs attributes under /sys/class/spi_master/ can dereference a NULL pointer before the statistics memory is initialized. The fix moves statistics allocation to the controller allocation phase and ties its lifetime to the controller object rather than relying on implicit devres cleanup (GitHub Advisory, Feedly).

Impact

Successful exploitation causes a kernel NULL pointer dereference, resulting in a kernel panic and system crash — a denial of service affecting all processes on the host. There is no confidentiality or integrity impact; the vulnerability is limited to availability. Systems relying on SPI hardware (e.g., embedded devices, IoT systems, servers with SPI-attached peripherals) are most at risk, and a crash could disrupt critical services running on affected hosts (Feedly).

Indicators of compromise

  • Logs: Kernel oops or panic messages in /var/log/kern.log or dmesg referencing a NULL pointer dereference in the SPI subsystem (e.g., spi_statistics or related functions).
  • Logs: Stack traces in kernel logs involving spi_master or spi_controller sysfs attribute handlers.
  • System Behavior: Unexpected system reboots or kernel panics on systems with SPI hardware attached, particularly during SPI controller initialization or driver loading.

Mitigation and workarounds

Apply the patched kernel versions released for each stable branch: 6.1.167, 6.6.130, 6.12.78, 6.18.20, 6.19.10, and 7.0-rc5. Patches are available via the Linux kernel stable tree. As a temporary workaround prior to patching, restrict local user access to SPI controller sysfs attributes under /sys/class/spi_master/ using filesystem permissions or access control mechanisms. Prioritize patching on systems with SPI hardware actively in use (GitHub Advisory, SUSE Advisory, Amazon Linux).

Community reactions

SUSE issued security update announcements (SUSE-SU-2026:2217-1 and SUSE-SU-2026:2238-1) addressing this vulnerability among others in their kernel packages. Amazon Linux also released an advisory (ALAS2023-2026-1594). The Yocto Project security mailing list discussed the issue across multiple messages. No notable independent researcher commentary or significant social media discussion has been identified (SUSE Advisory, Amazon Linux, Yocto Security).

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