Answer in brief
CVE-2026-93128 records a Unknown severity vulnerability in platform/x86: lg-laptop: Fix LED resource handling. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ae26278829a80ad0e60ff004de71e9276cee5dc0 <4fbfe3714f645b6c64c9ba8faa83b27e4c9f2edd || >=ae26278829a80ad0e60ff004de71e9276cee5dc0 <9a85e2d35e54248aca39bad4f4152ed34de1995f || >=ae26278829a80ad0e60ff004de71e9276cee5dc0 <acc190322250562d5f28860f4ae1ebaf3e304fc2 || >=ae26278829a80ad0e60ff004de71e9276cee5dc0 <3e91964aa74ab261aa15d9d96318eded2fd9d22a | 4fbfe3714f645b6c64c9ba8faa83b27e4c9f2edd, 9a85e2d35e54248aca39bad4f4152ed34de1995f, acc190322250562d5f28860f4ae1ebaf3e304fc2, 3e91964aa74ab261aa15d9d96318eded2fd9d22a |
| Linux/Linuxgeneric | 5.15 | Not reported |
Published upstream
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 17, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 17, 2026
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.
Quoted source text, attributed separately from HOL analysis.