Vulnerability Details : CVE-2016-6828
The tcp_check_send_head function in include/net/tcp.h in the Linux kernel before 4.7.5 does not properly maintain certain SACK state after a failed data copy, which allows local users to cause a denial of service (tcp_xmit_retransmit_queue use-after-free and system crash) via a crafted SACK option.
Vulnerability category: Memory CorruptionDenial of service
Products affected by CVE-2016-6828
- cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2016-6828
0.05%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 13 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2016-6828
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
4.9
|
MEDIUM | AV:L/AC:L/Au:N/C:N/I:N/A:C |
3.9
|
6.9
|
NIST | |
5.5
|
MEDIUM | CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H |
1.8
|
3.6
|
NIST |
CWE ids for CVE-2016-6828
-
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.Assigned by: nvd@nist.gov (Primary)
References for CVE-2016-6828
-
https://github.com/torvalds/linux/commit/bb1fceca22492109be12640d49f5ea5a544c6bb4
tcp: fix use after free in tcp_xmit_retransmit_queue() · torvalds/linux@bb1fcec · GitHubIssue Tracking;Patch
-
http://www.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.7.5
Release Notes;Third Party Advisory
-
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=bb1fceca22492109be12640d49f5ea5a544c6bb4
kernel/git/torvalds/linux.git - Linux kernel source treeIssue Tracking;Patch
-
http://www.openwall.com/lists/oss-security/2016/08/15/1
oss-security - Linux tcp_xmit_retransmit_queue use after free on 4.8-rc1 / masterExploit;Third Party Advisory
-
https://bugzilla.redhat.com/show_bug.cgi?id=1367091
1367091 – (CVE-2016-6828) CVE-2016-6828 kernel: Use after free in tcp_xmit_retransmit_queueIssue Tracking;Third Party Advisory
-
http://www.securityfocus.com/bid/92452
Linux Kernel 'tcp_xmit_retransmit_queue()' Function Use After Free Denial of Service Vulnerability
-
http://rhn.redhat.com/errata/RHSA-2017-0091.html
RHSA-2017:0091 - Security Advisory - Red Hat Customer Portal
-
https://marcograss.github.io/security/linux/2016/08/18/cve-2016-6828-linux-kernel-tcp-uaf.html
[CVE-2016-6828] Linux kernel tcp related read Use After Free
-
https://source.android.com/security/bulletin/2016-11-01.html
Android Security Bulletin—November 2016 | Android Open Source Project
-
http://rhn.redhat.com/errata/RHSA-2017-0113.html
RHSA-2017:0113 - Security Advisory - Red Hat Customer Portal
-
http://rhn.redhat.com/errata/RHSA-2017-0036.html
RHSA-2017:0036 - Security Advisory - Red Hat Customer Portal
-
http://rhn.redhat.com/errata/RHSA-2017-0086.html
RHSA-2017:0086 - Security Advisory - Red Hat Customer Portal
Jump to