DEBIAN-CVE-2026-23202
In the Linux kernel, the following vulnerability has been resolved: spi: tegra210-quad: Protect curr_xfer in tegra_qspi_combined_seq_xfer The curr_xfer field is read by the IRQ handler without holding the lock to check if a transfer is in progress. When clearing curr_xfer in the combined sequence transfer loop, protect it with the spinlock to prevent a race with the interrupt handler. Protect the curr_xfer clearing at the exit path of tegra_qspi_combined_seq_xfer() with the spinlock to prevent a race with the interrupt handler that reads this field. Without this protection, the IRQ handler could read a partially updated curr_xfer value, leading to NULL pointer dereference or use-after-free.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 6.12.41-1, 6.12.43-1~bpo12+1 |
| Debian:12 | linux | 6.1.99-1, 6.1.55-1~bpo11+1, 6.1.64-1 |
| Debian:11 | linux-6.1 | 0, *, 6.1.106-3~deb11u2 |
| Debian:14 | linux | 6.18, 6.18, 6.18 |
Exploit Intelligence
- 4081.3.7.yml (github-poc)
Timeline
- Feb 14, 2026 CVE Published
- Apr 28, 2026 CVE Updated