CVE Catalog

CVE-2026-53450

HighCVSS 7.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.29%

21th percentile - higher than 21% of all known CVEs

Summary

A vulnerability in Coturn prior to version 4.13.0 allows an authenticated TURN client to bypass the default loopback peer rejection by using an IPv4-mapped IPv6 address (::ffff:127.0.0.1) in the XOR-PEER-ADDRESS attribute. The loopback check does not properly handle this address type, enabling relay traffic to localhost services on the Coturn host.

Risk Assessment

The risk is that an authenticated attacker can gain remote access to localhost services on the Coturn server, potentially leading to unauthorized data disclosure or privilege escalation within the internal network.

Recommendation

Immediately upgrade Coturn to version 4.13.0 or later, which includes the fix. If an upgrade is not possible, consider implementing additional firewall rules to block IPv4-mapped IPv6 addresses in TURN traffic.

Other vulnerabilities in Coturn

See all
Original NVD description (English source)

Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.13.0, coturn rejects loopback peers by default unless allow-loopback-peers is enabled, but the default loopback guard can be bypassed by using the IPv4-mapped IPv6 peer address ::ffff:127.0.0.1 in a TURN XOR-PEER-ADDRESS attribute. ioa_addr_is_loopback checks for the literal IPv6 loopback shape before IPv4-mapped IPv6 handling, so good_peer_addr does not apply the default loopback rejection and an authenticated TURN client can expose services bound only to localhost on the coturn host through TURN relay traffic. This issue is fixed in version 4.13.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS