---
id: CVE-2026-93814
title: |-
  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,…
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,…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    b81ac605763c319ca9928a237818ab4e8ab7bb59
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    f6a0cafa265c8a4aed585d873747e3b88b146eed
  - >-
    Linux >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 <
    c1bab046d4786c5b17aab7c5225bf0d4a2a2d19b
  - Linux < 6.12.111
  - Linux < 6.18.53
  - Linux (all versions)
published: '2026-09-24'
updated: '2026-09-25'
sourceUpdated: '2026-09-25T13:17:22.283'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93814'
references:
  - url: 'https://git.kernel.org/stable/c/b81ac605763c319ca9928a237818ab4e8ab7bb59'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/c1bab046d4786c5b17aab7c5225bf0d4a2a2d19b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/f6a0cafa265c8a4aed585d873747e3b88b146eed'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-24T16:47:15.894Z'
epss: 0.00166
epssPercentile: 0.05183
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
