CVE-2026-45883
Awaiting Analysis Awaiting Analysis - Queue
Resource Leak in Linux Kernel IIO SCA3000 Driver

Publication date: 2026-05-27

Last updated on: 2026-05-27

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: iio: sca3000: Fix a resource leak in sca3000_probe() spi->irq from request_threaded_irq() not released when iio_device_register() fails. Add an return value check and jump to a common error handler when iio_device_register() fails.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-05-27
Last Modified
2026-05-27
Generated
2026-06-16
AI Q&A
2026-05-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability is a resource leak in the Linux kernel related to the iio: sca3000 driver. Specifically, when the function iio_device_register() fails during the initialization process, the interrupt request (irq) obtained from request_threaded_irq() is not properly released. The fix involves adding a return value check and directing the flow to a common error handler to ensure resources are correctly freed when registration fails.

Impact Analysis

The impact of this vulnerability is a resource leak in the Linux kernel's device driver. This could potentially lead to system instability or degraded performance over time as resources such as interrupts are not properly released when device registration fails. However, no direct information about exploitation or further consequences is provided.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-45883. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart