Security readout for executives and security teams
Plain-English summary
This Linux kernel flaw can make IPv6 route-dump cleanup recurse until the kernel stack guard is hit, causing a crash or denial of service. The public record shows it was found by syzkaller under fault-injection conditions. No active exploitation is cited, and no CVSS score is provided.
Executive priority
Treat this as a kernel stability and availability issue, not a confirmed active attack emergency. Patch through normal kernel maintenance, faster for multi-tenant systems, shared hosts, or appliances where kernel crashes have high business impact.
Technical view
CVE-2024-35886 affects Linux IPv6 fib6_dump_done() handling during netlink socket destruction. If inet6_dump_fib() fails allocation after setting the dump callback, cleanup can restore the same done callback and call itself recursively. The fix moves destructor setup after successful kzalloc().
Likely exposure
Exposure is limited to systems running affected Linux kernel versions or downstream builds without the referenced stable fixes. The bundle lists affected Linux kernel lines including 4.19.312, 5.4.274, 5.10.215, 5.15.154, 6.1.85, 6.6.26, 6.8.5, and 6.9.
Exploitation context
The evidence describes a syzkaller report using netlink route messages and forced allocation failure. The source bundle does not cite public exploitation, KEV listing, exploit code, or real-world attacks. Practical exploitability outside the reported fault-injection scenario is not established in the provided sources.
Researcher notes
Key uncertainty is exploitability without fault injection or memory-pressure conditions. The record does not provide CVSS, CWE, privilege requirements, or complete downstream fixed-version mapping. Validation should focus on kernel lineage and backport status rather than proof-of-concept testing.
Mitigation direction
Update to a Linux kernel containing the referenced stable fixes.
Use distribution advisories, such as Debian LTS notices, for packaged kernel updates.
Check vendor advisories for embedded or appliance products using Linux kernels.
Prioritize systems where local users or workloads can interact with netlink route interfaces.
Validation and detection
Inventory kernel versions across servers, containers hosts, appliances, and embedded systems.
Compare running kernels with vendor advisories and referenced stable commits.
Confirm distro kernel packages include the CVE-2024-35886 fix.
Review vulnerability scanner findings for stale or backported kernel detection issues.
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-35886 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.