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

  platform/x86: lg-laptop: Fix LED resource handling

  The event notification callback might access kbd_backlight even
  when it was not successfully registered with the LED…
summary: |-
  In the Linux kernel, the following vulnerability has been resolved:

  platform/x86: lg-laptop: Fix LED resource handling

  The event notification callback might access kbd_backlight even
  when it was not successfully registered with the LED…
severity: none
vendor: Linux
product: Linux
affected:
  - >-
    Linux >= ae26278829a80ad0e60ff004de71e9276cee5dc0 <
    4fbfe3714f645b6c64c9ba8faa83b27e4c9f2edd
  - >-
    Linux >= ae26278829a80ad0e60ff004de71e9276cee5dc0 <
    9a85e2d35e54248aca39bad4f4152ed34de1995f
  - >-
    Linux >= ae26278829a80ad0e60ff004de71e9276cee5dc0 <
    acc190322250562d5f28860f4ae1ebaf3e304fc2
  - >-
    Linux >= ae26278829a80ad0e60ff004de71e9276cee5dc0 <
    3e91964aa74ab261aa15d9d96318eded2fd9d22a
  - Linux 5.15
published: '2026-09-17'
updated: '2026-09-17'
sourceUpdated: '2026-09-17T17:18:07.570'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-93128'
references:
  - url: 'https://git.kernel.org/stable/c/3e91964aa74ab261aa15d9d96318eded2fd9d22a'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/4fbfe3714f645b6c64c9ba8faa83b27e4c9f2edd'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/9a85e2d35e54248aca39bad4f4152ed34de1995f'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
  - url: 'https://git.kernel.org/stable/c/acc190322250562d5f28860f4ae1ebaf3e304fc2'
    label: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
tags:
  - nvd
  - cve.org
ingestedAt: '2026-09-17T16:21:47.748Z'
epss: 0.002
epssPercentile: 0.08701
---

## Overview

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

platform/x86: lg-laptop: Fix LED resource handling

The event notification callback might access kbd_backlight even
when it was not successfully registered with the LED subsystem.
The same happens inside acpi_remove(), where the LED devices are
unregistered unconditionally.

Fix this by tracking the availability of the kbd_backlight LED
device and use devm_led_classdev_register() to let devres take
care of unregistering the LED devices during removal. For this
the parent device of the LED devices is changed to the native
platform device.

## Remediation

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