7.5
CVSSv3

CVE-2016-2070

Published: 02/05/2016 Updated: 17/01/2023
CVSS v2 Base Score: 7.8 | Impact Score: 6.9 | Exploitability Score: 10
CVSS v3 Base Score: 7.5 | Impact Score: 3.6 | Exploitability Score: 3.9
VMScore: 694
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:C

Vulnerability Summary

The tcp_cwnd_reduction function in net/ipv4/tcp_input.c in the Linux kernel prior to 4.3.5 allows remote malicious users to cause a denial of service (divide-by-zero error and system crash) via crafted TCP traffic.

Vulnerable Product Search on Vulmon Subscribe to Product

linux linux kernel

Vendor Advisories

A divide-by-zero vulnerability was found in a way the kernel processes TCP connections The error can occur if a connection starts another cwnd reduction phase by setting tp->prior_cwnd to the current cwnd (0) in tcp_init_cwnd_reduction() A remote, unauthenticated attacker could use this flaw to crash the kernel (denial of service) ...