CVE-2026-93128

Unknown

Last modified

CVE-2026-93128 is a vulnerability of currently unknown severity. 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..

Description

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.

Affected Software

Source: CNA advisory (CVE.org). NVD analysis pending.

VendorProductVersions
LinuxLinux>= ae26278829a80ad0e60ff004de71e9276cee5dc0, < 4fbfe3714f645b6c64c9ba8faa83b27e4c9f2edd; >= ae26278829a80ad0e60ff004de71e9276cee5dc0, < 9a85e2d35e54248aca39bad4f4152ed34de1995f; >= ae26278829a80ad0e60ff004de71e9276cee5dc0, < acc190322250562d5f28860f4ae1ebaf3e304fc2; >= ae26278829a80ad0e60ff004de71e9276cee5dc0, < 3e91964aa74ab261aa15d9d96318eded2fd9d22a
LinuxLinux5.15

References

Timeline

Published
Last Modified
Status
Received

Frequently Asked Questions

What is CVE-2026-93128?
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.
How severe is CVE-2026-93128?
Severity scoring for CVE-2026-93128 is pending analysis.
How do I fix CVE-2026-93128?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

How Strix Helps

Related CVEs from 2026

Are you affected by CVE-2026-93128?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST