CVE-2024-40920: net: bridge: mst: fix suspicious rcu usage in br_mst_set_state
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.
Security readout for executives and security teams
Plain-English summary
CVE-2024-40920 is a Linux kernel networking fix in bridge VLAN/MST state handling. The public description says an RCU dereference helper was wrong after a change intended to avoid a VLAN use-after-free. The sources do not provide CVSS, confirmed impact, or active exploitation evidence.
Executive priority
Track and patch through normal Linux kernel maintenance unless your environment heavily uses bridge VLAN/MST networking. Escalate priority if vendor advisories assign higher severity or if affected kernels run on exposed multi-tenant infrastructure.
Technical view
The issue is in br_mst_set_state in Linux bridge MST code. A prior RCU conversion missed changing the VLAN group dereference helper, producing suspicious RCU usage. Kernel stable commits correct the helper usage. Public data does not define a reliable attack path, privilege requirement, or affected distribution matrix.
Likely exposure
Exposure is most relevant to Linux systems using kernel bridge VLAN or MST features. Exact exposure depends on kernel version, stable backports, and distribution packaging. The bundle lists Linux kernel identifiers and stable references, but does not provide a complete product-by-product affected list.
Exploitation context
The source bundle marks KEV as false and provides no cited evidence of active exploitation. The public description is a kernel correctness and safety fix, not a disclosed exploit report. Treat exploitation status as unconfirmed unless vendor advisories say otherwise.
Researcher notes
Evidence is thin: no CVSS, CWE, exploit narrative, or concrete impact is provided. The key technical clue is incorrect RCU VLAN group dereference in br_mst_set_state. Review referenced stable commits and downstream distro patches to determine whether local kernels contain the fix.
Mitigation direction
Check your distribution's kernel advisory for CVE-2024-40920 coverage.
Update to a kernel package containing the referenced stable fixes.
Prioritize systems using Linux bridge VLAN or MST functionality.
Avoid inventing compensating controls; follow vendor guidance if patching is delayed.
Validation and detection
Inventory running kernel versions across Linux hosts.
Identify systems using Linux bridge VLAN or MST features.
Compare installed kernel packages with distribution advisories and fixed builds.
Confirm kernel update deployment through package manager or asset data.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2024-40920 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.