CVE-2026-93814
N/A
Summary
In the Linux kernel, the following vulnerability has been resolved:
spi: core: Abort active target transfer on controller suspend
When an SPI controller operating in target mode has a transfer in progress at the time of system suspend, the suspend path proceeds without aborting the ongoing transfer. This can leave the hardware in an inconsistent state, potentially causing the system to hang or fail to resume cleanly.
Fix this by invoking the controller's target_abort callback from spi_controller_suspend() when the controller is in target mode and the callback is registered. This ensures any active target transfer is cleanly terminated before the controller is suspended.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 6c364062bfed3c34490e85bea52ff6e2d4f0f281 < b81ac605763c319ca9928a237818ab4e8ab7bb59 | affected |
| Linux | Linux | 6c364062bfed3c34490e85bea52ff6e2d4f0f281 < f6a0cafa265c8a4aed585d873747e3b88b146eed | affected |
| Linux | Linux | 6c364062bfed3c34490e85bea52ff6e2d4f0f281 < c1bab046d4786c5b17aab7c5225bf0d4a2a2d19b | affected |
| Linux | Linux | 4.13 | affected |
| Linux | Linux | 0 < 4.13 | unaffected |
| Linux | Linux | 6.12.111 <= 6.12.* | unaffected |
| Linux | Linux | 6.18.53 <= 6.18.* | unaffected |
| Linux | Linux | 7.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/b81ac605763c319ca9928a237818ab4e8ab7bb59
- https://git.kernel.org/stable/c/f6a0cafa265c8a4aed585d873747e3b88b146eed
- https://git.kernel.org/stable/c/c1bab046d4786c5b17aab7c5225bf0d4a2a2d19b
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.