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
    • 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-41388

CVE-2026-41388: OpenClaw Auth Bypass Vulnerability

CVE-2026-41388 is an authentication bypass flaw in OpenClaw that allows attackers to rehydrate revoked configurations by restarting the application. This article covers technical details, affected versions, and mitigation.

Published: April 30, 2026

CVE-2026-41388 Overview

OpenClaw before version 2026.3.31 contains a configuration management vulnerability where startup migration incorrectly treats empty-array settings as missing values. This flaw allows attackers to restart the application and rehydrate revoked Tlon configuration from file state, effectively bypassing intended revocation controls. The vulnerability is classified under CWE-372 (Incomplete Internal State Distinction).

Critical Impact

Attackers can bypass configuration revocation controls by triggering application restarts, causing previously revoked Tlon settings to be restored from persistent file state.

Affected Products

  • OpenClaw versions prior to 2026.3.31
  • Tlon extension/monitor component
  • Systems using Tlon settings migration functionality

Discovery Timeline

  • 2026-04-28 - CVE-2026-41388 published to NVD
  • 2026-04-28 - Last updated in NVD database

Technical Details for CVE-2026-41388

Vulnerability Analysis

This vulnerability stems from incomplete internal state distinction in OpenClaw's Tlon settings migration logic. The core issue lies in how the application handles empty arrays during startup migration. When a configuration setting is explicitly set to an empty array (indicating revocation), the migration process fails to distinguish this intentional empty state from a truly missing or undefined value.

Upon application restart, the migration routine checks whether settings exist and determines if migration from file state is necessary. Because empty arrays are incorrectly treated as "missing," the system proceeds to rehydrate settings from the persistent file state, effectively restoring revoked configurations. This creates a security bypass where administrators believe they have revoked certain Tlon configurations, but those settings are silently restored after each application restart.

Root Cause

The root cause is improper validation logic in the Tlon settings migration helpers. The original implementation lacked a dedicated function to properly evaluate whether a setting should be migrated based on the explicit presence or absence of values. Empty arrays, which semantically represent "no items but explicitly configured," were treated identically to null or undefined values, which represent "not configured at all."

Attack Vector

The attack exploits the network-accessible nature of OpenClaw deployments. An attacker with the ability to trigger application restarts (either through direct access, denial-of-service conditions, or by waiting for scheduled maintenance) can exploit this vulnerability. The attack requires no authentication and leverages the predictable behavior of the migration routine:

  1. Administrator revokes Tlon configuration by setting values to empty arrays
  2. Attacker triggers or waits for application restart
  3. Migration routine incorrectly identifies empty arrays as missing values
  4. Previously revoked settings are restored from file state
  5. Revoked configurations become active again
typescript
// Security patch in settings-helpers.ts
// Source: https://github.com/openclaw/openclaw/commit/a4d72a83f01fedd35964c352e3473c7712a3511b

export function shouldMigrateTlonSetting(fileValue: unknown, settingsValue: unknown): boolean {
  const hasFileValue = Array.isArray(fileValue) ? fileValue.length > 0 : fileValue != null;
  const hasSettingsValue = settingsValue != null;
  return hasFileValue && !hasSettingsValue;
}

The patch introduces a dedicated shouldMigrateTlonSetting function that properly distinguishes between empty arrays and truly missing values. The fix ensures that migration only occurs when a file value exists AND the settings value is genuinely undefined, preventing the rehydration of revoked configurations.

Detection Methods for CVE-2026-41388

Indicators of Compromise

  • Unexpected restoration of previously revoked Tlon configurations after application restarts
  • Audit log entries showing configuration changes that were not initiated by administrators
  • Discrepancies between expected empty-array settings and actual populated settings in the Tlon store
  • Repeated configuration drift following system reboots or service restarts

Detection Strategies

  • Monitor Tlon settings store for unauthorized changes, particularly settings that transition from empty arrays to populated values
  • Implement configuration drift detection to alert when revoked settings are unexpectedly restored
  • Review application startup logs for migration activities that should not occur with properly revoked settings
  • Compare settings state before and after application restarts to identify unintended rehydration events

Monitoring Recommendations

  • Enable verbose logging for the Tlon settings migration process to track all migration decisions
  • Set up alerts for any configuration changes occurring during application startup sequences
  • Implement file integrity monitoring on persistent Tlon configuration files
  • Create baseline snapshots of expected configuration states for comparison after restarts

How to Mitigate CVE-2026-41388

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.31 or later immediately
  • Review current Tlon configurations to identify any settings that may have been unintentionally restored
  • Re-apply any revoked configurations that may have been affected by this vulnerability
  • Audit application restart logs to determine if this vulnerability may have been exploited

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.3.31. The fix introduces the shouldMigrateTlonSetting helper function that correctly handles empty arrays as explicit configuration states rather than missing values. The patch is available via the GitHub commit. Additional details can be found in the GitHub Security Advisory GHSA-3pm9-5j7m-59vc and the VulnCheck Advisory.

Workarounds

  • Manually delete or rename persistent Tlon configuration files after revoking settings to prevent rehydration
  • Implement external configuration management that overwrites file-based settings after each restart
  • Use deployment automation to enforce expected configuration state following application restarts
  • Consider disabling automatic migration during startup if the feature is not required in your environment
bash
# Configuration example - Remove persistent Tlon config files after revocation
rm -f /path/to/openclaw/data/tlon-settings.json
# Or backup and clear the file
mv /path/to/openclaw/data/tlon-settings.json /path/to/backups/tlon-settings.json.bak

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:L/VI:L/VA:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-372
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-3pm9-5j7m-59vc

  • VulnCheck Advisory on Openclaw
  • Related CVEs
  • CVE-2026-43574: Openclaw Auth Bypass Vulnerability

  • CVE-2026-43572: Openclaw Authorization Bypass Vulnerability

  • CVE-2026-43571: Openclaw Auth Bypass Vulnerability

  • CVE-2026-43530: Openclaw Auth Bypass 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