Bug 2521996 - CVE-2026-68552 coturn: Coturn: Denial of Service via STUN message length truncation overflow [fedora-all]
Summary: CVE-2026-68552 coturn: Coturn: Denial of Service via STUN message length trun...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: coturn
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Robert Scheck
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["a8ae8fd0-71c6-4f96-82f4-7...
Depends On:
Blocks: CVE-2026-68552
TreeView+ depends on / blocked
 
Reported: 2026-08-24 15:06 UTC by Vladimir Vasilev
Modified: 2026-08-24 15:06 UTC (History)
1 user (show)

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


Attachments (Terms of Use)

Description Vladimir Vasilev 2026-08-24 15:06:29 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.