PT-2026-39043 · Linux · Linux Kernel
Published
2026-05-08
·
Updated
2026-05-21
·
CVE-2026-43382
CVSS v3.1
5.5
Medium
| Vector | AV: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
A deadlock can occur in the batman-adv module when the
batadv v elp get throughput() function is called while the RTNL (Routing Netlink) lock is already held. This specifically happens when a work queue item is cancelled via cancel delayed work sync() in batadv v elp iface disable(). While rtnl trylock() was previously implemented to avoid this, the batadv get real netdev() function was still being called for cfg80211 interfaces, which also attempts to acquire the rtnl lock(), leading to the deadlock.Recommendations
Update the Linux kernel to a version where the
batadv get real netdev() lockless version and ethtool get link ksettings() are utilized to prevent double-locking.Fix
Improper Locking
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Linux Kernel