NONE · 0

CVE-2026-89937

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sgp30: Handle IAQ thread creation failure kthread_run() can fail and return an error pointer, but sgp_probe() store...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sgp30: Handle IAQ thread creation failure kthread_run() can fail and return an error pointer, but sgp_probe() stores it and returns success, so the device is registered without its IAQ thread and sgp_remove() later passes the error pointer to kthread_stop(). Return the error from probe instead.

References

FAQ

What is CVE-2026-89937?

CVE-2026-89937 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: iio: chemical: sgp30: Handle IAQ thread creation failure kthread_run() can fail and return an error pointer, but sgp_probe() store...

How severe is CVE-2026-89937?

CVSS scoring is not yet available for CVE-2026-89937. Check NVD for updates.

Is there a patch for CVE-2026-89937?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.