In the Linux kernel, the following vulnerability has been resolved:
spi: stm32-ospi: Fix resource leak in remove() callback
The remove() callback returned early if pm_runtime_resume_and_get()
failed, skipping the cleanup of spi controller and other resources.
Remove the early return so cleanup completes regardless of PM resume
result.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-01 15:16
Updated : 2026-06-17 10:48
NVD link : CVE-2026-43004
Mitre link : CVE-2026-43004
CVE.ORG link : CVE-2026-43004
JSON object : View
Products Affected
linux
- linux_kernel
CWE
