Description
In the Linux kernel, the following vulnerability has been resolved:

spi: rspi: fix controller deregistration

Make sure to deregister the controller before releasing underlying
resources like DMA during driver unbind.
Published: 2026-05-28
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability originates in the Linux kernel’s SPI subsystem, where the controller is deregistered after underlying resources such as DMA have already been released during driver unbind. This incorrect cleanup order can lead to the kernel accessing memory that has been freed or reallocated, resulting in a potential kernel panic or data corruption. The weakness is an improper resource release that allows an attacker to destabilize the system.

Affected Systems

All Linux kernel builds that contain the affected SPI driver code without the applied fix. The specific branch or version is not listed, but the issue applies across all kernels that have not incorporated the commit referenced in the advisory.

Risk and Exploitability

The EPSS score of <1% indicates a very low exploitation probability, and the vulnerability is not listed in CISA KEV. The CVSS score is 5.5, indicating moderate severity. Based on the description, the likely attack vector involves a local actor capable of triggering driver unbind—for example, an application running with elevated privileges or a malicious user that can unload a module. If exploited, the flaw can cause the kernel to crash, leading to denial of service.

Generated by OpenCVE AI on June 10, 2026 at 20:39 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the commit fixing the deregistration order (check the commit hash 77defd64b405b680db73d767313fce770d368368 or its equivalent in stable releases).
  • If an immediate kernel upgrade is not possible, verify that the SPI driver code performs controller deregistration before freeing DMA or other hardware resources adapted to the specific implementation.
  • Implement monitoring for kernel panic logs or crash dumps that indicate a failure within the SPI subsystem, and enforce alerts that trigger remedial actions such as automatic reboot or kernel health checks.

Generated by OpenCVE AI on June 10, 2026 at 20:39 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 10 Jun 2026 19:15:00 +0000

Type Values Removed Values Added
Weaknesses NVD-CWE-noinfo
Metrics cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


Fri, 29 May 2026 04:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Fri, 29 May 2026 00:15:00 +0000


Thu, 28 May 2026 13:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-416

Thu, 28 May 2026 10:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: spi: rspi: fix controller deregistration Make sure to deregister the controller before releasing underlying resources like DMA during driver unbind.
Title spi: rspi: fix controller deregistration
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-06-14T18:03:59.436Z

Reserved: 2026-05-13T15:03:33.106Z

Link: CVE-2026-46225

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-05-28T10:16:38.130

Modified: 2026-06-10T19:00:52.787

Link: CVE-2026-46225

cve-icon Redhat

Severity :

Publid Date: 2026-05-28T00:00:00Z

Links: CVE-2026-46225 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-06-10T20:45:40Z

Weaknesses