CVE-2025-68746
Last modified
CVE-2025-68746 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 921fc1838fb036f690b8ba52e6a6d3644b475cbb, < 88db8bb7ed1bb474618acdf05ebd4f0758d244e2; >= 921fc1838fb036f690b8ba52e6a6d3644b475cbb, < 83309dd551cfd60a5a1a98d9cab19f435b44d46d; >= 921fc1838fb036f690b8ba52e6a6d3644b475cbb, < c934e40246da2c5726d14e94719c514e30840df8; >= 921fc1838fb036f690b8ba52e6a6d3644b475cbb, < 551060efb156c50fe33799038ba8145418cfdeef; >= 921fc1838fb036f690b8ba52e6a6d3644b475cbb, < bb0c58be84f907285af45657c1d4847b960a12bf; >= 921fc1838fb036f690b8ba52e6a6d3644b475cbb, < 01bbf25c767219b14c3235bfa85906b8d2cb8fbc; >= 921fc1838fb036f690b8ba52e6a6d3644b475cbb, < b4e002d8a7cee3b1d70efad0e222567f92a73000 |
| Linux | Linux | 5.12 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2025-68746?
How severe is CVE-2025-68746?
How do I fix CVE-2025-68746?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-68740In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68741In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68742In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68743In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68744In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68745In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2025-68747In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68748In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2025-68749In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2025-6875A vulnerability has been found in SourceCodester Best Salon …8.8
- CVE-2025-68750In the Linux kernel, the following vulnerability has been re…
- CVE-2025-68751In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2025-68746?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
