PatchSiren cyber security CVE debrief
CVE-2026-73212 coturn CVE debrief
CVE-2026-73212 is a medium-severity vulnerability in Coturn, a free open-source implementation of TURN and STUN Server. The issue allows 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 occurs because the good_peer_addr() function in src/server/ns_turn_server.c uses ioa_addr_in_range() in src/client/ns_turn_ioaddr.c without canonicalizing certain IPv4-compatible, 6to4, and 64:ff9b::/96 NAT64 address forms. The vulnerability is fixed in version 4.13.1.
- Vendor
- coturn
- Product
- Unknown
- CVSS
- MEDIUM 5.8
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-11
- Original CVE updated
- 2026-09-09
- Advisory published
- 2026-08-11
- Advisory updated
- 2026-09-09
Who should care
Defenders responsible for Coturn installations, especially those with IPv4 denied-peer-ip ranges configured, should assess exposure and verify their Coturn versions. Additionally, security teams and vulnerability management teams should review their asset inventory to ensure all Coturn installations are accounted for and remediated. Platform operators and administrators should also review their Coturn configurations to ensure IPv4 denied-peer-ip ranges are
Why it matters
CVE-2026-73212 is a medium-severity vulnerability in Coturn that allows authenticated clients to bypass IPv4 denied-peer-ip ranges. Defenders should verify Coturn installations and update to version 4.13.1 or later.
- Potential bypass of IPv4 denied-peer-ip ranges by authenticated clients
- Possible exposure of Coturn installations to unauthorized access
Technical summary
The vulnerability occurs because the good_peer_addr() function 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. This allows 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. The issue affects Coturn installations prior to version 4.13.1, and defenders should verify their Coturn versions and configurations to ensure they are not exposed to this vulnerability.
Defensive priority
Defenders should prioritize verifying Coturn installations, especially those with IPv4 denied-peer-ip ranges configured, and ensure they are updated to version 4.13.1 or later.
Recommended defensive actions
- Verify Coturn installations and ensure they are updated to version 4.13.1 or later.
- Review Coturn configurations to ensure IPv4 denied-peer-ip ranges are properly set and functioning.
- Monitor Coturn logs for potential bypass attempts.
- Perform a thorough review of Coturn installations to identify potential exposure.
- Implement compensating controls for exposed systems while remediation is scheduled and verified.
- Track exceptions and retest remediated assets to ensure the vulnerability is fully resolved.
- Review asset inventory to ensure all Coturn installations are accounted for and remediated.
Evidence notes
The CVE record and source references provide details on the vulnerability, its impact, and the fix. However, the corpus does not establish versions prior to 4.13.1 that are affected or confirm exploitation.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73212 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73212
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73212 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73212
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/coturn/coturn/commit/cf4b4952de48510d38415b96300da5fc674bfdda
-
Source reference
Unverified legacy reference
URL: https://github.com/coturn/coturn/commit/d49ee56aa9fe748af064853d5e430eec1ccc3cbc
-
Source reference
Unverified legacy reference
URL: https://github.com/coturn/coturn/pull/1945
-
Source reference
Unverified legacy reference
URL: https://github.com/coturn/coturn/pull/1947
-
Source reference
Unverified legacy reference
URL: https://github.com/coturn/coturn/releases/tag/4.13.1
-
Source reference
Unverified legacy reference
URL: https://github.com/coturn/coturn/security/advisories/GHSA-2x4g-wx24-48m4
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.