VYPR

Vendor CVEs

Coturn

All CVEs

23 total · sorted by risk
  • CVE-2020-6061CriFeb 19, 2020
    risk 0.64cvss 9.8epss 0.05

    An exploitable heap out-of-bounds read vulnerability exists in the way CoTURN 4.5.1.1 web server parses POST requests. A specially crafted HTTP POST request can lead to information leaks and other misbehavior. An attacker needs to send an HTTPS request to trigger this…

  • CVE-2018-4059CriMar 21, 2019
    risk 0.64cvss 9.8epss 0.02

    An exploitable unsafe default configuration vulnerability exists in the TURN server function of coTURN prior to version 4.5.0.9. By default, the TURN server runs an unauthenticated telnet admin portal on the loopback interface. This can provide administrator access to the TURN…

  • CVE-2018-4056CriFeb 5, 2019
    risk 0.64cvss 9.8epss 0.03

    An exploitable SQL injection vulnerability exists in the administrator web portal function of coTURN prior to version 4.5.0.9. A login message with a specially crafted username can cause an SQL injection, resulting in authentication bypass, which could give access to the TURN…

  • CVE-2025-69217HigDec 30, 2025
    risk 0.50cvss 7.7epss 0.00

    coturn is a free open source implementation of TURN and STUN Server. Versions 4.6.2r5 through 4.7.0-r4 have a bad random number generator for nonces and port randomization after refactoring. Additionally, random numbers aren't generated with openssl's RAND_bytes but libc's…

  • CVE-2018-4058HigMar 21, 2019
    risk 0.50cvss 7.7epss 0.01

    An exploitable unsafe default configuration vulnerability exists in the TURN server functionality of coTURN prior to 4.5.0.9. By default, the TURN server allows relaying external traffic to the loopback interface of its own host. This can provide access to other private services…

  • CVE-2020-6062HigFeb 19, 2020
    risk 0.49cvss 7.5epss 0.06

    An exploitable denial-of-service vulnerability exists in the way CoTURN 4.5.1.1 web server parses POST requests. A specially crafted HTTP POST request can lead to server crash and denial of service. An attacker needs to send an HTTP request to trigger this vulnerability.

  • CVE-2026-73214HigAug 11, 2026
    risk 0.46cvss epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.16.0, dtls_server_input_handler() and create_new_connected_udp_socket() in src/apps/relay/dtls_listener.c retain OpenSSL dtls1_reassemble_fragment() state for a 35-byte fragmented ClientHello…

  • CVE-2026-62959HigJul 31, 2026
    risk 0.46cvss epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. From 4.5.2 through 4.14.0, when Coturn is started with --acme-redirect and exposes a plaintext-TCP listener, an unauthenticated remote client can send a single ordinary HTTP GET request and receive a 301…

  • CVE-2026-43994HigJun 18, 2026
    risk 0.46cvss 8.1epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Versions prior to 4.10.0 contain a stack buffer overflow in decode_oauth_token_gcm(). A uint16_t nonce_len field read from an attacker-supplied OAuth access token (0-65535) is passed directly to memcpy() as the…

  • CVE-2026-40613HigApr 21, 2026
    risk 0.42cvss 7.5epss 0.01

    Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.10.0, the STUN/TURN attribute parsing functions in coturn perform unsafe pointer casts from uint8_t * to uint16_t * without alignment checks. When processing a crafted STUN message with odd-aligned…

  • CVE-2026-53450HigJul 10, 2026
    risk 0.41cvss 7.4epss 0.00

    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…

  • CVE-2026-53448HigJul 10, 2026
    risk 0.40cvss 7.2epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.12.0, the coturn HTTPS admin panel passes HTTP query parameters directly into SQL queries via snprintf string interpolation without sanitization. The is_secure_string filter that protects the STUN…

  • CVE-2026-73215HigAug 11, 2026
    risk 0.39cvss epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.17.0, turnports_allocate_even() in src/apps/relay/turn_ports.c marks the unused odd sibling port as TPS_TAKEN_ODD for an EVEN-PORT Allocate request with reservation bit R=0 even though no RTCP socket…

  • CVE-2026-65981HigJul 31, 2026
    risk 0.39cvss 7.1epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.15.0, a server using --mobility authenticates a resumed REFRESH request with the resuming user's credentials but does not verify that identity against the original allocation owner, allowing an…

  • CVE-2020-4067HigJun 29, 2020
    risk 0.39cvss 7.0epss 0.02

    In coturn before version 4.5.1.3, there is an issue whereby STUN/TURN response buffer is not initialized properly. There is a leak of information between different client connections. One client (an attacker) could use their connection to intelligently query coturn to get…

  • CVE-2026-73216MedAug 11, 2026
    risk 0.35cvss 6.5epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.17.0, shutdown_client_connection() in src/server/ns_turn_server.c prematurely calls dec_quota() and releases bandwidth accounting during the first-stage close of a mobility-enabled allocation while…

  • CVE-2026-53449MedJul 10, 2026
    risk 0.32cvss 6.0epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.13.0, the psd print sessions dump CLI command in coturn takes a filename argument and directly passes it to fopen with no path validation. An authenticated admin with CLI access can overwrite…

  • CVE-2026-73213MedAug 11, 2026
    risk 0.31cvss epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.16.0, addr_less_eq() in src/client/ns_turn_ioaddr.c uses a component-wise comparison for native IPv6 min-max intervals in ioa_addr_in_range(), allowing an authenticated TURN client to relay to an…

  • CVE-2026-73212MedAug 11, 2026
    risk 0.31cvss epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Prior to 4.13.1, good_peer_addr() in src/server/ns_turn_server.c uses ioa_addr_in_range() in src/client/ns_turn_ioaddr.c without canonicalizing IPv4-compatible, 6to4, and 64:ff9b::/96 NAT64 address forms,…

  • CVE-2026-43915MedJun 18, 2026
    risk 0.28cvss 5.4epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Versions prior to 4.11.0 contain a stored cross-site scripting (XSS) vulnerability in the web-admin HTTPS interface. An attacker who can create a TURN allocation with a crafted USERNAME value can inject…

  • CVE-2026-27624HigFeb 25, 2026
    risk 0.00cvss 7.2epss 0.00

    Coturn is a free open source implementation of TURN and STUN Server. Coturn is commonly configured to block loopback and internal ranges using "denied-peer-ip" and/or default loopback restrictions. CVE-2020-26262 addressed bypasses involving "0.0.0.0", "[::1]" and "[::]", but…

  • CVE-2021-21382HigJun 11, 2021
    risk 0.00cvss 8.6epss 0.01

    Restund is an open source NAT traversal server. The restund TURN server can be instructed to open a relay to the loopback address range. This allows you to reach any other service running on localhost which you might consider private. In the configuration that we ship…

  • CVE-2020-26262HigJan 13, 2021
    risk 0.00cvss 7.2epss 0.01

    Coturn is free open source implementation of TURN and STUN Server. Coturn before version 4.5.2 by default does not allow peers to connect and relay packets to loopback addresses in the range of `127.x.x.x`. However, it was observed that when sending a `CONNECT` request with the…