Bug 2482112 (CVE-2026-45883) - CVE-2026-45883 kernel: iio: sca3000: Fix a resource leak in sca3000_probe()
Summary: CVE-2026-45883 kernel: iio: sca3000: Fix a resource leak in sca3000_probe()
Keywords:
Status: NEW
Alias: CVE-2026-45883
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-27 15:11 UTC by OSIDB Bzimport
Modified: 2026-05-28 03:15 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-05-27 15:11:54 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.