PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-68552 coturn CVE debrief

The Coturn implementation of TURN and STUN Server is vulnerable to a denial of service attack. 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() to wrap when STUN_HEADER_LENGTH is added. This leads to desynchronization of the stream parser and dropping of the attacking client's connection. Coturn versions prior to 4.15.0 are affected. Administrators and users of Coturn versions prior to 4.15.0 should be aware of this vulnerability and take necessary actions to mitigate potential denial of service attacks. This includes updating Coturn to version 4.15.0 or later and monitoring for suspicious STUN message activity.

Vendor
coturn
Product
Unknown
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-08-19
Original CVE updated
2026-08-21
Advisory published
2026-08-19
Advisory updated
2026-08-21

Who should care

Administrators and users of Coturn versions prior to 4.15.0 should be aware of this vulnerability and take necessary actions to mitigate potential denial of service attacks. This includes updating Coturn to version 4.15.0 or later and monitoring for suspicious STUN message activity. Security teams and operators managing Coturn deployments should prioritize this vulnerability based on the CVSS score of 5.3 and the potential for denial of service attacks.

Technical summary

The Coturn implementation of TURN and STUN Server is vulnerable to a denial of service attack. 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() to wrap when STUN_HEADER_LENGTH is added. This leads to desynchronization of the stream parser and dropping of the attacking client's connection. Coturn versions prior to 4.15.0 are affected.

Defensive priority

Medium priority given the CVSS score of 5.3 and the potential for denial of service attacks.

Recommended defensive actions

  • Update Coturn to version 4.15.0 or later
  • Monitor for suspicious STUN message activity
  • Implement compensating controls to mitigate potential denial of service attacks
  • Review Coturn version and monitor for suspicious activity
  • Confirm whether affected Coturn deployments exist in managed environments and assign an owner for follow-up
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

Evidence from the NVD and CVE.org indicates that Coturn versions prior to 4.15.0 are vulnerable to a denial of service attack. The issue is caused by improper handling of STUN messages, which can lead to desynchronization of the stream parser and dropping of the attacking client's connection. Limited source detail suggests verifying Coturn version and monitoring for suspicious activity.

Official resources

AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-19T21:17:28.017Z and has not been modified since then.