← Back

CVE-2026-43382

nvd nist
Published: May 8, 2026Modified: Jun 17, 2026

JSON object

Loading...
5.5
Vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Exploitability: 1.8 / Impact: 3.6
Source: NVD

Description

In the Linux kernel, the following vulnerability has been resolved: batman-adv: Avoid double-rtnl_lock ELP metric worker batadv_v_elp_get_throughput() might be called when the RTNL lock is already held. This could be problematic when the work queue item is cancelled via cancel_delayed_work_sync() in batadv_v_elp_iface_disable(). In this case, an rtnl_lock() would cause a deadlock. To avoid this, rtnl_trylock() was used in this function to skip the retrieval of the ethtool information in case the RTNL lock was already held. But for cfg80211 interfaces, batadv_get_real_netdev() was called - which also uses rtnl_lock(). The approach for __ethtool_get_link_ksettings() must also be used instead and the lockless version __batadv_get_real_netdev() has to be called.

Affected (17)

Products: Linux: Linux Kernel
1 product
Linux Kernel
Configuration A
17 vulnerable
Vulnerable SoftwareAffected Versions
Linux
From 5.10.235 to 5.10.253
From 5.15.179 to 5.15.203
From 5.4.291 to 5.5
From 6.1.129 to 6.1.167
From 6.12.16 to 6.12.78
From 6.13.4 to 6.14
From 6.14.1 to 6.18.19
From 6.19 to 6.19.9
From 6.6.79 to 6.6.130
Version 6.14
Version 6.14 rc3
Version 6.14 rc4
Version 6.14 rc5
Version 6.14 rc6
Version 6.14 rc7
Version 7.0 rc1
Version 7.0 rc2

References (8)

Source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Patch
Source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Patch
Source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Patch
Source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Patch
Source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Patch
Source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Patch
Source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Patch
Source: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Patch

Timeline

No history available yet.