Description
In the Linux kernel, the following vulnerability has been resolved:

netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt()

On links faster than ~34 Gbps, where byte rate may exceed 2^32-1
(~ 4.3 GBps), the comparison result becomes incorrect because the
truncated value no longer reflects the actual estimator rate.

Fix by changing the local variables to u64.
Published: 2026-08-15
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A truncation error in the Linux netfilter rate estimator caused the local variables in xt_rateest_mt() to be stored as 32‑bit integers when they should have been 64‑bit. On network interfaces that operate at speeds above about 34 Gb/s, the byte rate can exceed 2^32‑1 (~4.3 GB/s). The truncated value therefore becomes incorrect, which means that the estimator’s comparison no longer reflects the true traffic rate. An attacker or rogue host could exploit this by sending traffic that is misclassified, thereby bypassing rate limiting or, conversely, causing legitimate traffic to be unduly throttled, resulting in a denial of service to users on that link.

Affected Systems

All Linux kernel releases are affected until the patch that changes the local variables to u64 is applied. The vulnerability is present in the core kernel netfilter code, affecting every distribution that uses the upstream kernel source. No specific version range is listed, so it is prudent to consider all kernels prior to the patch as vulnerable.

Risk and Exploitability

The vulnerability involves kernel code and can affect the entire system’s traffic handling, giving it a medium severity (CVSS score 5.5) with potential impacts on confidentiality, integrity, and availability. The likely attack vector would involve a host with network access to the affected interface, but this is inferred from the nature of the netfilter component and not explicitly stated in the CVE data. While no publicly documented exploits exist at the time of this analysis, the EPSS score of <1% indicates a very low probability of exploitation. The KEV catalog does not list this issue, suggesting that it is not a known exploited vulnerability yet. Nevertheless, the combination of medium severity and possible remote trigger warrants a strong remediation posture.

Generated by OpenCVE AI on August 22, 2026 at 06:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a Linux kernel version that includes the fix that changes the local variables in xt_rateest_mt() to 64‑bit integers
  • If an immediate kernel upgrade cannot be performed, temporarily disable the xt_rateest module or reduce the rate‑limiting threshold so that the link speed stays below the truncation boundary (~34 Gb/s)
  • After remediation, monitor network traffic for unexpected rate‑limiting behavior and verify that the estimator is correctly calculating rates

Generated by OpenCVE AI on August 22, 2026 at 06:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-190
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}

threat_severity

Moderate


Sat, 15 Aug 2026 06:00:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt() On links faster than ~34 Gbps, where byte rate may exceed 2^32-1 (~ 4.3 GBps), the comparison result becomes incorrect because the truncated value no longer reflects the actual estimator rate. Fix by changing the local variables to u64.
Title netfilter: xt_rateest: fix u64 truncation in xt_rateest_mt()
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-08-17T05:12:58.965Z

Reserved: 2026-08-09T03:40:39.921Z

Link: CVE-2026-72349

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-15T06:22:08.297

Modified: 2026-08-17T06:18:38.917

Link: CVE-2026-72349

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-15T00:00:00Z

Links: CVE-2026-72349 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T06:15:08Z

Weaknesses
  • CWE-190

    Integer Overflow or Wraparound