
Cloud Vulnerability DB
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
CVE-2022-49325 is a vulnerability in the Linux kernel's TCP implementation that was discovered in 2022. The issue involves the assumption that tp->sndcwnd (TCP send congestion window) must always be greater than zero. The vulnerability was identified when syzbot reported that a WARNONONCE(!tp->priorcwnd) check added in an earlier fix could trigger, indicating potential illegal values in the congestion window (Kernel Git).
The vulnerability stems from code that could potentially set tp->sndcwnd to an illegal value (zero or negative). To address this, accessors were implemented to read/set tp->sndcwnd with proper validation. The fix includes adding WARNONONCE((int)val <= 0) checks when setting the congestion window value, helping catch illegal values early in the process rather than when problems occur later (Kernel Git).
If exploited, this vulnerability could lead to TCP connection handling issues in the Linux kernel. The main impact would be on network performance and stability, as the congestion window is a critical component of TCP's congestion control mechanism (Red Hat Security).
The issue has been fixed by implementing proper validation through accessor functions tcpsndcwnd() and tcpsndcwnd_set(). The fix includes adding checks to prevent the congestion window from being set to illegal values. Users should update to patched kernel versions that include these fixes (Kernel Git).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
An open project to list all known cloud vulnerabilities and Cloud Service Provider security issues
A comprehensive threat intelligence database of cloud security incidents, actors, tools and techniques
A step-by-step framework for modeling and improving SaaS and PaaS tenant isolation
Get a personalized demo
“Best User Experience I have ever seen, provides full visibility to cloud workloads.”
“Wiz provides a single pane of glass to see what is going on in our cloud environments.”
“We know that if Wiz identifies something as critical, it actually is.”