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

CVE-2026-32253: Lizardbyte Sunshine Auth Bypass Flaw

CVE-2026-32253 is an authentication bypass vulnerability in Lizardbyte Sunshine that allows untrusted certificates to access protected HTTPS endpoints. This article covers the technical details, affected versions, and patches.

Published: May 28, 2026

CVE-2026-32253 Overview

CVE-2026-32253 is a critical authentication bypass vulnerability in Sunshine, a self-hosted game stream host for Moonlight clients. The flaw resides in the client-certificate authentication routine, where the custom OpenSSL verification callback in src/crypto.cpp treats specific verification errors as success. An attacker on the network can present an untrusted certificate and gain access to protected HTTPS endpoints. The issue affects all Sunshine versions before 2026.516.143833 and is tracked under [CWE-287] Improper Authentication.

Critical Impact

Remote attackers can bypass client-certificate authentication and access protected HTTPS endpoints without valid credentials, compromising confidentiality, integrity, and availability.

Affected Products

  • LizardByte Sunshine versions prior to 2026.516.143833
  • Self-hosted Sunshine game stream host deployments
  • Moonlight client pairings relying on Sunshine certificate validation

Discovery Timeline

  • 2026-05-22 - CVE-2026-32253 published to NVD
  • 2026-05-26 - Last updated in NVD database

Technical Details for CVE-2026-32253

Vulnerability Analysis

Sunshine uses mutual TLS to authenticate paired Moonlight clients before exposing privileged HTTPS endpoints. The server installs a custom verification callback on the OpenSSL SSL_CTX to enforce trust against pinned client certificates. In affected versions, the callback inspects the OpenSSL error code and incorrectly returns success for several failure conditions.

Specifically, the callback in src/crypto.cpp treats X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY, X509_V_ERR_CERT_NOT_YET_VALID, and X509_V_ERR_CERT_HAS_EXPIRED as if verification had passed. Any of these conditions normally signal that the presented certificate cannot be trusted. The result is a complete bypass of client-certificate authentication for any HTTPS endpoint the server protects.

Root Cause

The root cause is improper handling of OpenSSL verification results within Sunshine's custom verify callback. Rather than returning failure for unknown issuers, premature certificates, or expired certificates, the callback returns success. This violates the contract expected by OpenSSL's certificate chain validation logic and converts the verification step into a no-op for those error codes.

Attack Vector

The attack is network-reachable and requires no prior authentication or user interaction. An attacker generates a self-signed certificate, points a TLS client at the Sunshine HTTPS service, and presents the certificate during the mutual TLS handshake. Because the verify callback accepts the unknown issuer, the connection is established and the attacker reaches protected API endpoints. From there the attacker can interact with streaming, pairing, and configuration functionality exposed by the host.

No public proof-of-concept code has been verified for this advisory. Refer to the GitHub Security Advisory GHSA-ph75-mgxh-mv57 for vendor-provided technical detail.

Detection Methods for CVE-2026-32253

Indicators of Compromise

  • Successful HTTPS sessions to Sunshine endpoints originating from IP addresses not associated with previously paired Moonlight clients.
  • Sunshine logs showing accepted TLS handshakes with client certificates whose issuer is unknown to the server's trust store.
  • Unexpected pairing, streaming, or configuration API calls outside normal user activity windows.

Detection Strategies

  • Inspect TLS handshake metadata at the network edge for client certificates with self-signed or unknown issuers presented to the Sunshine listener port.
  • Correlate authentication events in Sunshine logs with the set of trusted client certificate fingerprints; flag any session whose fingerprint is not on the allowlist.
  • Hunt for outbound connections from Sunshine hosts to attacker-controlled infrastructure that may follow a successful bypass.

Monitoring Recommendations

  • Enable verbose TLS and HTTP logging on Sunshine and forward logs to a central SIEM for retention and analysis.
  • Alert on first-seen client certificate fingerprints connecting to Sunshine HTTPS endpoints.
  • Monitor process and network activity on hosts running Sunshine for anomalous child processes spawned from the streaming service.

How to Mitigate CVE-2026-32253

Immediate Actions Required

  • Upgrade Sunshine to version 2026.516.143833 or later on every host running the service.
  • Restrict network exposure of Sunshine HTTPS endpoints to trusted LAN segments or VPN tunnels until patching is complete.
  • Re-pair Moonlight clients and rotate any client certificates that may have been exposed during the vulnerable window.

Patch Information

LizardByte released the fix in Sunshine 2026.516.143833. The patched verify callback no longer treats X509_V_ERR_UNABLE_TO_GET_ISSUER_CERT_LOCALLY, X509_V_ERR_CERT_NOT_YET_VALID, or X509_V_ERR_CERT_HAS_EXPIRED as success. Download the release from GitHub Release v2026.516.143833 and review the GitHub Security Advisory GHSA-ph75-mgxh-mv57 for full remediation guidance.

Workarounds

  • Place Sunshine behind a reverse proxy or firewall that enforces source IP allowlisting for the HTTPS port.
  • Bind Sunshine to a loopback or private interface and require a VPN for remote access until the patched build is deployed.
  • Disable the Sunshine service on hosts where streaming is not actively required.

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechLizardbyte Sunshine

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-287
  • Technical References
  • GitHub Release v2026.516.143833
  • Vendor Resources
  • GitHub Security Advisory GHSA-ph75-mgxh-mv57
  • Related CVEs
  • CVE-2024-31220: Lizardbyte Sunshine Path Traversal Flaw

  • CVE-2025-53095: Lizardbyte Sunshine CSRF 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