Answer in brief
CVE-2026-93814 records a Unknown severity vulnerability in spi: core: Abort active target transfer on controller suspend. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <b81ac605763c319ca9928a237818ab4e8ab7bb59 || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <f6a0cafa265c8a4aed585d873747e3b88b146eed || >=1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <c1bab046d4786c5b17aab7c5225bf0d4a2a2d19b || >=0 <6.12.111 || >=0 <6.18.53 | b81ac605763c319ca9928a237818ab4e8ab7bb59, f6a0cafa265c8a4aed585d873747e3b88b146eed, c1bab046d4786c5b17aab7c5225bf0d4a2a2d19b, 6.12.111, 6.18.53 |
Published upstream
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 24, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 25, 2026
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.
Quoted source text, attributed separately from HOL analysis.