Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-27624

CVE-2026-27624: Coturn Auth Bypass Vulnerability

CVE-2026-27624 is an authentication bypass flaw in Coturn TURN/STUN Server allowing attackers to bypass IP restrictions using IPv4-mapped IPv6 addresses. This article covers technical details, affected versions, and patches.

Published: February 27, 2026

CVE-2026-27624 Overview

CVE-2026-27624 is an Authorization Bypass vulnerability in Coturn, a free open source implementation of TURN and STUN Server. The vulnerability allows attackers to bypass IP address filtering restrictions using IPv4-mapped IPv6 addresses. While Coturn is commonly configured to block loopback and internal IP ranges using denied-peer-ip and default loopback restrictions, this vulnerability enables attackers to circumvent these protections by sending requests with specially crafted IPv4-mapped IPv6 addresses such as ::ffff:127.0.0.1.

This vulnerability is a bypass of the previously addressed CVE-2020-26262, which had fixed bypasses involving 0.0.0.0, [::1], and [::], but failed to account for IPv4-mapped IPv6 address representations.

Critical Impact

Attackers can bypass network security controls to access loopback interfaces and internal IP ranges that should be restricted, potentially enabling Server-Side Request Forgery (SSRF) attacks against internal services.

Affected Products

  • Coturn TURN/STUN Server versions prior to 4.9.0

Discovery Timeline

  • 2026-02-25 - CVE-2026-27624 published to NVD
  • 2026-02-25 - Last updated in NVD database

Technical Details for CVE-2026-27624

Vulnerability Analysis

The vulnerability exists in three functions within src/client/ns_turn_ioaddr.c that fail to properly check for IPv4-mapped IPv6 addresses using IN6_IS_ADDR_V4MAPPED. When an attacker sends a CreatePermission or ChannelBind request with an XOR-PEER-ADDRESS value of ::ffff:127.0.0.1, the server returns a successful response even when 127.0.0.0/8 is explicitly blocked via the denied-peer-ip configuration.

The improper access control (CWE-284) stems from incomplete address normalization, where the server treats IPv4 addresses and their IPv4-mapped IPv6 equivalents as distinct entities rather than recognizing them as representing the same network endpoint.

Root Cause

The root cause lies in the incomplete implementation of address family handling across three critical functions:

  1. ioa_addr_is_loopback() - Checks for 127.x.x.x (AF_INET) and ::1 (AF_INET6), but does not recognize ::ffff:127.0.0.1 as a loopback address
  2. ioa_addr_is_zero() - Checks for 0.0.0.0 and ::, but does not account for ::ffff:0.0.0.0
  3. addr_less_eq() (used by ioa_addr_in_range()) - When the configured range is AF_INET and the peer address is AF_INET6, the comparison returns 0 without extracting the embedded IPv4 address from the IPv4-mapped IPv6 representation

Attack Vector

The attack is network-based with low complexity and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Establishing a connection to the Coturn server
  2. Sending a CreatePermission or ChannelBind TURN request
  3. Setting the XOR-PEER-ADDRESS attribute to an IPv4-mapped IPv6 address (e.g., ::ffff:127.0.0.1)
  4. Successfully bypassing IP filtering restrictions to reach internal or loopback addresses

The security patch in version 4.9.0 addresses this by extracting the embedded IPv4 address from IPv4-mapped IPv6 addresses before performing range comparisons:

