CVE-2026-68552

MEDIUM CVSS 3.1: 5.3
Updated Aug 20, 2026
Coturn
Parameter Value
CVSS 5.3 (MEDIUM)
Affected Versions 65520 — 65532
Fixed In 4.15.0
Type CWE-190 (Integer Overflow)
Vendor Coturn
Public PoC No

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.15.0, an unauthenticated remote client can send a STUN message over TCP or TLS with a body-length field from 65520 through 65532, causing the uint16_t len variable in stun_get_message_len_str() in src/client/ns_turn_msg.c to wrap when STUN_HEADER_LENGTH is added. The framing layer then consumes only 4 through 16 bytes, treats the remaining bytes as another message, desynchronizes the stream parser, and drops the attacking client's connection.

Other clients and the server process are not affected. This issue is fixed in version 4.15.0.

Attack Parameters

Attack Vector
Network
Can be exploited remotely
Attack Complexity
Low
Easy to exploit
Privileges Required
None
No privileges needed
User Interaction
None
No user interaction needed

Impact Assessment

Confidentiality
None
No data leak
Integrity
None
No data modification
Availability
Low
Partial disruption

CVSS Vector v3.1

Weakness Type (CWE)