CVE-2026-93814: spi: core: Abort active target transfer on controller suspend

Published Sep 24, 2026
·
Updated

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 targetabort callback from spicontrollersuspend() 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

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Compensating control

    In spi_controller_suspend(), invoke the controller's target_abort callback when the SPI controller is in target mode and the callback is registered, so any active target transfer is terminated before suspension.

Event History

Sep 24, 2026
CVE Published
via MITRE·04:02 PM
Data Sourced
via MITRE·04:02 PM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

The issue affects Linux kernel systems using an SPI controller in target mode when a transfer is active as the system enters suspend. The controller must also have a target_abort callback registered for the fix to terminate the transfer.

2

What conditions are required to trigger the failure?

An SPI target-mode transfer must still be in progress when system suspend begins. Without aborting that transfer, the controller hardware can be left inconsistent, which can cause a hang or an unsuccessful resume.

3

How can I tell whether this may be affecting a system?

Investigate systems that hang during suspend or fail to resume cleanly while an SPI controller is operating in target mode. The relevant condition is an active target transfer at the time suspend is initiated.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203