Vulnerabilities > CVE-2017-5972 - Resource Exhaustion vulnerability in Linux Kernel
Attack vector
NETWORK Attack complexity
LOW Privileges required
NONE Confidentiality impact
NONE Integrity impact
NONE Availability impact
HIGH Summary
The TCP stack in the Linux kernel 3.x does not properly implement a SYN cookie protection mechanism for the case of a fast network connection, which allows remote attackers to cause a denial of service (CPU consumption) by sending many TCP SYN packets, as demonstrated by an attack against the kernel-3.10.0 package in CentOS Linux 7. NOTE: third parties have been unable to discern any relationship between the GitHub Engineering finding and the Trigemini.c attack code.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
Common Attack Pattern Enumeration and Classification (CAPEC)
- XML Ping of the Death An attacker initiates a resource depletion attack where a large number of small XML messages are delivered at a sufficiently rapid rate to cause a denial of service or crash of the target. Transactions such as repetitive SOAP transactions can deplete resources faster than a simple flooding attack because of the additional resources used by the SOAP protocol and the resources necessary to process SOAP messages. The transactions used are immaterial as long as they cause resource utilization on the target. In other words, this is a normal flooding attack augmented by using messages that will require extra processing on the target.
- XML Entity Expansion An attacker submits an XML document to a target application where the XML document uses nested entity expansion to produce an excessively large output XML. XML allows the definition of macro-like structures that can be used to simplify the creation of complex structures. However, this capability can be abused to create excessive demands on a processor's CPU and memory. A small number of nested expansions can result in an exponential growth in demands on memory.
- Inducing Account Lockout An attacker leverages the security functionality of the system aimed at thwarting potential attacks to launch a denial of service attack against a legitimate system user. Many systems, for instance, implement a password throttling mechanism that locks an account after a certain number of incorrect log in attempts. An attacker can leverage this throttling mechanism to lock a legitimate user out of their own account. The weakness that is being leveraged by an attacker is the very security feature that has been put in place to counteract attacks.
- Violating Implicit Assumptions Regarding XML Content (aka XML Denial of Service (XDoS)) XML Denial of Service (XDoS) can be applied to any technology that utilizes XML data. This is, of course, most distributed systems technology including Java, .Net, databases, and so on. XDoS is most closely associated with web services, SOAP, and Rest, because remote service requesters can post malicious XML payloads to the service provider designed to exhaust the service provider's memory, CPU, and/or disk space. The main weakness in XDoS is that the service provider generally must inspect, parse, and validate the XML messages to determine routing, workflow, security considerations, and so on. It is exactly these inspection, parsing, and validation routines that XDoS targets. There are three primary attack vectors that XDoS can navigate Target CPU through recursion: attacker creates a recursive payload and sends to service provider Target memory through jumbo payloads: service provider uses DOM to parse XML. DOM creates in memory representation of XML document, but when document is very large (for example, north of 1 Gb) service provider host may exhaust memory trying to build memory objects. XML Ping of death: attack service provider with numerous small files that clog the system. All of the above attacks exploit the loosely coupled nature of web services, where the service provider has little to no control over the service requester and any messages the service requester sends.
Exploit-Db
description | Linux Kernel 3.10.0 (CentOS7) - Denial of Service. CVE-2017-5972. Dos exploit for Linux platform |
file | exploits/linux/dos/41350.c |
id | EDB-ID:41350 |
last seen | 2017-02-14 |
modified | 2017-02-12 |
platform | linux |
port | |
published | 2017-02-12 |
reporter | Exploit-DB |
source | https://www.exploit-db.com/download/41350/ |
title | Linux Kernel 3.10.0 (CentOS7) - Denial of Service |
type | dos |
Nessus
NASL family | Huawei Local Security Checks |
NASL id | EULEROS_SA-2019-1474.NASL |
description | According to the versions of the kernel packages installed, the EulerOS Virtualization for ARM 64 installation on the remote host is affected by the following vulnerabilities : - The x25_negotiate_facilities function in net/x25/x25_facilities.c in the Linux kernel before 4.5.5 does not properly initialize a certain data structure, which allows attackers to obtain sensitive information from kernel stack memory via an X.25 Call Request.(CVE-2016-4580i1/4%0 - A flaw was found in the Linux kernel |
last seen | 2020-03-19 |
modified | 2019-05-13 |
plugin id | 124798 |
published | 2019-05-13 |
reporter | This script is Copyright (C) 2019-2020 and is owned by Tenable, Inc. or an Affiliate thereof. |
source | https://www.tenable.com/plugins/nessus/124798 |
title | EulerOS Virtualization for ARM 64 3.0.1.0 : kernel (EulerOS-SA-2019-1474) |
code |
|
Packetstorm
data source | https://packetstormsecurity.com/files/download/141083/centos7-dos.txt |
id | PACKETSTORM:141083 |
last seen | 2017-02-14 |
published | 2017-02-14 |
reporter | Hosein Askari |
source | https://packetstormsecurity.com/files/141083/CentOS7-Kernel-Denial-Of-Service.html |
title | CentOS7 Kernel Denial Of Service |
References
- https://githubengineering.com/syn-flood-mitigation-with-synsanity/
- https://cxsecurity.com/issue/WLB-2017020112
- http://www.securityfocus.com/bid/96231
- https://www.exploit-db.com/exploits/41350/
- https://security-tracker.debian.org/tracker/CVE-2017-5972
- https://bugzilla.redhat.com/show_bug.cgi?id=1422081
- https://access.redhat.com/security/cve/cve-2017-5972
- https://packetstormsecurity.com/files/141083/CentOS7-Kernel-Denial-Of-Service.html
- http://seclists.org/oss-sec/2017/q1/573