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

CVE-2026-32922: Openclaw Privilege Escalation Vulnerability

CVE-2026-32922 is a privilege escalation flaw in Openclaw that allows attackers to mint tokens with elevated scopes, enabling remote code execution. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-32922 Overview

CVE-2026-32922 is a critical privilege escalation vulnerability in OpenClaw before version 2026.3.11. The flaw exists in the device.token.rotate function, which fails to properly constrain newly minted token scopes to the caller's current scope set. This allows attackers with operator.pairing scope to mint tokens with broader scopes than intended, potentially obtaining operator.admin tokens for paired devices. Successful exploitation can lead to remote code execution on connected nodes via system.run or unauthorized gateway-admin access.

Critical Impact

Attackers with limited operator.pairing scope can escalate privileges to operator.admin, enabling remote code execution on connected nodes and unauthorized administrative access to gateways.

Affected Products

  • OpenClaw versions prior to 2026.3.11
  • OpenClaw Node.js implementations

Discovery Timeline

  • 2026-03-29 - CVE CVE-2026-32922 published to NVD
  • 2026-03-31 - Last updated in NVD database

Technical Details for CVE-2026-32922

Vulnerability Analysis

This vulnerability stems from improper privilege management (CWE-266) in the token rotation mechanism. The device.token.rotate function is designed to refresh authentication tokens for paired devices. However, the implementation fails to validate that newly requested scopes are a subset of the caller's existing scope set.

When an authenticated user with operator.pairing scope calls the token rotation endpoint, they can specify arbitrary scopes in the request. The function does not perform scope boundary checks, allowing the minting of tokens with elevated privileges such as operator.admin. This design flaw creates a direct path from limited pairing privileges to full administrative control.

The vulnerability is network-accessible and requires only low privileges to exploit, making it particularly dangerous in environments where OpenClaw manages device authentication across distributed nodes.

Root Cause

The root cause is the absence of scope validation logic in the device.token.rotate function. The token minting process accepts scope parameters from the request without verifying that they fall within the boundaries of the caller's current authorization. Proper implementation would require intersection checks between requested scopes and the caller's existing scope set before minting new tokens.

Attack Vector

Exploitation requires an attacker to possess a valid token with operator.pairing scope. The attacker then makes a request to the device.token.rotate endpoint, specifying elevated scopes such as operator.admin in the token request. Since no validation occurs, the system mints a new token with the requested elevated privileges.

With operator.admin access, the attacker can invoke system.run to execute arbitrary commands on connected nodes, effectively achieving remote code execution. Alternatively, the attacker can leverage gateway-admin privileges to manipulate routing, intercept traffic, or pivot to other systems in the network.

The attack can be performed remotely over the network and does not require user interaction. For technical implementation details, refer to the GitHub Security Advisory and VulnCheck Advisory.

Detection Methods for CVE-2026-32922

Indicators of Compromise

  • Tokens issued with operator.admin scope to principals that previously only held operator.pairing scope
  • Unusual calls to system.run from device tokens that should have limited privileges
  • Token rotation requests containing scope parameters exceeding the caller's authorization
  • Unexpected administrative actions performed by paired device identities

Detection Strategies

  • Monitor token rotation logs for scope escalation patterns where output token scopes exceed input token scopes
  • Implement alerting on any system.run invocations from device tokens
  • Audit access control logs for gateway-admin operations performed by non-administrative principals
  • Deploy behavioral analysis to identify tokens performing actions outside their expected privilege boundaries

Monitoring Recommendations

  • Enable detailed logging for all device.token.rotate endpoint calls, capturing both input and output scopes
  • Configure SIEM rules to correlate token issuance events with subsequent privileged operations
  • Establish baseline behavior for paired devices and alert on deviations
  • Review token scope distributions periodically to identify anomalous privilege accumulation

How to Mitigate CVE-2026-32922

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.11 or later immediately
  • Audit existing tokens for scope violations and revoke any tokens with improperly elevated privileges
  • Review logs for evidence of exploitation prior to patching
  • Implement network segmentation to limit exposure of OpenClaw endpoints

Patch Information

The vulnerability is resolved in OpenClaw version 2026.3.11. The patch introduces proper scope boundary validation in the device.token.rotate function, ensuring that newly minted tokens cannot contain scopes that exceed the caller's current authorization. Organizations should apply this update immediately and verify the patch deployment across all OpenClaw instances.

For detailed patch information, consult the GitHub Security Advisory.

Workarounds

  • Restrict network access to the device.token.rotate endpoint using firewall rules or API gateway policies
  • Implement additional authorization middleware that validates scope boundaries before requests reach OpenClaw
  • Disable the token rotation feature temporarily if not operationally critical
  • Deploy Web Application Firewall rules to block token rotation requests containing scope parameters
bash
# Example: Restrict access to device.token.rotate endpoint via nginx
location /api/device/token/rotate {
    # Limit to internal networks only until patched
    allow 10.0.0.0/8;
    allow 172.16.0.0/12;
    allow 192.168.0.0/16;
    deny all;
}

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechOpenclaw

  • SeverityCRITICAL

  • CVSS Score9.4

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/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
  • AvailabilityHigh
  • CWE References
  • CWE-266
  • Technical References
  • VulnCheck Privilege Escalation Advisory
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33577: Openclaw Privilege Escalation Vulnerability

  • CVE-2026-33579: Openclaw Privilege Escalation Vulnerability

  • CVE-2026-32915: Openclaw Privilege Escalation Vulnerability

  • CVE-2026-32987: Openclaw Privilege Escalation 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