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.
References
Configurations
Configuration 1 (hide)
|
History
25 Jun 2026, 21:12
| Type | Values Removed | Values Added |
|---|---|---|
| First Time |
Linux linux Kernel
Linux |
|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/103ac8e3a7f345a0966ef582b8a874ac31a92c7c - Patch | |
| References | () https://git.kernel.org/stable/c/40c860ece22542178cddcf01b08644bcdbc597b3 - Patch | |
| References | () https://git.kernel.org/stable/c/517d9f2b963089b3d64c23accf7920d77f5a30c8 - Patch | |
| References | () https://git.kernel.org/stable/c/55e13abf22c27a3b0ab5cf941dd07a2d9786736c - Patch | |
| References | () https://git.kernel.org/stable/c/597d749c5180f3e351837e851a6131b140324e9f - Patch | |
| References | () https://git.kernel.org/stable/c/62b44ebc1f2c71db3ca2d4737c52e433f6f03038 - Patch | |
| References | () https://git.kernel.org/stable/c/84d3c396d8ae73c24dececfcc4e544ea09311e32 - Patch | |
| References | () https://git.kernel.org/stable/c/e8e960c3d23fdb4882d70d34ce762368da0f1427 - Patch | |
| CWE | CWE-401 | |
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-25 21:12
NVD link : CVE-2026-45883
Mitre link : CVE-2026-45883
CVE.ORG link : CVE-2026-45883
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
