Description
Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.13.1, good_peer_addr() in src/server/ns_turn_server.c uses ioa_addr_in_range() in src/client/ns_turn_ioaddr.c without canonicalizing IPv4-compatible, 6to4, and 64:ff9b::/96 NAT64 address forms, allowing an authenticated RFC 6062 TCP CONNECT relay client to bypass an IPv4 denied-peer-ip range when the Coturn host has a useful translation route. This issue is fixed in version 4.13.1.
Published: 2026-08-11
Score: 5.8 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability arises from the bad_peer_addr() routine not canonicalizing IPv4-compatible, 6to4, and 64:ff9b::/96 NAT64 address forms. This allows an authenticated RFC 6062 TCP CONNECT relay client to bypass a denied‑peer‑ip range set on the TURN server. The flaw is effectively a server‑side request‑forgery (CWE‑918) combined with an authorization bypass (CWE‑284). An attacker who can authenticate to the TURN service can issue a CONNECT request to any address that the server can reach, giving them internal‑network SSRF and, in the documented proof‑of‑concept, internal‑root remote code execution.

Affected Systems

The problem affects every installation of coturn running a version older than 4.13.1. The bug was fixed in the 4.13.1 release, so only those running 4.13.0 or earlier are vulnerable.

Risk and Exploitability

The CVSS score is 5.8, indicating moderate severity, and the EPSS score is less than 1 %, implying a low probability of exploitation at this time. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated client capable of using the RFC 6062 TCP CONNECT relay and a translation route on the host that can resolve the malicious target address. Once bypassed, the attacker can reach internal hosts that were supposed to be blocked, and the documented proof shows that this can elevate to root on the TURN server.

Generated by OpenCVE AI on August 12, 2026 at 20:55 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the coturn server to version 4.13.1 or later to apply the canonicalization fix.
  • If the RFC 6062 TCP CONNECT relay is not required in your environment, disable it to prevent the vulnerability from being usable.
  • Restrict TURN client authentication to a minimal set of trusted users and enforce strict peer‑IP ACLs to limit exposure to internal networks.

Generated by OpenCVE AI on August 12, 2026 at 20:55 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 12 Aug 2026 14:15:00 +0000

Type Values Removed Values Added
First Time appeared Coturn
Coturn coturn
Vendors & Products Coturn
Coturn coturn

Tue, 11 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 11 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Description Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.13.1, good_peer_addr() in src/server/ns_turn_server.c uses ioa_addr_in_range() in src/client/ns_turn_ioaddr.c without canonicalizing IPv4-compatible, 6to4, and 64:ff9b::/96 NAT64 address forms, allowing an authenticated RFC 6062 TCP CONNECT relay client to bypass an IPv4 denied-peer-ip range when the Coturn host has a useful translation route. This issue is fixed in version 4.13.1.
Title coturn peer-IP ACL canonicalization & scope bypass on the RFC 6062 TCP CONNECT relay path → internal-network SSRF and proven internal root RCE
Weaknesses CWE-284
CWE-918
References
Metrics cvssV4_0

{'score': 5.8, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-11T17:44:17.467Z

Reserved: 2026-08-11T14:41:20.121Z

Link: CVE-2026-73212

cve-icon Vulnrichment

Updated: 2026-08-11T17:44:11.572Z

cve-icon NVD

Status : Received

Published: 2026-08-11T18:18:26.490

Modified: 2026-08-11T18:18:26.490

Link: CVE-2026-73212

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T21:00:04Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-918

    Server-Side Request Forgery (SSRF)