Description
Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.17.0, shutdown_client_connection() in src/server/ns_turn_server.c prematurely calls dec_quota() and releases bandwidth accounting during the first-stage close of a mobility-enabled allocation while preserving the allocation, relay socket, session, and mobility ticket, allowing an authenticated client to bypass --user-quota and --total-quota and exhaust relay ports. This issue is fixed in version 4.17.0.
Published: 2026-08-11
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

shutdown_client_connection() in the TURN server prematurely releases bandwidth accounting during the first-stage close of a mobility‑enabled allocation while preserving the allocation, relay socket, session, and mobility ticket. This allows an authenticated client to bypass the --user-quota and --total-quota limits, depleting the server’s relay ports and causing service disruption. The vulnerability corresponds to CWE‑400 and CWE‑911.

Affected Systems

All versions of the coturn TURN/STUN server published before 4.17.0 are affected. The flaw resides in src/server/ns_turn_server.c and impacts instances configured with mobility support.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity, while the EPSS score of less than 1% suggests a low probability of exploitation in the current landscape, and the flaw is not listed in CISA KEV. An attacker would need valid TURN credentials to target the service via its network port, triggering the quota‑bypass path and consuming relay sockets until the server runs out of ports. Based on the description, the vulnerability pertains only to authenticated traffic; support for unauthenticated traffic is inferred to be ineffective because the flaw requires client authentication to exploit.

Generated by OpenCVE AI on August 13, 2026 at 14:02 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade coturn to version 4.17.0 or later to apply the vendor‑provided fix
  • If an upgrade cannot be performed immediately, disable the mobility feature in the server configuration to prevent the quota‑bypass path
  • Enforce strict session quotas, monitor relay port usage, and apply network rate limiting or firewall rules to limit concurrent allocations per client

Generated by OpenCVE AI on August 13, 2026 at 14:02 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-911
References
Metrics threat_severity

None

threat_severity

Moderate


Wed, 12 Aug 2026 13:30:00 +0000

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

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

Type Values Removed Values Added
Metrics ssvc

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


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

Type Values Removed Values Added
Description Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.17.0, shutdown_client_connection() in src/server/ns_turn_server.c prematurely calls dec_quota() and releases bandwidth accounting during the first-stage close of a mobility-enabled allocation while preserving the allocation, relay socket, session, and mobility ticket, allowing an authenticated client to bypass --user-quota and --total-quota and exhaust relay ports. This issue is fixed in version 4.17.0.
Title coturn: mobility disconnects bypass allocation quotas and exhaust relay capacity
Weaknesses CWE-400
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-08-11T19:00:45.196Z

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

Link: CVE-2026-73216

cve-icon Vulnrichment

Updated: 2026-08-11T18:59:59.625Z

cve-icon NVD

Status : Received

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

Modified: 2026-08-11T20:18:47.340

Link: CVE-2026-73216

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-11T17:39:46Z

Links: CVE-2026-73216 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T14:15:05Z

Weaknesses
  • CWE-400

    Uncontrolled Resource Consumption

  • CWE-911

    Improper Update of Reference Count