NONE · 0

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...

Vulnerability 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.

References

FAQ

What is CVE-2026-93128?

CVE-2026-93128 is a documented vulnerability. 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...

How severe is CVE-2026-93128?

CVSS scoring is not yet available for CVE-2026-93128. Check NVD for updates.

Is there a patch for CVE-2026-93128?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.