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

CVE-2026-32975: Openclaw Auth Bypass Vulnerability

CVE-2026-32975 is an authentication bypass flaw in Openclaw that allows attackers to bypass channel authorization by exploiting weak group name matching. This article covers technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-32975 Overview

CVE-2026-32975 is a weak authorization vulnerability affecting OpenClaw versions prior to 2026.3.12. The vulnerability exists in the Zalouser allowlist mode, which incorrectly matches mutable group display names instead of stable group identifiers. This design flaw enables attackers to create groups with identical names to allowlisted groups, effectively bypassing channel authorization and routing messages from unintended groups to the agent.

Critical Impact

Attackers can bypass authorization controls by creating groups with names matching allowlisted groups, enabling unauthorized message routing and potential data exfiltration through the OpenClaw agent.

Affected Products

  • OpenClaw versions prior to 2026.3.12
  • OpenClaw for Node.js (all affected versions)

Discovery Timeline

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

Technical Details for CVE-2026-32975

Vulnerability Analysis

The vulnerability stems from a fundamental authorization design flaw in OpenClaw's Zalouser allowlist implementation. When the allowlist mode is enabled, the system validates incoming messages by comparing group display names rather than immutable group identifiers. Since group display names are mutable and can be changed by group administrators, this creates an exploitable condition where attackers can impersonate legitimate allowlisted groups.

This weakness is classified under CWE-807 (Reliance on Untrusted Inputs in a Security Decision), as the authorization mechanism places trust in user-controlled data (the group display name) to make security-critical routing decisions.

Root Cause

The root cause of this vulnerability is the improper use of mutable attributes for authorization decisions. The Zalouser allowlist implementation relies on group display names—which can be freely modified by group owners or administrators—instead of stable, immutable group identifiers that uniquely identify each group regardless of name changes. This architectural decision violates the security principle of using canonical, trusted identifiers for access control.

Attack Vector

The attack can be executed remotely over the network without requiring any authentication or user interaction. An attacker can exploit this vulnerability through the following approach:

  1. Reconnaissance: The attacker identifies the target OpenClaw deployment and determines which group names are allowlisted in the Zalouser configuration
  2. Group Creation: The attacker creates a new group with a display name identical to an allowlisted group
  3. Authorization Bypass: Messages sent from the attacker-controlled group are incorrectly authorized by the Zalouser allowlist because the display name matches an allowlisted entry
  4. Message Routing: The attacker's messages are routed to the OpenClaw agent as if they originated from the legitimate allowlisted group

This attack enables unauthorized access to agent functionality, potential data exfiltration, and the ability to inject malicious content into trusted communication channels. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-32975

Indicators of Compromise

  • Unexpected groups appearing in message logs with names matching allowlisted groups but different group identifiers
  • Multiple groups routing messages to the agent with identical display names
  • Anomalous message patterns from groups that were recently created with names matching existing allowlisted entries
  • Agent logs showing authorization grants for group identifiers not present in the original allowlist configuration

Detection Strategies

  • Implement logging that captures both group display names and group identifiers for all authorized messages
  • Create alerts for scenarios where multiple distinct group identifiers share the same display name in authorization logs
  • Monitor for newly created groups that match allowlisted group names
  • Audit agent communication logs for unexpected source group identifiers

Monitoring Recommendations

  • Enable verbose logging in OpenClaw to capture group identifier metadata alongside display names
  • Establish baseline metrics for expected group communication patterns and alert on deviations
  • Deploy network monitoring to detect unusual message routing patterns to OpenClaw agents
  • Review Zalouser allowlist configurations periodically to ensure they reference stable identifiers where possible

How to Mitigate CVE-2026-32975

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.12 or later immediately
  • Review current Zalouser allowlist configurations and document all allowlisted groups by their stable identifiers
  • Audit recent agent communication logs for potential exploitation attempts
  • Consider temporarily disabling the Zalouser allowlist mode until the patch can be applied

Patch Information

The vulnerability is addressed in OpenClaw version 2026.3.12. This release modifies the Zalouser allowlist implementation to match against stable group identifiers rather than mutable display names. Detailed patch information is available in the GitHub Security Advisory and the VulnCheck Advisory.

Workarounds

  • If upgrading is not immediately possible, disable the Zalouser allowlist feature until the patch can be applied
  • Implement additional network-level controls to restrict which sources can communicate with the OpenClaw agent
  • Manually maintain a mapping of allowlisted group names to their stable identifiers and periodically audit for discrepancies
  • Consider implementing application-level message validation that verifies group identifiers against a trusted source
bash
# Upgrade OpenClaw to patched version
npm update openclaw@2026.3.12

# Verify installed version
npm list openclaw

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.9

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/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-807
  • Technical References
  • VulnCheck Advisory on OpenClaw
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-34511: OpenClaw OAuth Auth Bypass Vulnerability

  • CVE-2026-34426: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-32916: Openclaw Auth Bypass Vulnerability

  • CVE-2026-32921: 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