CVE Catalog

CVE-2026-93171

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel's leds: lp5860 driver, lp5860_device_init() would double-unlock an already unlocked mutex if lp5860_init_dt() failed. The fix reworks how the lock is taken and released.

Risk Assessment

A double-unlock may corrupt synchronization state and cause system instability. Triggering requires a DT initialization failure, which is rare.

Recommendation

Update the Linux kernel to a version with the fix. For systems with the lp5860 LED controller, verify stability after updating.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: leds: lp5860: Fix a potential double-unlock In lp5860_device_init(), if lp5860_init_dt() fails, an already unlocked mutex is unlocked another time. Slightly rework how the lock is taken/released to avoid this potential double unlock.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS