The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-33575

CVE-2026-33575: Openclaw Information Disclosure Bug

CVE-2026-33575 is an information disclosure vulnerability in Openclaw that exposes long-lived gateway credentials in pairing setup codes, enabling attackers to recover and reuse them. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 2, 2026

CVE-2026-33575 Overview

OpenClaw before version 2026.3.12 contains a significant security vulnerability where long-lived shared gateway credentials are embedded directly in pairing setup codes. These codes are generated by the /pair endpoint and the openclaw qr command. Attackers who obtain access to leaked setup codes—whether from chat history, log files, or screenshots—can recover and reuse the shared gateway credential outside the intended one-time pairing flow.

This vulnerability falls under CWE-522 (Insufficiently Protected Credentials), representing a critical design flaw in how OpenClaw handles credential management during the device pairing process.

Critical Impact

Attackers can extract long-lived gateway credentials from exposed pairing codes, enabling unauthorized access to OpenClaw gateways without going through proper authentication channels.

Affected Products

  • OpenClaw versions prior to 2026.3.12
  • OpenClaw Node.js package (all versions before the fix)
  • Systems using the /pair endpoint or openclaw qr command

Discovery Timeline

  • 2026-03-29 - CVE-2026-33575 published to NVD
  • 2026-03-30 - Last updated in NVD database

Technical Details for CVE-2026-33575

Vulnerability Analysis

The vulnerability stems from a fundamental design issue in OpenClaw's pairing mechanism. When users initiate device pairing through either the /pair REST endpoint or the openclaw qr CLI command, the generated setup codes contain embedded gateway credentials that are intended for long-term use.

The core problem is that these credentials persist beyond the initial pairing transaction. In a secure implementation, pairing codes should be ephemeral—valid only for a brief window and tied to a single-use session. Instead, OpenClaw embeds reusable gateway credentials that remain valid even after the pairing process completes.

This design flaw creates multiple exposure vectors: QR codes captured in screenshots, setup codes shared via messaging platforms, credentials logged by monitoring systems, and pairing information stored in chat histories all become potential sources of credential theft.

Root Cause

The root cause is the embedding of persistent, long-lived shared gateway credentials within pairing setup codes rather than using ephemeral, single-use tokens. The application fails to implement proper credential isolation between the pairing flow and the actual gateway authentication mechanism. This violates the principle of least privilege and secure credential handling best practices outlined in CWE-522.

Attack Vector

The attack requires network access and relies on user interaction to succeed. An attacker must first obtain a leaked pairing setup code through one of several means:

  1. Chat History Mining: Intercepting or accessing messaging platforms where users shared pairing codes
  2. Log File Analysis: Accessing application or system logs that captured pairing requests
  3. Screenshot Recovery: Obtaining images of QR codes from device screens or shared screenshots
  4. Network Interception: Capturing pairing codes transmitted over inadequately secured channels

Once the setup code is obtained, the attacker can extract the embedded gateway credential and use it to authenticate to the OpenClaw gateway, bypassing the intended one-time pairing flow entirely.

The attack mechanism involves decoding the pairing setup code format to extract the embedded credential, then using this credential directly against the gateway authentication endpoint. For technical details on the vulnerability mechanism, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-33575

Indicators of Compromise

  • Unexpected gateway authentication attempts from unrecognized IP addresses or device fingerprints
  • Multiple distinct sessions using the same gateway credential from different geographic locations
  • Authentication activity outside normal user behavior patterns for paired devices
  • Gateway access from devices that were never formally paired through the UI workflow

Detection Strategies

  • Monitor gateway authentication logs for credential reuse patterns across multiple source IPs
  • Implement anomaly detection for pairing code generation frequency and usage
  • Track and alert on gateway connections from unexpected network ranges
  • Audit authentication events for credentials used outside their original pairing context
  • Review application logs for unusual /pair endpoint access patterns

Monitoring Recommendations

  • Enable comprehensive logging for all /pair endpoint requests and openclaw qr command executions
  • Implement real-time alerting on gateway authentication events with correlation to pairing records
  • Deploy network monitoring to detect credential-based authentication attempts from untrusted sources
  • Consider implementing device fingerprinting to detect credential reuse from unpaired devices

How to Mitigate CVE-2026-33575

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.12 or later immediately
  • Rotate all existing gateway credentials that may have been exposed through historical pairing codes
  • Review and purge any stored pairing codes from logs, chat systems, and documentation
  • Audit access logs for signs of unauthorized gateway access using compromised credentials
  • Notify users who may have shared pairing codes to revoke and regenerate their gateway credentials

Patch Information

OpenClaw has released version 2026.3.12 which addresses this vulnerability. The fix implements ephemeral, single-use tokens for the pairing flow rather than embedding long-lived gateway credentials. Users should upgrade immediately and rotate any credentials that may have been exposed.

For detailed patch information and upgrade instructions, see the GitHub Security Advisory GHSA-7h7g-x2px-94hj.

Additional technical context is available from the VulnCheck Advisory.

Workarounds

  • Restrict network access to the /pair endpoint using firewall rules or API gateway policies
  • Implement strict access controls on systems that generate or store pairing codes
  • Establish policies prohibiting the sharing of pairing codes via messaging platforms
  • Enable enhanced monitoring and alerting for gateway authentication events
  • Consider disabling the pairing functionality entirely until the patch can be applied
bash
# Example: Restrict /pair endpoint access via nginx
location /pair {
    # Allow only from trusted internal networks
    allow 10.0.0.0/8;
    allow 192.168.0.0/16;
    deny all;
    
    # Rate limit pairing requests
    limit_req zone=pairing burst=5 nodelay;
}

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-522
  • Technical References
  • VulnCheck Advisory: Credential Exposure
  • Vendor Resources
  • GitHub Security Advisory GHSA-7h7g-x2px-94hj
  • Related CVEs
  • CVE-2026-32982: Openclaw Information Disclosure Flaw

  • CVE-2026-33572: Openclaw Information Disclosure Flaw

  • CVE-2026-4040: OpenClaw Information Disclosure Vulnerability

  • CVE-2026-28481: OpenClaw Information Disclosure Flaw
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