CVE Vulnerabilities

CVE-2017-7670

Uncontrolled Resource Consumption

Published: Jul 10, 2017 | Modified: Apr 20, 2025
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CVSS 2.x
5 MEDIUM
AV:N/AC:L/Au:N/C:N/I:N/A:P
RedHat/V2
RedHat/V3
Ubuntu

The Traffic Router component of the incubating Apache Traffic Control project is vulnerable to a Slowloris style Denial of Service attack. TCP connections made on the configured DNS port will remain in the ESTABLISHED state until the client explicitly closes the connection or Traffic Router is restarted. If connections remain in the ESTABLISHED state indefinitely and accumulate in number to match the size of the thread pool dedicated to processing DNS requests, the thread pool becomes exhausted. Once the thread pool is exhausted, Traffic Router is unable to service any DNS request, regardless of transport protocol.

Weakness

The product does not properly control the allocation and maintenance of a limited resource.

Affected Software

Name Vendor Start Version End Version
Traffic_control Apache * 1.8.0 (including)
Traffic_control Apache 1.8.1-rc0 (including) 1.8.1-rc0 (including)
Traffic_control Apache 2.0.0-rc1 (including) 2.0.0-rc1 (including)
Traffic_control Apache 2.0.0-rc2 (including) 2.0.0-rc2 (including)
Traffic_control Apache 2.0.0-rc3 (including) 2.0.0-rc3 (including)
Traffic_control Apache 2.0.0-rc4 (including) 2.0.0-rc4 (including)
Traffic_control Apache 2.0.0-rc5 (including) 2.0.0-rc5 (including)
Traffic_control Apache 2.0.0-rc6 (including) 2.0.0-rc6 (including)

Potential Mitigations

  • Mitigation of resource exhaustion attacks requires that the target system either:

  • The first of these solutions is an issue in itself though, since it may allow attackers to prevent the use of the system by a particular valid user. If the attacker impersonates the valid user, they may be able to prevent the user from accessing the server in question.

  • The second solution is simply difficult to effectively institute – and even when properly done, it does not provide a full solution. It simply makes the attack require more resources on the part of the attacker.

References