PT-2026-27733 · Linux · Linux Kernel

Published

2026-01-01

·

Updated

2026-05-26

·

CVE-2026-23368

CVSS v3.1

5.5

Medium

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description The Linux kernel contains a flaw related to a potential AB-BA deadlock when both LEDS TRIGGER NETDEV and LED TRIGGER PHY are enabled. The issue occurs during the registration of PHY LED triggers, where the code attempts to acquire locks in an order that can lead to a deadlock situation. Specifically, the phy led triggers register function is called while holding the RTNL lock, and then attempts to acquire the triggers list lock. Simultaneously, LEDS TRIGGER NETDEV enables on an LED, first taking triggers list lock and then RTNL, creating the AB-BA deadlock. The fix involves moving the call to phy led triggers registers() to a location where it does not require the RTNL, resolving the deadlock.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Improper Locking

Found an issue in the description? Have something to add? Feel free to write us 👾

Weakness Enumeration

Related Identifiers

CVE-2026-23368
ECHO-C2D5-32A2-5081
OESA-2026-1862
OESA-2026-1863
OESA-2026-1864
OPENSUSE-SU-2026:20826-1
SUSE-SU-2026:21841-1
SUSE-SU-2026:21845-1
SUSE-SU-2026:21860-1
SUSE-SU-2026:21876-1
SUSE-SU-2026:21877-1
SUSE-SU-2026:21916-1
SUSE-SU-2026:21919-1
SUSE-SU-2026:2217-1
SUSE-SU-2026:2238-1

Affected Products

Linux Kernel