---
id: CVE-2026-43355
title: |-
  In the Linux kernel, the following vulnerability has been resolved:

  iio: light: bh1780: fix PM runtime leak on error path

  Move pm_runtime_put_autosuspend() before the error check to ensure
  the PM runtime reference count is always decre…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  iio: light: bh1780: fix PM runtime leak on error path

  Move pm_runtime_put_autosuspend() before the error check to ensure
  the PM runtime reference count is always decre…
severity: medium
cvss: 5.5
cvssVector: 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'
cwe:
  - CWE-401
vendor: linux
product: linux_kernel
affected:
  - 'linux_kernel >= 4.7, < 5.10.253'
  - 'linux_kernel >= 5.11, < 6.1.167'
  - 'linux_kernel >= 6.2, < 6.6.130'
  - 'linux_kernel >= 6.7, < 6.18.19'
  - 'linux_kernel >= 6.19, < 6.19.9'
  - linux_kernel = 7.0
patched:
  - linux_kernel 6.19.9
published: '2026-05-08'
updated: '2026-07-04'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-43355'
references:
  - url: 'https://git.kernel.org/stable/c/1eb3af4f59e09323788860a9155e9766b12891e5'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/33661bfc85c14836bfef4425a74b0ca2df4bb5ad'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/4228f7f053b452be625919ccbb605912bae0dc98'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/424bf90e87134effe4bd932608a15286493b11ab'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/aae572ddc28578af476cce7da3faec0395ef0bf0'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/ad58fa1cb11e4ceb702786a494352c7ff2eca1ed'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/dd72e6c3cdea05cad24e99710939086f7a113fb5'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/fc77e0a5600e620a2ae51ec78933162fb217b20b'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
epss: 0.00162
epssPercentile: 0.04712
ingestedAt: '2026-07-04T12:56:09.379Z'
---

## Overview

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

iio: light: bh1780: fix PM runtime leak on error path

Move pm_runtime_put_autosuspend() before the error check to ensure
the PM runtime reference count is always decremented after
pm_runtime_get_sync(), regardless of whether the read operation
succeeds or fails.

## Affected

- `linux_kernel >= 4.7, < 5.10.253`
- `linux_kernel >= 5.11, < 6.1.167`
- `linux_kernel >= 6.2, < 6.6.130`
- `linux_kernel >= 6.7, < 6.18.19`
- `linux_kernel >= 6.19, < 6.19.9`
- `linux_kernel = 7.0`

## Remediation

Upgrade past the affected range:

- `linux_kernel 6.19.9`
