CVE-2026-45883: iio: sca3000: Fix a resource leak in sca3000_probe()

Published May 27, 2026
·
Updated

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

iio: sca3000: Fix a resource leak in sca3000probe()

spi->irq from requestthreadedirq() not released when iiodeviceregister() fails. Add an return value check and jump to a common error handler when iiodeviceregister() fails.

Affected Software

8 affected components
Linux Linux kernel (iio sca3000)
Linux Linux kernel>=4.10<5.10.252
Linux Linux kernel>=5.11<5.15.202
Linux Linux kernel>=5.16<6.1.165
Linux Linux kernel>=6.2<6.6.128
Linux Linux kernel>=6.7<6.12.75
Linux Linux kernel>=6.13<6.18.14
Linux Linux kernel>=6.19<6.19.4

Event History

May 27, 2026
CVE Published
via MITRE·12:16 PM
Data Sourced
via MITRE·12:16 PM
Description
Data Sourced
via NVD·02:17 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What conditions are required to trigger the resource leak?

The SCA3000 driver must be probed successfully through request_threaded_irq(), and iio_device_register() must then fail. The issue is local and requires low privileges according to the CVSS vector.

2

What is the impact if the issue is triggered?

The IRQ obtained through request_threaded_irq() is not released, causing a resource leak. The reported CVSS impact is limited to availability, with no confidentiality or integrity impact.

3

How can I determine whether a system may be affected?

A system may be affected if it uses the Linux kernel SCA3000 IIO driver and encounters an iio_device_register() failure during driver probing. The provided data does not identify affected kernel versions.

4

What does the fix change?

The fix checks the return value from iio_device_register() and routes failures to a common error handler that releases the IRQ resource.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203