A Leader in the 2025 Gartner® Magic Quadrant™ for Endpoint Protection Platforms. Five years running.A Leader in the Gartner® Magic Quadrant™Read the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-26328

CVE-2026-26328: Openclaw Auth Bypass Vulnerability

CVE-2026-26328 is an authentication bypass flaw in Openclaw that allows unauthorized group access through DM pairing identities. This article covers the technical details, affected versions, and mitigation strategies.

Published: February 27, 2026

CVE-2026-26328 Overview

CVE-2026-26328 is an authorization bypass vulnerability in OpenClaw, a personal AI assistant application built on Node.js. Prior to version 2026.2.14, when the iMessage integration is configured with groupPolicy=allowlist, the group authorization mechanism incorrectly accepts sender identities from the DM (Direct Message) pairing store. This flaw allows trust established in direct message contexts to be improperly extended into group contexts, potentially enabling unauthorized users to interact with group conversations.

Critical Impact

Unauthorized users who have DM trust can bypass group allowlist restrictions, potentially accessing or sending messages in group conversations they should not be authorized to participate in.

Affected Products

  • OpenClaw versions prior to 2026.2.14 on Node.js
  • OpenClaw iMessage integration with groupPolicy=allowlist configuration
  • OpenClaw deployments using DM pairing store functionality

Discovery Timeline

  • 2026-02-20 - CVE-2026-26328 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2026-26328

Vulnerability Analysis

This vulnerability stems from improper access control (CWE-284) in the OpenClaw iMessage monitoring component. The application provides a group policy feature that allows administrators to configure an allowlist of authorized identities that can interact with group conversations. However, the authorization logic contains a flaw where identities stored in the DM pairing store are incorrectly evaluated as valid group participants.

When a message is received in a group context, the application should verify that the sender's identity appears on the configured group allowlist. Instead, the vulnerable code path also accepts identities that have been established through direct message pairings, effectively broadening the scope of DM-level trust into group authorization decisions. This represents a context confusion vulnerability where trust boundaries between DM and group communication modes are not properly enforced.

Root Cause

The root cause lies in the monitor-provider.ts file within the iMessage monitoring subsystem. The authorization function failed to distinguish between DM pairing store identities and group allowlist entries during the identity verification process. The lack of proper type validation and context-aware authorization checks allowed the trust scope to expand beyond its intended boundaries.

Attack Vector

An attacker who has established a DM pairing relationship with the OpenClaw instance can exploit this vulnerability to bypass group allowlist restrictions. The attack requires low privileges (authenticated DM access) and can be performed remotely over the network without user interaction. The primary impact is on integrity, as unauthorized senders can inject messages or commands into group contexts where they should not have access.

typescript
   return { body, id, sender };
 }
 
+function isRecord(value: unknown): value is Record<string, unknown> {
+  return Boolean(value) && typeof value === "object" && !Array.isArray(value);
+}
+
+function isOptionalString(value: unknown): value is string | null | undefined {
+  return value === undefined || value === null || typeof value === "string";
+}
+
+function isOptionalStringOrNumber(value: unknown): value is string | number | null | undefined {
+  return (
+    value === undefined || value === null || typeof value === "string" || typeof value === "number"
+  );
+}
+
+function isOptionalNumber(value: unknown): value is number | null | undefined {
+  return value === undefined || value === null || typeof value === "number";
+}
+
+function isOptionalBoolean(value: unknown): value is boolean | null | undefined {
+  return value === undefined || value === null || typeof value === "boolean";
+}
+
+function isOptionalStringArray(value: unknown): value is string[] | null | undefined {
+  return (
+    value === undefined ||
+    value === null ||
+    (Array.isArray(value) && value.every((entry) => typeof entry === "string"))

Source: GitHub Commit 872079d

Detection Methods for CVE-2026-26328

Indicators of Compromise

  • Unexpected messages or commands appearing in group conversations from identities not on the group allowlist
  • Log entries showing group authorization succeeded for identities that only exist in the DM pairing store
  • Anomalous activity patterns where DM-paired identities interact with group contexts

Detection Strategies

  • Review OpenClaw logs for authorization decisions in group contexts, specifically looking for identities that bypass allowlist verification
  • Audit the DM pairing store and compare against group allowlist configurations to identify potential unauthorized access paths
  • Implement monitoring for group message events that originate from identities not explicitly listed in groupPolicy=allowlist configurations

Monitoring Recommendations

  • Enable verbose logging for the iMessage monitoring component to capture authorization decisions
  • Set up alerts for any group interaction from newly paired DM identities
  • Periodically audit the relationship between DM pairing store entries and group allowlist configurations

How to Mitigate CVE-2026-26328

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Review current groupPolicy=allowlist configurations and verify all allowed identities are intentionally authorized
  • Audit DM pairing store entries and remove any unauthorized or suspicious pairings
  • Monitor group conversation logs for any signs of unauthorized access prior to patching

Patch Information

OpenClaw has released version 2026.2.14 that addresses this vulnerability. The fix introduces proper type validation functions in the monitor-provider.ts file that ensure DM pairing store identities are correctly isolated from group allowlist authorization decisions. The patch is available through the official release channels and can be obtained from the GitHub Release v2026.2.14. Additional details are available in the GitHub Security Advisory GHSA-g34w-4xqq-h79m.

Workarounds

  • Temporarily disable the iMessage integration if immediate patching is not possible
  • Switch from groupPolicy=allowlist to a more restrictive configuration that does not rely on identity-based authorization
  • Implement network-level access controls to limit which systems can send messages to the OpenClaw instance
bash
# Configuration example
# Upgrade OpenClaw to patched version
npm update openclaw@2026.2.14

# Verify the installed version
npm list openclaw

# Review current group policy configuration
grep -r "groupPolicy" /path/to/openclaw/config/

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

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Release v2026.2.14
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-g34w-4xqq-h79m
  • Related CVEs
  • CVE-2026-27484: Openclaw Authentication Bypass Vulnerability

  • CVE-2026-26327: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-26325: OpenClaw AI Auth Bypass Vulnerability

  • CVE-2026-26319: OpenClaw Auth Bypass Vulnerability
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
  • English
  • 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