c
int ioa_addr_in_range(const ioa_addr_range *range, const ioa_addr *addr) {

  if (range && addr) {
    /* If the range is AF_INET and addr is an IPv4-mapped IPv6 address
     * (::ffff:x.x.x.x), extract the embedded IPv4 so the comparison works. */
    ioa_addr addr4;
    if (addr->ss.sa_family == AF_INET6) {
      sa_family_t range_family = range->min.ss.sa_family;
      if (range_family == 0)
        range_family = range->max.ss.sa_family;
      if (range_family == AF_INET && IN6_IS_ADDR_V4MAPPED(&addr->s6.sin6_addr)) {
        memset(&addr4, 0, sizeof(addr4));
        addr4.s4.sin_family = AF_INET;
        memcpy(&addr4.s4.sin_addr, addr->s6.sin6_addr.s6_addr + 12, 4);
        addr = &addr4;
      }
    }
    if (addr_any(&(range->min)) || addr_less_eq(&(range->min), addr)) {
      if (addr_any(&(range->max))) {
        return 1;

Source: GitHub Commit Update

Detection Methods for CVE-2026-27624

Indicators of Compromise

  • TURN/STUN requests containing IPv4-mapped IPv6 addresses in XOR-PEER-ADDRESS attributes (e.g., ::ffff:127.0.0.1, ::ffff:10.x.x.x, ::ffff:192.168.x.x)
  • Successful CreatePermission or ChannelBind responses for addresses that should be blocked by denied-peer-ip configuration
  • Unexpected traffic relayed through the TURN server to internal network ranges or loopback interfaces

Detection Strategies

  • Monitor TURN server logs for successful permission grants or channel bindings to IPv4-mapped IPv6 addresses
  • Implement network-level monitoring for traffic patterns indicating SSRF attempts through the TURN server
  • Deploy intrusion detection rules that flag TURN protocol messages containing ::ffff: prefixed addresses targeting internal ranges

Monitoring Recommendations

  • Enable verbose logging on Coturn servers to capture all CreatePermission and ChannelBind requests with their associated peer addresses
  • Configure alerts for successful relay attempts to RFC 1918 private address ranges or loopback addresses
  • Review TURN server access patterns regularly to identify potential exploitation attempts

How to Mitigate CVE-2026-27624

Immediate Actions Required

  • Upgrade Coturn to version 4.9.0 or later immediately
  • Review TURN server logs for evidence of exploitation attempts using IPv4-mapped IPv6 addresses
  • Audit current denied-peer-ip configurations and verify they are being enforced correctly
  • Consider implementing additional network-level filtering to block IPv4-mapped IPv6 addresses at the firewall level

Patch Information

The vulnerability has been addressed in Coturn version 4.9.0. The fix ensures that IPv4-mapped IPv6 addresses are properly recognized and the embedded IPv4 address is extracted before performing range comparisons against denied-peer-ip configurations. The patch is available in commit b80eb898ba26552600770162c26a8ae7f3661b0b.

For detailed security information, refer to the GitHub Security Advisory GHSA-6g6j-r9rf-cm7p and the related advisory GHSA-j8mm-mpf8-gvjg for the original CVE-2020-26262.

Workarounds

  • Implement network-level firewall rules that explicitly block IPv4-mapped IPv6 address ranges targeting internal networks
  • Consider running Coturn in an isolated network segment with strict egress filtering
  • Deploy a reverse proxy or application-layer firewall that normalizes IPv6 addresses before they reach the TURN server
  • Temporarily disable IPv6 on the TURN server if IPv6 support is not required for your deployment
bash
# Configuration example - Add explicit IPv4-mapped IPv6 blocks to turnserver.conf
# Note: These may not be effective on vulnerable versions; upgrade is recommended
denied-peer-ip=::ffff:127.0.0.0-::ffff:127.255.255.255
denied-peer-ip=::ffff:10.0.0.0-::ffff:10.255.255.255
denied-peer-ip=::ffff:172.16.0.0-::ffff:172.31.255.255
denied-peer-ip=::ffff:192.168.0.0-::ffff:192.168.255.255

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechCoturn

  • SeverityHIGH

  • CVSS Score7.2

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-6g6j-r9rf-cm7p

  • GitHub Security Advisory GHSA-j8mm-mpf8-gvjg
  • Related CVEs
  • CVE-2026-40613: Coturn STUN/TURN Server DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English