---
id: CVE-2026-89937
title: |-
  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 devi…
summary: |-
  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 devi…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= ce514124161ac2ceb13d10b6c40cbf05c8f0cc91 <
    bffd0655a35402b2df8857699f8248e5a534d214
  - >-
    Linux >= ce514124161ac2ceb13d10b6c40cbf05c8f0cc91 <
    bae0316c087b1ef625844003fe37e803a13819f3
  - >-
    Linux >= ce514124161ac2ceb13d10b6c40cbf05c8f0cc91 <
    3c6b52b258e65a584e3f5122ed7f406bc89a946e
  - >-
    Linux >= ce514124161ac2ceb13d10b6c40cbf05c8f0cc91 <
    3462c13bb0f50dec09235adb7fd04b6f617cf0cc
  - >-
    Linux >= ce514124161ac2ceb13d10b6c40cbf05c8f0cc91 <
    a5aaea17a1834d7254ff597e4d5e1bc60dfc4800
  - >-
    Linux >= ce514124161ac2ceb13d10b6c40cbf05c8f0cc91 <
    2d386efb4c37a50739db19c7c8e49564fd53a570
  - >-
    Linux >= ce514124161ac2ceb13d10b6c40cbf05c8f0cc91 <
    44d52c8b1c6da7ac1b0dffeeff6de68370746775
  - >-
    Linux >= ce514124161ac2ceb13d10b6c40cbf05c8f0cc91 <
    1135d6875d2dbda3f6ec718f3421a6ce4378bd63
  - Linux 5.1
published: '2026-09-16'
updated: '2026-09-16'
sourceUpdated: '2026-09-16T11:17:03.177'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-89937'
references:
  - url: 'https://git.kernel.org/stable/c/1135d6875d2dbda3f6ec718f3421a6ce4378bd63'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/2d386efb4c37a50739db19c7c8e49564fd53a570'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/3462c13bb0f50dec09235adb7fd04b6f617cf0cc'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/3c6b52b258e65a584e3f5122ed7f406bc89a946e'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/44d52c8b1c6da7ac1b0dffeeff6de68370746775'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/a5aaea17a1834d7254ff597e4d5e1bc60dfc4800'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/bae0316c087b1ef625844003fe37e803a13819f3'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/bffd0655a35402b2df8857699f8248e5a534d214'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-16T10:53:53.966Z'
epss: 0.0021
epssPercentile: 0.11566
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
