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 Jul 9, 2025
Package
Affected versions
>= 2.0.0-RC0, < 2.0.0
= 2.1.0-RC0
< 0.0.0-20170531185407-738c10fa1b58
>= 1.1.4, < 1.8.1
>= 0.0.0, < 1.1.4-0.20170531185407-738c10fa1b58
Patched versions
2.0.0
2.1.0-RC1
0.0.0-20170531185407-738c10fa1b58
1.8.1
1.1.4-0.20170531185407-738c10fa1b58
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
Jul 9, 2025
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