Apache Traffic Control vulnerable to Slowloris-style Denial of Service attack
High severity
GitHub Reviewed
Published
May 13, 2022
to the GitHub Advisory Database
•
Updated Apr 24, 2024
Package
Affected versions
>= 1.8.0, < 1.8.1
>= 2.0.0-RC0, < 2.0.0
= 2.1.0-RC0
Patched versions
1.8.1
2.0.0
2.1.0-RC1
Description
Published by the National Vulnerability Database
Jul 10, 2017
Published to the GitHub Advisory Database
May 13, 2022
Reviewed
Apr 24, 2024
Last updated
Apr 24, 2024
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 theESTABLISHED
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.References