CVE-2024-26925: netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path
In the Linux kernel, the following vulnerability has been resolved:
netfilter: nf_tables: release mutex after nft_gc_seq_end from abort path
The commit mutex should not be released during the critical section
between nft_gc_seq_begin() and nft_gc_seq_end(), otherwise, async GC
worker could collect expired objects and get the released commit lock
within the same GC sequence.
nf_tables_module_autoload() temporarily releases the mutex to load
module dependencies, then it goes back to replay the transaction again.
Move it at the end of the abort phase after nft_gc_seq_end() is called.
Security readout for executives and security teams
Plain-English summary
A Linux kernel locking flaw in the nftables firewall subsystem can create unsafe memory handling during a failed transaction. A locally authenticated, low-privileged attacker may be able to compromise confidentiality, integrity, and availability. Network access alone is insufficient according to the supplied CVSS vector.
Executive priority
Treat as a high-priority local privilege risk, especially on shared Linux servers, appliances, and systems running untrusted workloads. Patch through normal emergency or accelerated kernel maintenance processes. Internet exposure alone does not establish exploitability, but local footholds could increase business impact.
Technical view
The nf_tables abort path released the commit mutex before nft_gc_seq_end(). An asynchronous garbage-collection worker could then collect expired objects and acquire that lock within the same garbage-collection sequence. The kernel fix moves the mutex release until after nft_gc_seq_end(), preserving the intended critical section.
Likely exposure
Exposure is limited to Linux systems containing an affected kernel implementation and permitting a low-privileged local user to reach the vulnerable nftables transaction path. The supplied version data is complex and includes backported commits, so assess distribution kernels using vendor advisories and package changelogs rather than version numbers alone.
Exploitation context
The supplied CVSS 3.1 score is 7.8: local access, low complexity, low privileges, no user interaction, and potentially high impact across confidentiality, integrity, and availability. The source bundle states KEV is false and provides no evidence of active exploitation or a public exploit.
Researcher notes
The defect is a concurrency and critical-section ordering error involving the nf_tables commit mutex, abort replay, module autoloading, and asynchronous garbage collection. The bundle does not assign a CWE or describe a demonstrated exploitation primitive. Validate fixes by commit ancestry or distribution backport records; do not infer safety solely from the displayed release number.
Mitigation direction
Install the corrected kernel package supplied by your Linux distribution or device vendor.
Reboot into the updated kernel after installation so the running system receives the fix.
Prioritize multi-user systems where untrusted or low-privileged users receive local access.
If updates are unavailable, check vendor guidance for supported temporary mitigations.
Validation and detection
Record both the installed kernel package and the currently running kernel version.
Confirm the running kernel includes the applicable vendor backport or referenced upstream fix.
Review vendor advisories because distribution version strings may not match upstream versions directly.
Verify the host rebooted into the corrected kernel after package installation.
Confirm nftables exposure and local-user access assumptions during asset triage.
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-26925 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.