CVE-2026-93814None▾ SunlitIn 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,…
▾ Sunlit zone — Low / medium · no exploitation signal
impact 2.8 · likelihood 0 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
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.
Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
Connected by shared product, vendor, weakness, or advisory.
CVE-2026-98059Nonebpf: Mark sched_process_wait argument as nullable
CVE-2026-98063Nonebpf: Fix NULL-ptr-deref in btf_var_show()
CVE-2026-98061Nonebpf: Reject tail calls directly from callback frames
CVE-2026-98065Nonebpf: Reject key-less BTF for hash maps
CVE-2026-98062Nonebpf: Mark signal tracepoint siginfo arguments as scalar
CVE-2026-98060Nonebpf: Reject resilient lock operations in rbtree callbacks