CVE-2024-35898: netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()
In the Linux kernel, the following vulnerability has been resolved:
netfilter: nf_tables: Fix potential data-race in __nft_flowtable_type_get()
nft_unregister_flowtable_type() within nf_flow_inet_module_exit() can
concurrent with __nft_flowtable_type_get() within nf_tables_newflowtable().
And thhere is not any protection when iterate over nf_tables_flowtables
list in __nft_flowtable_type_get(). Therefore, there is pertential
data-race of nf_tables_flowtables list entry.
Use list_for_each_entry_rcu() to iterate over nf_tables_flowtables list
in __nft_flowtable_type_get(), and use rcu_read_lock() in the caller
nft_flowtable_type_get() to protect the entire type query process.
Security readout for executives and security teams
Plain-English summary
CVE-2024-35898 is a Linux kernel netfilter nf_tables race condition. A local, low-privileged user could potentially trigger a kernel availability failure. It is not described as remote code execution, data theft, or integrity compromise in the supplied sources.
Executive priority
Treat as a routine but time-bound kernel patching issue. Escalate priority for shared servers, appliances, or environments where untrusted local users can run code. No supplied source supports emergency response for active exploitation.
Technical view
The issue is an unprotected iteration over nf_tables_flowtables in __nft_flowtable_type_get(), concurrent with nft_unregister_flowtable_type(). The kernel fix changes traversal to RCU list iteration and protects the lookup through rcu_read_lock() in nft_flowtable_type_get(). CVSS is 5.5 with local access and low privileges required.
Likely exposure
Exposure is most relevant on Linux systems running affected kernel branches from the supplied version data, especially where nftables/netfilter flowtable functionality is present or available to local users. Debian LTS and Siemens advisories indicate downstream product impact existed.
Exploitation context
The bundle does not show CISA KEV listing or active exploitation. The CVSS vector requires local access and low privileges, with no user interaction. The stated impact is high availability loss, not confidentiality or integrity impact.
Researcher notes
Evidence supports a race in nf_tables flowtable type lookup and upstream stable fixes. The bundle does not provide exploit details, proof of exploitation, or precise downstream fixed versions for every distribution or product.
Mitigation direction
Apply vendor kernel updates that include the listed stable fixes.
Prioritize multi-user Linux hosts and exposed shared compute environments.
Check Debian LTS and product vendor advisories for packaged fixes.
For appliances, follow the vendor advisory rather than upstream-only assumptions.
Validation and detection
Inventory Linux kernel versions against vendor fixed package levels.
Confirm whether nftables/netfilter flowtable functionality is enabled or loadable.
Review downstream advisories for affected product firmware or distributions.
Verify updated kernels include the referenced nf_tables RCU fix.
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-35898 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.