A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-33810

CVE-2026-33810: Certificate Validation Bypass Vulnerability

CVE-2026-33810 is an information disclosure flaw in certificate validation that allows bypass of DNS constraints on wildcard SANs. This article covers the technical details, affected systems, and mitigation strategies.

Published: April 10, 2026

CVE-2026-33810 Overview

CVE-2026-33810 is a certificate validation bypass vulnerability in the Go programming language's crypto/x509 package. When verifying a certificate chain containing excluded DNS constraints, these constraints are not correctly applied to wildcard DNS Subject Alternative Names (SANs) that use a different case than the constraint. This flaw allows certificates that should be rejected by name constraints to be incorrectly validated as trusted.

The vulnerability specifically affects validation of otherwise trusted certificate chains, issued by a root CA in the VerifyOptions.Roots CertPool, or in the system certificate pool. This represents a significant security concern for applications relying on Go's certificate validation to enforce DNS name constraints.

Critical Impact

Applications using Go's certificate verification may accept certificates that violate excluded DNS name constraints, potentially allowing man-in-the-middle attacks against services protected by certificate pinning or name-constrained intermediate CAs.

Affected Products

  • Go programming language crypto/x509 package
  • Applications using Go's certificate chain verification with DNS name constraints
  • Services relying on VerifyOptions.Roots CertPool validation

Discovery Timeline

  • 2026-04-08 - CVE-2026-33810 published to NVD
  • 2026-04-08 - Last updated in NVD database

Technical Details for CVE-2026-33810

Vulnerability Analysis

This vulnerability stems from a case sensitivity mismatch in Go's certificate chain verification logic. When a certificate authority (CA) issues certificates with excluded DNS name constraints, these constraints are intended to prevent the CA from issuing certificates for specific domains. However, the Go crypto/x509 package fails to perform case-insensitive comparison when evaluating wildcard DNS SANs against excluded constraints.

DNS names are defined as case-insensitive according to RFC 1035, meaning EXAMPLE.COM, example.com, and Example.Com should all be treated as equivalent. The vulnerability allows a malicious or compromised CA to bypass excluded name constraints by simply changing the case of characters in the wildcard DNS SAN relative to the excluded constraint.

For example, if a name constraint excludes *.example.com, a certificate with a SAN of *.EXAMPLE.COM or *.Example.Com would incorrectly pass validation, despite being semantically equivalent to the excluded domain.

Root Cause

The root cause is improper implementation of RFC 5280's name constraint validation requirements in the Go crypto/x509 package. Specifically, the code path handling excluded DNS constraints for wildcard SANs performs a case-sensitive string comparison rather than the required case-insensitive comparison. This violates the fundamental DNS specification that domain names must be compared in a case-insensitive manner.

Attack Vector

An attacker who controls or has compromised a certificate authority with excluded DNS name constraints could exploit this vulnerability by:

  1. Obtaining a CA certificate that has excluded name constraints (e.g., excluding *.example.com)
  2. Issuing a certificate with a wildcard DNS SAN using different casing (e.g., *.EXAMPLE.COM)
  3. Presenting this certificate to a Go application during TLS handshake
  4. The Go application would incorrectly validate the certificate as trusted, despite the name constraint violation

This attack is particularly relevant in enterprise PKI environments where intermediate CAs are constrained to issue certificates only for specific domains, or in scenarios where name constraints are used to limit the scope of CA compromise.

The attack requires the attacker to have control over a CA certificate that is trusted by the target application, either directly in VerifyOptions.Roots or through the system certificate pool.

Detection Methods for CVE-2026-33810

Indicators of Compromise

  • Certificates in use that contain wildcard DNS SANs with mixed or unusual casing patterns
  • TLS connections accepted with certificates that appear to violate name constraints when examined manually
  • Log entries indicating certificate validation succeeded for domains that should be excluded by CA constraints
  • Unusual certificate chains where intermediate CA constraints don't appear to be enforced

Detection Strategies

  • Audit certificate chains for SANs that match excluded constraints when compared case-insensitively
  • Implement secondary validation of certificate chains outside of Go's built-in verification
  • Monitor for certificates with wildcard SANs containing uppercase characters in domain names, which is uncommon in legitimate certificates
  • Review TLS connection logs for certificates issued by constrained CAs that contain unexpected domain names

Monitoring Recommendations

  • Enable verbose logging of certificate validation in Go applications to capture SAN details
  • Implement certificate transparency monitoring for domains protected by name constraints
  • Deploy network monitoring to detect certificates with suspicious casing patterns in SANs
  • Consider implementing certificate inventory systems that flag certificates with unusual casing

How to Mitigate CVE-2026-33810

Immediate Actions Required

  • Update Go installations to the latest patched version
  • Review applications using Go's crypto/x509 certificate verification with name constraints
  • Audit trusted certificate pools for CAs with excluded DNS name constraints
  • Consider implementing additional certificate validation logic as a defense-in-depth measure

Patch Information

The Go team has addressed this vulnerability through a code change that corrects the case-sensitivity handling during DNS name constraint validation. The fix ensures that wildcard DNS SANs are compared against excluded constraints in a case-insensitive manner, consistent with DNS specifications.

For detailed information about the patch, see the Go.dev Code Review, the Go.dev Issue Tracker, and the official Go.dev Vulnerability Report. The announcement was published on the GoLang Announce mailing list.

Workarounds

  • Implement custom certificate verification callbacks that perform case-insensitive DNS constraint checking
  • Add pre-validation logic to normalize certificate SAN casing before verification
  • Consider using alternative TLS libraries for critical applications until Go is updated
  • Restrict trusted CA pools to remove CAs with excluded name constraints where possible
bash
# Check Go version and update to patched release
go version

# Update Go to the latest version
# For Linux/macOS using official installers:
# Download latest from https://go.dev/dl/

# Rebuild applications after updating Go
go build -o myapp ./...

# Verify the application uses the patched Go version
go version -m ./myapp

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechN/A

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.01%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • Technical References
  • Go.dev Code Review

  • Go.dev Issue Tracker

  • GoLang Announce Post

  • Go.dev Vulnerability Report
  • Latest CVEs
  • CVE-2026-9813: FlowIntel SSRF Vulnerability

  • CVE-2026-4377: D-Link DWR-X1820 Auth Bypass Vulnerability

  • CVE-2026-47074: ex_aws_sns Auth Bypass Vulnerability

  • CVE-2026-46241: Linux Kernel Use-After-Free Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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