Security readout for executives and security teams
Plain-English summary
CVE-2024-36005 is a Linux kernel netfilter/nf_tables bug. During network device cleanup, the kernel can try to unregister a hook that was already unregistered when a table is dormant. The source shows a kernel warning, but does not provide CVSS, confirmed impact, or active exploitation evidence.
Executive priority
Prioritize through normal kernel patch cycles, with faster action for internet-facing, multi-tenant, or appliance environments dependent on nftables. Current public evidence does not support emergency response language because severity, exploitability, and confirmed impact are incomplete.
Technical view
The fix makes nf_tables honor the table dormant flag in the netdev release event path. Without that check, nf_tables_netdev_event can call into __nf_unregister_net_hook for an already unregistered hook during cleanup_net and unregister_netdevice_many_notify processing.
Likely exposure
Exposure is limited to systems running affected Linux kernel versions with nf_tables/netfilter code present. The bundle lists Linux as affected and references stable kernel fixes plus Debian and Siemens advisories. Exact distribution package impact must be confirmed against the system vendor’s kernel advisories.
Exploitation context
The bundle does not identify active exploitation, a public exploit, attacker prerequisites, or a complete impact statement. KEV is false. Treat this as a kernel reliability and maintenance issue unless vendor guidance assigns higher operational urgency for your platform.
Researcher notes
The useful signal is the upstream fix description and stack trace, not an exploit narrative. Focus analysis on affected kernel lineage, netdev release handling, dormant table state, and distribution backports. Do not assume privilege requirements or crash impact beyond what vendors document.
Mitigation direction
Update to a vendor kernel containing the referenced upstream stable fixes.
Review Debian LTS guidance if using Debian-packaged kernels.
Review Siemens advisories for affected Siemens products or embedded systems.
Prioritize systems using nftables/netfilter with frequent network namespace or device lifecycle changes.
Monitor vendor advisories for CVSS, impact, or workaround updates.
Validation and detection
Inventory Linux kernel versions across servers, appliances, containers hosts, and embedded systems.
Check whether vendor advisories list the installed kernel package as affected or fixed.
Confirm the running kernel includes the upstream nf_tables dormant-flag fix.
Review kernel logs for related nf_tables or __nf_unregister_net_hook warnings.
Track remediation evidence through package version, build metadata, or vendor bulletin mapping.
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-36005 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.