CVE-2025-21826: netfilter: nf_tables: reject mismatching sum of field_len with set key length
In the Linux kernel, the following vulnerability has been resolved:
netfilter: nf_tables: reject mismatching sum of field_len with set key length
The field length description provides the length of each separated key
field in the concatenation, each field gets rounded up to 32-bits to
calculate the pipapo rule width from pipapo_init(). The set key length
provides the total size of the key aligned to 32-bits.
Register-based arithmetics still allows for combining mismatching set
key length and field length description, eg. set key length 10 and field
description [ 5, 4 ] leading to pipapo width of 12.
Security readout for executives and security teams
Plain-English summary
CVE-2025-21826 is a Linux kernel netfilter nf_tables flaw involving inconsistent rule key length validation. The sources say the kernel now rejects mismatched field lengths, but they do not state impact, CVSS severity, or exploitation. Treat it as a kernel update and exposure-management item, especially for systems relying on Linux firewalling.
Executive priority
Prioritize normal vulnerability remediation until vendor advisories assign higher severity or exploitation appears. Kernel flaws can have high operational impact, but this bundle lacks impact and exploit evidence. Focus on critical Linux firewalling infrastructure and vendor-managed appliances first.
Technical view
The issue is in nf_tables pipapo set handling. A concatenated field length description can be rounded differently from the aligned set key length, allowing inconsistent values such as key length 10 with fields 5 and 4, producing a pipapo width of 12. The fix rejects mismatched sums.
Likely exposure
Exposure is likely limited to Linux systems running affected kernel versions or vendor builds containing the vulnerable nf_tables code. The bundle lists Linux as affected and references stable kernel fixes, Debian LTS notices, and Siemens advisories. Exact product exposure depends on each distribution or appliance kernel build.
Exploitation context
The source bundle marks KEV as false and provides no evidence of active exploitation, public exploit availability, or attack prerequisites. Because the vulnerability sits in kernel firewall code, confirm exposure through kernel and vendor advisories rather than assuming every Linux host is affected.
Researcher notes
Do not infer exploitability beyond the sources. The available description identifies validation logic in nf_tables pipapo width calculation, not a complete impact statement. Research should compare affected kernel branches against the stable commits and downstream advisories, then validate whether deployed kernels contain the rejection check.
Mitigation direction
Apply kernel updates from Linux distribution or device vendor guidance.
Track Debian LTS and Siemens advisories if those platforms are in scope.
Prioritize firewall, gateway, container host, and appliance kernels for review.
Use vendor-supported kernels rather than unsupported custom builds.
If patching is delayed, document compensating controls and vendor guidance status.
Validation and detection
Inventory Linux kernel versions across servers, appliances, and embedded systems.
Check whether running kernels include the referenced stable fixes.
Review distribution advisories for package names and fixed versions.
Confirm reboot or live-patch completion after kernel update.
Record systems requiring vendor firmware rather than OS package updates.
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-2025-21826 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.
0CVSS vectors
3Timeline events
2ADP providers
12Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Mar 6, 2025, 16:04 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.