DEBIAN-CVE-2022-50865

Advisory lineage Upstream: 1 Downstream: 0
Upstream
Published: 30 Dec 2025, 13:16
Last modified:28 Apr 2026, 20:25

Vulnerability Summary

Overall Risk (default)
minimal
0/100
CVSS Score
No data
EPSS Score
No data
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

30 Dec 2025, 13:16
Published
Vulnerability first disclosed
28 Apr 2026, 20:25
Last Modified
Vulnerability information updated

Description

In the Linux kernel, the following vulnerability has been resolved: tcp: fix a signed-integer-overflow bug in tcp_add_backlog() The type of sk_rcvbuf and sk_sndbuf in struct sock is int, and in tcp_add_backlog(), the variable limit is caculated by adding sk_rcvbuf, sk_sndbuf and 64 * 1024, it may exceed the max value of int and overflow. This patch reduces the limit budget by halving the sndbuf to solve this issue since ACK packets are much smaller than the payload.

Affected Systems

  • debianlinux

    < 5.10.158-1 | < 6.0.7-1 | < 6.0.7-1 | < 6.0.7-1

References (1)