CVE-2018-4059
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 · uneditedAn exploitable unsafe default configuration vulnerability exists in the TURN server function of coTURN prior to version 4.5.0.9. By default, the TURN server runs an unauthenticated telnet admin portal on the loopback interface. This can provide administrator access to the TURN server configuration, which can lead to additional attacks. An attacker who can get access to the telnet port can gain administrator access to the TURN server.
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 confidencecoTURN TURN server versions prior to 4.5.0.9 ship with an unauthenticated telnet admin portal enabled on the loopback interface by default. This unsafe configuration allows any local or remote attacker who can reach the telnet port to gain full administrative access to the TURN server, enabling modification of server settings and potentially facilitating further attacks against the infrastructure.
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< 4.5.0.9CVSS 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
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/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 checksWork through these to decide whether this CVE applies to you.
-
Identify coturn installation and versionRun 'turnadmin --version' or check the package manager (dpkg -l coturn, rpm -qi coturn) to determine the installed version of coturnAffected if The installed version is lower than 4.5.0.9 (e.g., 4.5.0.8, 4.5.0.7, etc.)
-
Verify if telnet admin port is listeningRun 'netstat -tlnp | grep 57778' or 'ss -tlnp | grep 57778' to check if the telnet admin interface port (57778) is open and listeningAffected if Port 57778 is listening on loopback (127.0.0.1) or any interface, indicating the telnet admin portal is active
-
Examine coturn configuration file for telnet settingsInspect /etc/turnserver.conf or the active configuration file for directives such as 'telnet-port' or 'admin-port' without corresponding authentication enforcementAffected if A telnet or admin port is defined without authentication (no 'admin-user' and 'admin-password' settings present)
-
Confirm telnet connectivity to admin interfaceRun 'telnet 127.0.0.1 57778' locally and observe if an unauthenticated command prompt is presented without requiring credentialsAffected if The telnet session connects and provides administrative access without prompting for any username or password
A system is affected if running a coturn version prior to 4.5.0.9 with the telnet admin interface (port 57778) enabled and accessible without authentication.
Generated from the published advisory. Verify against your own configuration.
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.
dbcve · scoped4.5.0.9
Upgrade coTURN to version 4.5.0.9 or later which disables the insecure telnet admin interface by default, or explicitly disable the telnet portal and enforce authentication in the configuration.
Coturn 4.5.0.9 or later
- 1. Back up the current Coturn configuration file (typically /etc/turnserver.conf or /usr/local/etc/turnserver.conf)
- 2. Download Coturn version 4.5.0.9 or later from the official repository (https://github.com/coturn/coturn)
- 3. Stop the Coturn service: sudo systemctl stop coturn or sudo service coturn stop
- 4. Install the upgraded Coturn package or compile from source
- 5. Restore the backed-up configuration file
- 6. Start the Coturn service: sudo systemctl start coturn or sudo service coturn start
- 7. Verify the telnet admin portal is no longer accessible or is properly secured with authentication
- 8. Test TURN server functionality to confirm normal operation
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation2.0 h
- Testing2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2018-4059 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2018-4059 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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