cbcvebase.
CVE-2025-21823
published 2025-02-27

CVE-2025-21823: In the Linux kernel, the following vulnerability has been resolved: batman-adv: Drop unmanaged ELP metric worker The ELP worker needs to calculate new metric…

PriorityP421medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.21%
11.4th percentile
In the Linux kernel, the following vulnerability has been resolved: batman-adv: Drop unmanaged ELP metric worker The ELP worker needs to calculate new metric values for all neighbors "reachable" over an interface. Some of the used metric sources require locks which might need to sleep. This sleep is incompatible with the RCU list iterator used for the recorded neighbors. The initial approach to work around of this problem was to queue another work item per neighbor and then run this in a new context. Even when this solved the RCU vs might_sleep() conflict, it has a major problems: Nothing was stopping the work item in case it is not needed anymore - for example because one of the related interfaces was removed or the batman-adv module was unloaded - resulting in potential invalid memory accesses. Directly canceling the metric worker also has various problems: * cancel_work_sync for a to-be-deactivated interface is called with rtnl_lock held. But the code in the ELP metric worker also tries to use rtnl_lock() - which will never return in this case. This also means that cancel_work_sync would never return because it is waiting for the worker to finish. * iterating over the neighbor list for the to-be-deactivated interface is currently done using the RCU specific methods. Which means that it is possible to miss items when iterating over it without the associated spinlock - a behaviour which is acceptable for a periodic metric check but not for a cleanup routine (which must "stop" all still running workers) The better approch is to get rid of the per interface neighbor metric worker and handle everything in the interface worker. The original problems are solved by: * creating a list of neighbors which require new metric information inside the RCU protected context, gathering the metric according to the new list outside the RCU protected context * only use rcu_trylock inside metric gathering code to avoid a deadlock when the cancel_delayed_work_sync is called in t

Affected

28 ranges· showing 25
VendorProductVersion rangeFixed in
debianlinux< linux 6.1.129-1 (bookworm)linux 6.1.129-1 (bookworm)
debianlinux-6.1< linux 6.1.129-1 (bookworm)linux 6.1.129-1 (bookworm)
googlechrome_chrome
linuxlinux
linuxlinux>= c833484e5f3872a38fe232c663586069d5ad9645 < 1c334629176c2d644befc31a20d4bf75542f76311c334629176c2d644befc31a20d4bf75542f7631
linuxlinux>= c833484e5f3872a38fe232c663586069d5ad9645 < a0019971f340ae02ba54cf1861f72da7e03e6b66a0019971f340ae02ba54cf1861f72da7e03e6b66
linuxlinux>= c833484e5f3872a38fe232c663586069d5ad9645 < 3c0e0aecb78cb2a2ca1dc701982d08fedb088dc63c0e0aecb78cb2a2ca1dc701982d08fedb088dc6
linuxlinux>= c833484e5f3872a38fe232c663586069d5ad9645 < 781a06fd265a8151f7601122d9c2e985663828ff781a06fd265a8151f7601122d9c2e985663828ff
linuxlinux>= c833484e5f3872a38fe232c663586069d5ad9645 < a7aa2317285806640c844acd4cd2cd768e395264a7aa2317285806640c844acd4cd2cd768e395264
linuxlinux>= c833484e5f3872a38fe232c663586069d5ad9645 < 0fdc3c166ac17b26014313fa2b93696354511b240fdc3c166ac17b26014313fa2b93696354511b24
linuxlinux>= c833484e5f3872a38fe232c663586069d5ad9645 < af264c2a9adc37f4bdf88ca7f3affa15d8c7de9eaf264c2a9adc37f4bdf88ca7f3affa15d8c7de9e
linuxlinux>= c833484e5f3872a38fe232c663586069d5ad9645 < 8c8ecc98f5c65947b0070a24bac11e12e47cc65d8c8ecc98f5c65947b0070a24bac11e12e47cc65d
linuxlinux_kernel
linuxlinux_kernel
linuxlinux_kernel>= 0 < 5.10.237-15.10.237-1
linuxlinux_kernel>= 0 < 6.1.129-16.1.129-1
linuxlinux_kernel>= 0 < 6.12.16-16.12.16-1
linuxlinux_kernel>= 0 < 6.12.16-16.12.16-1
linuxlinux_kernel>= 0 < 5.4.0-216.2365.4.0-216.236
linuxlinux_kernel>= 0 < 5.15.0-140.1505.15.0-140.150
linuxlinux_kernel>= 0 < 6.8.0-78.786.8.0-78.78
linuxlinux_kernel>= 4.6 < 5.4.2915.4.291
linuxlinux_kernel>= 5.11 < 5.15.1795.15.179
linuxlinux_kernel>= 5.16 < 6.1.1296.1.129
linuxlinux_kernel>= 5.5 < 5.10.2355.10.235

CVSS provenance

nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv8.8HIGH
vendor_ubuntu8.8HIGH
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.