Bug 2521242 (CVE-2026-68552) - CVE-2026-68552 coturn: Coturn: Denial of Service via STUN message length truncation overflow
Summary: CVE-2026-68552 coturn: Coturn: Denial of Service via STUN message length trun...
Keywords:
Status: NEW
Alias: CVE-2026-68552
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On: 2521995 2521996
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-08-21 22:01 UTC by OSIDB Bzimport
Modified: 2026-08-24 15:08 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-08-21 22:01:35 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.