Security readout for executives and security teams
Plain-English summary
This is a Linux kernel local denial-of-service issue in AF_PACKET VLAN handling. A local user with enough privileges to use the relevant packet socket path could trigger a kernel crash, causing service disruption. The sources do not show data theft, privilege escalation, or active exploitation.
Executive priority
Prioritize patching shared Linux hosts, multi-tenant systems, and appliances where local workloads are not fully trusted. This is availability-focused and should be handled in normal kernel maintenance unless exposure is high.
Technical view
The bug is in af_packet vlan_get_tci() handling of MSG_PEEK. The cited kernel description says the prior change missed the MSG_PEEK case, leading to skb_under_panic and a kernel BUG. CVSS is 5.5: local, low complexity, low privileges, no user interaction, availability impact only.
Likely exposure
Exposure is mainly Linux hosts running affected kernel builds where local users, containers, or services can reach AF_PACKET packet socket functionality. This is not described as remotely exploitable in the provided sources.
Exploitation context
The source bundle attributes discovery to syzbot and provides a crash trace. KEV is false, and no cited source claims real-world exploitation. Treat this as a local crash risk rather than a confirmed attack campaign.
Researcher notes
The key condition is MSG_PEEK interaction with vlan_get_tci() in net/packet/af_packet.c. The fix reworks vlan_get_tci() so it does not modify the skb and can safely operate on the same skb from multiple CPUs.
Mitigation direction
Update to a kernel containing the referenced stable af_packet fix.
Use distribution advisories for packaged kernels, including Debian LTS where applicable.
Check Siemens guidance for affected Siemens products before changing appliance firmware.
Limit untrusted local access and packet-socket capabilities where operationally feasible.
Validation and detection
Inventory Linux kernel versions across servers, containers, appliances, and embedded systems.
Compare deployed kernels against vendor advisories and the CVE affected-version data.
Confirm AF_PACKET or packet-socket capability exposure for local users or workloads.
Verify patched systems include the stable commit fixing vlan_get_tci() MSG_PEEK handling.
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-57902 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.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.