SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-68553

HIGH · CVSS 7.1 EPSS 0.34% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-19 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

Coturn versions prior to 4.13.0 are vulnerable to a format string attack that allows authenticated TURN users to manipulate Redis keys through crafted STUN USERNAME or REALM attributes. This can lead to process crashes, termination of active TURN sessions, or potential disclosure of sensitive stack memory. Organizations using Coturn should prioritize upgrading to version 4.13.0 to mitigate these risks.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-68553
Severity
HIGH
CVSS
7.1
EPSS
0.34%

Original NVD Description

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.13.0, an authenticated TURN user can place printf-style format specifiers in the STUN USERNAME or REALM attribute, which passes is_secure_string() validation and is embedded into Redis keys at nine call sites in src/apps/relay/ns_ioalib_engine_impl.c. send_message_to_redis() in src/apps/relay/hiredis_libevent2.c then passes the attacker-controlled key as the format argument to redisAsyncCommand() while supplying only one variadic value, causing hiredis redisvFormatCommand() to read past the va_list. Exploitation can crash the coturn process and terminate active TURN sessions or disclose stack memory into Redis. This issue is fixed in version 4.13.0.