Lucene search

K
osvGoogleOSV:CVE-2024-40920
HistoryJul 12, 2024 - 1:15 p.m.

CVE-2024-40920

2024-07-1213:15:00
Google
osv.dev
5
linux kernel
vulnerability fix
suspicious rcu usage

AI Score

6.7

Confidence

Low

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix suspicious rcu usage in br_mst_set_state I converted br_mst_set_state to RCU to avoid a vlan use-after-free but forgot to change the vlan group dereference helper. Switch to vlan group RCU deref helper to fix the suspicious rcu usage warning.