Traffic ControlApplication · Apache

CVE-2017-7670

HIGH · 7.5 CVSS v3.0 Published 2017-07-10
Fix available
A fix is available. Upgrade to after 1.8.0 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Apache Traffic Control's Traffic Router is vulnerable to a Slowloris-style Denial of Service attack where TCP connections on the DNS port remain in ESTABLISHED state indefinitely, exhausting the thread pool dedicated to DNS request processing and preventing legitimate DNS queries from being serviced.

MitigationImplement connection timeouts and rate limiting on the DNS port to prevent indefinite connection hold states, and consider increasing thread pool size or implementing per-client connection limits as temporary mitigations until the fix is applied.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Traffic ControlApplication
Affected:<= 1.8.0= 1.8.1= 2.0.0

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Identify Traffic Router version
    Check the installed version of Apache Traffic Control's Traffic Router component. This is typically found in the RPM/DEB package name, or by querying the Traffic Router service with its management interface if available.
    Affected if The installed version is 1.8.0, 1.8.1, or 2.0.0 (or any version <= 1.8.0)
  2. Confirm DNS service is enabled
    Verify that Traffic Router's DNS service port (typically port 53) is enabled and listening for incoming connections. Check the Traffic Router configuration files for DNS-related settings.
    Affected if DNS service is enabled and exposed on a network interface accessible to potential attackers
  3. Inspect active TCP connections to DNS port
    Use netstat or ss commands to list all TCP connections in ESTABLISHED state on the DNS port (port 53). Run: netstat -an | grep :53 | grep ESTABLISHED or ss -tan state established dport = :53
    Affected if There are TCP connections to the DNS port remaining in ESTABLISHED state for extended periods without being closed
  4. Review DNS thread pool exhaustion
    Monitor Traffic Router logs and system resources to determine if DNS request processing threads are fully utilized. Check if legitimate DNS queries are timing out or failing.
    Affected if The DNS thread pool is exhausted and legitimate DNS queries cannot be serviced

You are affected if you are running Traffic Router version 1.8.0, 1.8.1, or 2.0.0 with the DNS service enabled and exposed, and you observe stalled ESTABLISHED connections on the DNS port causing query failures.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Upgrade available Upgrade to a release after 1.8.0
Interim mitigation

Implement connection timeouts and rate limiting on the DNS port to prevent indefinite connection hold states, and consider increasing thread pool size or implementing per-client connection limits as temporary mitigations until the fix is applied.

Fix this in Traffic Control Scoped from the published advisory
  • Consultation4.0 h
  • Implementation8.0 h
  • Testing6.0 h
  • Review / QA2.0 h
20.0 hours of engineering $3,500
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2017-7670 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2017-7670 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data