7.8

CVE-2017-7308

The packet_set_ring function in net/packet/af_packet.c in the Linux kernel through 4.10.6 does not properly validate certain block-size data, which allows local users to cause a denial of service (integer signedness error and out-of-bounds write), or gain privileges (if the CAP_NET_RAW capability is held), via crafted system calls.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 2.6.27 < 3.2.89
LinuxLinux Kernel Version >= 3.3 < 3.10.107
LinuxLinux Kernel Version >= 3.11 < 3.12.74
LinuxLinux Kernel Version >= 3.13 < 3.16.44
LinuxLinux Kernel Version >= 3.17 < 3.18.52
LinuxLinux Kernel Version >= 3.19 < 4.1.41
LinuxLinux Kernel Version >= 4.2 < 4.4.66
LinuxLinux Kernel Version >= 4.5 < 4.9.26
LinuxLinux Kernel Version >= 4.10 < 4.10.14
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 87.54% 0.994
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.8 1.8 5.9
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
nvd@nist.gov 7.2 3.9 10
AV:L/AC:L/Au:N/C:C/I:C/A:C
CWE-681 Incorrect Conversion between Numeric Types

When converting from one data type to another, such as long to integer, data can be omitted or translated in a way that produces unexpected values. If the resulting values are used in a sensitive context, then dangerous behaviors may occur.

CWE-787 Out-of-bounds Write

The product writes data past the end, or before the beginning, of the intended buffer.