PT-2026-8215 · Nvidia+3 · Tegra210+3

Published

2026-01-01

·

Updated

2026-04-20

·

CVE-2026-23207

CVSS v3.1

4.7

Medium

VectorAV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A flaw exists in the Linux kernel's Tegra210-quad SPI driver related to synchronization of the curr xfer variable within the interrupt request (IRQ) handler. Specifically, a race condition can occur when the interrupt service routine (ISR) thread and a timeout path concurrently access curr xfer. Without proper protection, the ISR thread might observe a non-NULL value for curr xfer, while the timeout path sets it to NULL. Subsequently, the handler functions (handle cpu based xfer() and handle dma based xfer()) could attempt to dereference a NULL pointer, leading to a system crash. The issue arises because the curr xfer check occurs before acquiring the spinlock, and the lock is released and reacquired later, creating a window for the race condition. The fix involves adding a NULL check within the handler functions after acquiring the lock to prevent dereferencing a NULL pointer if the timeout path has already cleared curr xfer.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Use After Free

Race Condition

Weakness Enumeration

Related Identifiers

CVE-2026-23207
ECHO-FFBF-67C2-6BE4
OPENSUSE-SU-2026:20416-1
SUSE-SU-2026:0962-1
SUSE-SU-2026:1041-1
SUSE-SU-2026:1081-1
SUSE-SU-2026:20667-1
SUSE-SU-2026:20720-1
SUSE-SU-2026:20838-1
SUSE-SU-2026:20845-1
SUSE-SU-2026:20876-1
SUSE-SU-2026:20931-1
SUSE-SU-2026:21114-1
SUSE-SU-2026:21123-1
SUSE-SU-2026:21255-1
SUSE-SU-2026:21284-1
USN-8100-1
USN-8163-1
USN-8163-2

Affected Products

Linuxmint
Linux Kernel
Tegra210
Ubuntu