CVE-2025-68746

Source
https://cve.org/CVERecord?id=CVE-2025-68746
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-68746.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2025-68746
Downstream
Related
Published
2025-12-24T12:09:42.213Z
Modified
2026-03-20T12:46:26.218817Z
Summary
spi: tegra210-quad: Fix timeout handling
Details

In the Linux kernel, the following vulnerability has been resolved:

spi: tegra210-quad: Fix timeout handling

When the CPU that the QSPI interrupt handler runs on (typically CPU 0) is excessively busy, it can lead to rare cases of the IRQ thread not running before the transfer timeout is reached.

While handling the timeouts, any pending transfers are cleaned up and the message that they correspond to is marked as failed, which leaves the curr_xfer field pointing at stale memory.

To avoid this, clear curr_xfer to NULL upon timeout and check for this condition when the IRQ thread is finally run.

While at it, also make sure to clear interrupts on failure so that new interrupts can be run.

A better, more involved, fix would move the interrupt clearing into a hard IRQ handler. Ideally we would also want to signal that the IRQ thread no longer needs to be run after the timeout is hit to avoid the extra check for a valid transfer.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2025/68xxx/CVE-2025-68746.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
921fc1838fb036f690b8ba52e6a6d3644b475cbb
Fixed
88db8bb7ed1bb474618acdf05ebd4f0758d244e2
Fixed
83309dd551cfd60a5a1a98d9cab19f435b44d46d
Fixed
c934e40246da2c5726d14e94719c514e30840df8
Fixed
551060efb156c50fe33799038ba8145418cfdeef
Fixed
bb0c58be84f907285af45657c1d4847b960a12bf
Fixed
01bbf25c767219b14c3235bfa85906b8d2cb8fbc
Fixed
b4e002d8a7cee3b1d70efad0e222567f92a73000

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-68746.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.12.0
Fixed
5.15.198
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.160
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.120
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.63
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.17.13
Type
ECOSYSTEM
Events
Introduced
6.18.0
Fixed
6.18.2

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2025-68746.json"