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-26994

CVE-2026-26994: Refraction-networking uTLS Downgrade Vulnerability

CVE-2026-26994 is a TLS downgrade vulnerability in Refraction-networking uTLS that allows attackers to force connections to lower TLS versions. This article covers technical details, affected versions, and mitigation.

Published: February 27, 2026

CVE-2026-26994 Overview

CVE-2026-26994 is a TLS downgrade protection bypass vulnerability affecting uTLS, a fork of Go's crypto/tls library designed to customize ClientHello messages for fingerprinting resistance. The vulnerability exists because uTLS versions 1.6.7 and below failed to implement the TLS 1.3 downgrade protection mechanism specified in RFC 8446 Section 4.1.3 when using a uTLS ClientHello spec.

This flaw allows an active network adversary to force TLS 1.3 connections initiated by a uTLS client to downgrade to TLS 1.2 or lower by manipulating the ClientHello message to exclude the SupportedVersions extension. Because uTLS did not verify the downgrade canary in the ServerHello random field, clients would accept the downgraded connection without detecting the man-in-the-middle attack.

Critical Impact

Active network attackers can downgrade TLS 1.3 connections to weaker protocol versions, enabling man-in-the-middle attacks and fingerprinting of uTLS connections.

Affected Products

  • refraction-networking utls versions 1.6.7 and below
  • Go applications using uTLS for TLS fingerprint resistance
  • Privacy and circumvention tools built on the uTLS library

Discovery Timeline

  • 2026-02-20 - CVE-2026-26994 published to NVD
  • 2026-02-20 - Last updated in NVD database

Technical Details for CVE-2026-26994

Vulnerability Analysis

The vulnerability stems from an incomplete implementation of the TLS 1.3 specification in the uTLS library. RFC 8446 Section 4.1.3 mandates that TLS 1.3-capable clients must verify a special "downgrade canary" value embedded in the ServerHello random field when negotiating a lower protocol version. This canary mechanism allows clients to detect when an active attacker has modified the handshake to force a protocol downgrade.

In affected versions of uTLS, this verification was entirely absent from the handshake client implementation (u_handshake_client.go). When a server supporting TLS 1.3 is forced by an attacker to respond with a TLS 1.2 ServerHello, it includes specific sentinel values in the last 8 bytes of the random field to signal the downgrade. Without checking these canaries, the uTLS client proceeds with the weakened connection, unaware that the handshake has been tampered with.

Root Cause

The root cause is the missing implementation of downgrade canary validation in the uTLS handshake client code. While the standard Go crypto/tls library properly checks for the downgradeCanaryTLS12 and downgradeCanaryTLS11 sentinel values in the ServerHello random field, this critical security check was not ported to uTLS when customizing the ClientHello spec handling. This oversight violated CWE-693 (Protection Mechanism Failure), leaving clients vulnerable to protocol downgrade attacks.

Attack Vector

An active network adversary positioned between the uTLS client and server can exploit this vulnerability through the following attack flow:

  1. The attacker intercepts the ClientHello message from the uTLS client
  2. The attacker modifies or strips the SupportedVersions extension to exclude TLS 1.3
  3. The server, seeing no TLS 1.3 support, responds with a TLS 1.2 ServerHello containing the downgrade canary
  4. The uTLS client ignores the canary and accepts the TLS 1.2 connection
  5. The attacker can now leverage weaker TLS 1.2 security properties or fingerprint the connection
go
	// If we are negotiating a protocol version that's lower than what we
	// support, check for the server downgrade canaries.
	// See RFC 8446, Section 4.1.3.
	maxVers := c.config.maxSupportedVersion(roleClient)
	tls12Downgrade := string(serverHello.random[24:]) == downgradeCanaryTLS12
	tls11Downgrade := string(serverHello.random[24:]) == downgradeCanaryTLS11
	if maxVers == VersionTLS13 && c.vers <= VersionTLS12 && (tls12Downgrade || tls11Downgrade) ||
		maxVers == VersionTLS12 && c.vers <= VersionTLS11 && tls11Downgrade {
		c.sendAlert(alertIllegalParameter)
		return errors.New("tls: downgrade attempt detected, possibly due to a MitM attack or a broken middlebox")
	}

Source: GitHub Commit Update

Detection Methods for CVE-2026-26994

Indicators of Compromise

  • TLS connections unexpectedly negotiating TLS 1.2 when TLS 1.3 is expected and supported
  • Unusual modification patterns in ClientHello messages indicating tampering with SupportedVersions extensions
  • Network traffic analysis showing protocol version mismatches between client capabilities and negotiated versions

Detection Strategies

  • Implement network monitoring to detect TLS version downgrade patterns where clients supporting TLS 1.3 negotiate TLS 1.2
  • Deploy dependency scanning tools to identify applications using vulnerable uTLS versions (< 1.7.0)
  • Enable TLS handshake logging to capture negotiated protocol versions and compare against expected client capabilities
  • Use software composition analysis (SCA) tools to audit Go dependencies for the vulnerable refraction-networking/utls package

Monitoring Recommendations

  • Monitor for tls: downgrade attempt detected error messages after upgrading to version 1.7.0, which may indicate active attack attempts
  • Track TLS protocol version distribution in network traffic to identify anomalous downgrade patterns
  • Implement alerts for applications using outdated uTLS library versions in your software inventory

How to Mitigate CVE-2026-26994

Immediate Actions Required

  • Upgrade uTLS to version 1.7.0 or later immediately to enable downgrade protection
  • Audit all applications and dependencies that use the refraction-networking/utls Go module
  • Review Go module dependencies using go list -m all | grep utls to identify affected projects
  • Rebuild and redeploy applications using the patched uTLS library

Patch Information

The vulnerability has been fixed in uTLS version 1.7.0. The patch adds proper verification of the TLS downgrade canary values in the ServerHello random field, as specified in RFC 8446 Section 4.1.3. The fix checks for both downgradeCanaryTLS12 and downgradeCanaryTLS11 sentinel values and terminates the connection with an alertIllegalParameter if a downgrade attempt is detected.

For complete patch details, see the GitHub Security Advisory, GitHub Pull Request, and GitHub Commit Update.

Workarounds

  • If immediate upgrade is not possible, consider enforcing TLS 1.3-only connections at the network level to prevent downgrade attacks
  • Deploy network security controls that detect and block ClientHello tampering attempts
  • Use alternative TLS libraries with proper downgrade protection if uTLS cannot be updated in the short term
bash
# Update uTLS dependency to patched version
go get github.com/refraction-networking/utls@v1.7.0
go mod tidy

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechRefraction Networking Utls

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.01%

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

  • GitHub Pull Request

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-27017: Refraction-networking Utls Fingerprint 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