CVE-2022-49330
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-49330 is a vulnerability in the Linux kernel's TCP implementation, specifically in the MTU (Maximum Transmission Unit) probing functionality. The issue was discovered when tcpmtuprobe() performs checks about starting an MTU probe if tcpsndcwnd(tp) >= 11, but there are no preventions for tcpsndcwnd(tp) to be reduced later and before the MTU probe succeeds (Kernel Git).

Technical details

The vulnerability exists in the tcpmtupprobesuccess function within the Linux kernel's TCP implementation. The bug could lead to potential zero-divides due to improper handling of the congestion window (cwnd) value during MTU probing. The issue was introduced in the initial support for MTU probing and was later identified through debugging capabilities added in commit 40570375356c ("tcp: add accessors to read/set tp->sndcwnd") (Kernel Git).

Impact

The vulnerability could lead to potential zero-divides in the Linux kernel's TCP stack, which could result in system instability or crashes. This could potentially be exploited to cause a denial of service condition on affected systems (Kernel Git).

Mitigation and workarounds

The issue has been fixed in the Linux kernel through a patch that addresses both the zero-divide possibility and potential overflows in the code. The fix involves using 64-bit arithmetic and ensuring the congestion window never becomes zero by using max_t(u32, 1U, val) (Kernel Git).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2025-40343MEDIUM6.4
  • Linux KernelLinux Kernel
  • kernel-rt-modules-internal
NoYesDec 09, 2025
CVE-2025-40342MEDIUM6.4
  • Linux KernelLinux Kernel
  • kernel-debug-modules-extra
NoYesDec 09, 2025
CVE-2025-40341MEDIUM5.1
  • Linux KernelLinux Kernel
  • linux-nvidia-tegra
NoYesDec 09, 2025
CVE-2025-40345N/AN/A
  • Linux KernelLinux Kernel
  • kernel-headers
NoYesDec 12, 2025
CVE-2025-40344N/AN/A
  • Linux KernelLinux Kernel
  • linux-azure-6.14
NoYesDec 09, 2025

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management