CVE-2022-49325
MEDIUMLinux Kernel - Reachable Assertion via tp->snd_cwnd Manipulation
Title source: llmDescription
In the Linux kernel, the following vulnerability has been resolved: tcp: add accessors to read/set tp->snd_cwnd We had various bugs over the years with code breaking the assumption that tp->snd_cwnd is greater than zero. Lately, syzbot reported the WARN_ON_ONCE(!tp->prior_cwnd) added in commit 8b8a321ff72c ("tcp: fix zero cwnd in tcp_cwnd_reduction") can trigger, and without a repro we would have to spend considerable time finding the bug. Instead of complaining too late, we want to catch where and when tp->snd_cwnd is set to an illegal value.
References (4)
Core 4
Core References
Scores
CVSS v3
5.5
EPSS
0.0025
EPSS Percentile
15.6%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Details
CWE
CWE-617
Status
published
Products (14)
linux/Kernel
2.6.17 - 5.15.47linux
linux/Kernel
5.16.0 - 5.17.15linux
linux/Kernel
5.18.0 - 5.18.4linux
Linux/Linux
< 2.6.17
Linux/Linux
2.6.17
Linux/Linux
5.15.47 - 5.15.*
Linux/Linux
5.17.15 - 5.17.*
Linux/Linux
5.18.4 - 5.18.*
Linux/Linux
5.19
Linux/Linux
5d424d5a674f782d0659a3b66d951f412901faee - 3308676ec525901bf1656014003c443a60730a04
... and 4 more
Published
Feb 26, 2025
Tracked Since
Feb 18, 2026