
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2026-23207 is a race condition vulnerability in the Linux kernel's spi: tegra210-quad driver that can lead to a NULL pointer dereference in the IRQ handler. The flaw exists in the tegra_qspi_isr_thread() function, where the curr_xfer pointer is checked without holding the spinlock, allowing a concurrent timeout path to set it to NULL before the handler dereferences it. It was published on February 14, 2026, and affects multiple Linux kernel stable branches. The vulnerability carries a CVSS v3.1 base score of 4.7 (Medium) (Feedly).
The root cause is a race condition (CWE-362) combined with a potential use-after-free/NULL dereference (CWE-416) in the tegra_qspi_isr_thread() function of the Tegra210 QSPI driver. The ISR thread checks tqspi->curr_xfer for NULL without holding the spinlock; concurrently, the timeout path can acquire the lock, set curr_xfer = NULL, and release the lock — after which the ISR thread proceeds to call handle_cpu_based_xfer() or handle_dma_based_xfer(), which then re-acquires the lock and dereferences the now-NULL pointer via t->len. The fix adds a NULL check inside the handler functions after re-acquiring the spinlock, ensuring safe return if curr_xfer has been cleared by the timeout path (Feedly, Kernel Patch 1, Kernel Patch 2).
Successful exploitation causes a kernel NULL pointer dereference, resulting in a kernel panic and system crash — a complete loss of availability for the affected device. There is no confidentiality or integrity impact, as the vulnerability only affects availability (CVSS A:H, C:N, I:N). The impact is limited to systems using NVIDIA Tegra210 SoCs with the QSPI driver active, such as embedded or IoT devices running affected Linux kernel versions (Feedly).
Patches have been committed to the Linux kernel stable tree addressing the race condition by adding spinlock protection around the curr_xfer NULL check and adding secondary NULL checks inside the transfer handlers (Kernel Patch 1, Kernel Patch 2). Affected distributions including SUSE, Debian, and Amazon Linux 2023 have released updated kernel packages incorporating this fix (SUSE Advisory, Debian Advisory, Amazon Linux). Administrators running Tegra210-based systems should update to a patched kernel version as provided by their distribution vendor; no configuration-based workaround is available.
The vulnerability received routine coverage from Linux distribution security teams, with SUSE, Debian, and Amazon Linux issuing kernel update advisories. No notable independent researcher commentary or significant social media discussion has been identified beyond standard vulnerability aggregator coverage (SUSE Advisory, Debian Advisory).
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."