CVE-2026-72349
Received Received - Intake

Integer Overflow in Linux Kernel Netfilter Rate Estimation

Vulnerability report for CVE-2026-72349, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-17

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-17
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux_kernel linux_kernel *
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability affects the Linux kernel's netfilter component, specifically the xt_rateest module. It occurs when network links exceed approximately 34 Gbps, causing byte rate calculations to exceed 2^32-1. The issue leads to incorrect rate comparisons due to truncation of u64 values to smaller types.

Detection Guidance

This vulnerability affects the Linux kernel's netfilter rate estimation when links exceed ~34 Gbps. Detection requires checking kernel version and network interface speeds. Use 'uname -r' to check kernel version and 'ip link show' to verify interface speeds. If interfaces exceed 34 Gbps, inspect netfilter rules with 'iptables -L -v' or 'nft list ruleset' for rate estimation usage.

Impact Analysis

If you use a high-speed network link faster than 34 Gbps, this flaw could cause incorrect rate limiting or monitoring in the Linux kernel's netfilter. This might lead to inaccurate traffic shaping, improper QoS enforcement, or misconfigured firewall rules affecting network performance.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. It involves a network rate estimation issue in the Linux kernel that could lead to incorrect traffic rate comparisons on high-speed links. No evidence suggests this impacts data protection, privacy, or security controls required by these regulations.

Mitigation Strategies

Upgrade the Linux kernel to a patched version where the fix is applied. If upgrading is not immediately possible, avoid using rate estimation in netfilter rules on high-speed links (>34 Gbps) by removing or modifying affected iptables/nftables rules until the kernel is updated.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72349. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart