NONE · 0

CVE-2026-72349

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...

Vulnerability 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.

References

FAQ

What is CVE-2026-72349?

CVE-2026-72349 is a documented vulnerability. 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...

How severe is CVE-2026-72349?

CVSS scoring is not yet available for CVE-2026-72349. Check NVD for updates.

Is there a patch for CVE-2026-72349?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.