Security readout for executives and security teams
Plain-English summary
A Linux kernel Netfilter flaw can corrupt per-CPU state when nftables duplicates IPv4 or IPv6 packets. Exploitation requires local access with low privileges according to the supplied CVSS assessment. Affected systems could face serious confidentiality, integrity, or availability impact, although the bundle does not document a demonstrated exploit.
Executive priority
Treat this as a high-priority kernel maintenance issue, especially on shared or locally accessible Linux hosts. It is less urgent than a confirmed remotely exploited flaw, but the supplied impact rating supports timely patching through normal emergency or accelerated maintenance procedures.
Technical view
The nf_dup_ipv4() and nf_dup_ipv6() paths could unsafely update the per-CPU nf_skb_duplicated variable. The kernel report shows __this_cpu_write() used in preemptible code through an nftables duplication expression. Disabling preemption alone is insufficient; the resolved implementation also disables soft interrupts around this state change.
Likely exposure
Exposure is limited to Linux systems running an affected kernel and exercising the relevant nftables packet-duplication paths. The supplied data identifies affected releases from 4.3 through several stable branches and 6.12, but distribution backports make version-only conclusions unreliable. Internet reachability alone does not establish exposure because the CVSS vector is local.
Exploitation context
The supplied CVSS 3.1 score is 7.8 with local, low-privilege access, low complexity, and no user interaction. The CVE is not listed as KEV, and the source bundle provides no evidence of active exploitation or a public weaponized exploit.
Researcher notes
The evidence is a syzbot-detected unsafe per-CPU write in IPv4 and IPv6 Netfilter duplication paths. The provided trace demonstrates a kernel correctness violation, not successful privilege escalation. Branch-specific stable commits are supplied, but no CWE, exploit proof, or detailed impact demonstration is included; validate remediation against the relevant vendor kernel package.
Mitigation direction
Upgrade to a distribution kernel containing the applicable upstream stable fix.
Use vendor advisories to map fixed packages because distributions may backport patches without changing upstream version identifiers.
Prioritize multi-user, container-hosting, and other systems where untrusted local users can interact with kernel networking features.
Validation and detection
Record each system's running kernel version and distribution package revision.
Check vendor changelogs for CVE-2024-49952 or the applicable referenced stable commit.
After maintenance, confirm the fixed kernel is running rather than merely installed.
Review whether nftables packet-duplication functionality is configured on potentially affected hosts.
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-49952 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.