cve-2026-23207

About this tag
CVE-2026-23207 is a Linux kernel vulnerability in the spi: tegra210-quad driver, involving a race condition where an IRQ handler could observe an inconsistent transfer state due to a missing null check on curr_xfer. The fix protects the curr_xfer null check inside the interrupt handler. While the Microsoft Security Response Center page for this CVE is unavailable, public vulnerability databases and kernel patch traces confirm the issue and its resolution. This flaw could lead to system crashes or denial of service on affected systems. Discussions on WindowsForum cover the technical details of the fix and the implications for users running Linux on Tegra210-based hardware.
  1. CVE-2026-23207 Fix Explained: tegra210-quad IRQ race in Linux SPI kernel

    The Microsoft Security Response Center page for CVE-2026-23207 appears to be unavailable, but the underlying issue is a Linux kernel flaw in the spi: tegra210-quad driver that was resolved by protecting a curr_xfer null check inside an IRQ handler. In practical terms, that means a race condition...