CVE-2026-89937: iio: chemical: sgp30: Handle IAQ thread creation failure

Published Sep 16, 2026
·
Updated

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

iio: chemical: sgp30: Handle IAQ thread creation failure

kthreadrun() can fail and return an error pointer, but sgpprobe() stores it and returns success, so the device is registered without its IAQ thread and sgpremove() later passes the error pointer to kthreadstop(). Return the error from probe instead.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 16, 2026
CVE Published
via MITRE·10:32 AM
Data Sourced
via MITRE·10:32 AM
Description

Frequently Asked Questions

1

Under what condition can this issue occur?

It occurs when kthread_run() fails during sgp_probe(). The driver stores the resulting error pointer, reports probe success, and registers the device without its IAQ thread.

2

What happens when the affected device is later removed?

The removal path passes the stored error pointer to kthread_stop(). This occurs after the earlier thread-creation failure was incorrectly treated as a successful probe.

3

How does the resolved behavior change failure handling?

The fix returns the thread-creation error from probe instead of registering the device. This prevents a device with no IAQ thread and an invalid stored thread pointer from being registered.

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