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

CVE-2026-22170: Openclaw Auth Bypass Vulnerability

CVE-2026-22170 is an authentication bypass vulnerability in Openclaw's BlueBubbles plugin that allows attackers to circumvent access controls. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-22170 Overview

OpenClaw versions prior to 2026.2.22 with the optional BlueBubbles plugin contain an access control bypass vulnerability (CWE-863: Incorrect Authorization). When the allowFrom configuration is left empty, the dmPolicy pairing and allowlist restrictions become ineffective. Remote attackers can exploit this misconfigured allowlist validation logic to bypass intended sender authorization checks and send unauthorized direct messages to BlueBubbles accounts.

Critical Impact

Remote attackers can bypass access control restrictions to send unauthorized direct messages to BlueBubbles accounts when the allowFrom configuration is empty, potentially enabling spam, phishing, or harassment campaigns.

Affected Products

  • OpenClaw versions prior to 2026.2.22 (Node.js platform)
  • OpenClaw installations with the optional BlueBubbles plugin enabled
  • Configurations with empty allowFrom allowlist settings

Discovery Timeline

  • 2026-03-18 - CVE-2026-22170 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-22170

Vulnerability Analysis

This vulnerability represents an authorization bypass flaw in the OpenClaw BlueBubbles plugin's sender validation mechanism. The core issue lies in how the application handles an empty allowFrom configuration array. When administrators fail to specify explicit allowed senders or intentionally leave the allowlist empty (expecting a "deny all" default behavior), the validation logic fails to enforce any restrictions whatsoever.

The impact allows unauthenticated remote attackers to send direct messages to any BlueBubbles account integrated with the vulnerable OpenClaw instance. This bypasses the intended security controls designed to restrict message senders to trusted parties only. The vulnerability affects both direct message (DM) and group access policy checks, making the dmPolicy pairing feature ineffective.

Root Cause

The root cause stems from an implicit assumption in the allow-from.ts validation function. When processing an empty allowFrom array, the original code returned false without properly distinguishing between "no configuration provided" (which should fail closed) and "empty configuration" states. This ambiguous behavior meant that empty allowlists were effectively treated as open access, rather than enforcing a secure-by-default deny policy.

The security patches introduce explicit handling for empty allowlist scenarios, implementing a "fail closed" approach where empty configurations now properly deny all requests unless explicitly configured otherwise through the emptyAllowFrom parameter.

Attack Vector

This vulnerability is exploitable over the network without authentication or user interaction. An attacker can craft and send direct messages to BlueBubbles accounts by targeting OpenClaw installations where:

  1. The BlueBubbles plugin is enabled
  2. The allowFrom configuration is empty or unset
  3. The dmPolicy pairing feature is expected to restrict sender access

The attack requires the attacker to know or discover the target BlueBubbles account identifiers, but no special privileges or credentials are needed to exploit the vulnerability.

typescript
// Security patch in src/plugin-sdk/allow-from.ts
// Source: https://github.com/openclaw/openclaw/commit/2ba6de7eaad812e5e8603018e14e54e96bdd57dd

   chatId?: number | null;
   chatGuid?: string | null;
   chatIdentifier?: string | null;
+  emptyAllowFrom?: "deny" | "allow";
   normalizeSender: (sender: string) => string;
   parseAllowTarget: (entry: string) => TParsed;
 }): boolean {
   const allowFrom = params.allowFrom.map((entry) => String(entry).trim());
   if (allowFrom.length === 0) {
-    return false;
+    // Fail closed by default. Callers can opt into legacy "empty = allow all"
+    // behavior explicitly when a surface intentionally treats an empty list as open.
+    return params.emptyAllowFrom === "allow";
   }
   if (allowFrom.includes("*")) {
     return true;

The subsequent commit simplified this further by removing the optional legacy mode entirely:

typescript
// Final security patch in src/plugin-sdk/allow-from.ts
// Source: https://github.com/openclaw/openclaw/commit/51c0893673de8e5cea64e64351dbfa4680ba0dec

   chatId?: number | null;
   chatGuid?: string | null;
   chatIdentifier?: string | null;
-  emptyAllowFrom?: "deny" | "allow";
   normalizeSender: (sender: string) => string;
   parseAllowTarget: (entry: string) => TParsed;
 }): boolean {
   const allowFrom = params.allowFrom.map((entry) => String(entry).trim());
   if (allowFrom.length === 0) {
-    // Fail closed by default. Callers can opt into legacy "empty = allow all"
-    // behavior explicitly when a surface intentionally treats an empty list as open.
-    return params.emptyAllowFrom === "allow";
+    return false;
   }
   if (allowFrom.includes("*")) {
     return true;

Detection Methods for CVE-2026-22170

Indicators of Compromise

  • Unexpected direct messages appearing in BlueBubbles accounts from unrecognized senders
  • Increased volume of incoming DM requests from external or unauthorized sources
  • Log entries showing message deliveries bypassing dmPolicy pairing restrictions
  • Configuration files containing empty allowFrom arrays in BlueBubbles plugin settings

Detection Strategies

  • Audit OpenClaw configuration files to identify empty or missing allowFrom settings in BlueBubbles plugin configurations
  • Review application logs for message routing events that lack corresponding allowlist validation entries
  • Implement monitoring for anomalous direct message patterns or sources not matching expected sender lists
  • Deploy SentinelOne Singularity Platform to detect unauthorized access patterns and suspicious network activity targeting messaging services

Monitoring Recommendations

  • Enable verbose logging for the BlueBubbles plugin to capture all sender validation decisions
  • Configure alerts for direct message deliveries when the dmPolicy pairing feature should be restricting access
  • Monitor for configuration drift that may result in empty allowlist configurations
  • Track the number of blocked versus allowed messages to establish baseline patterns

How to Mitigate CVE-2026-22170

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.22 or later immediately
  • Review current BlueBubbles plugin configurations for empty allowFrom arrays
  • Explicitly configure the allowFrom setting with authorized sender identifiers
  • Temporarily disable the BlueBubbles plugin if upgrade cannot be performed immediately

Patch Information

The OpenClaw maintainers have addressed this vulnerability through multiple commits that implement a "fail closed" security model for empty allowlist configurations. The fix introduces proper handling in the allow-from.ts module and adds shared DM/group access policy checks via the new dm-policy-shared.ts module.

Patched Version:2026.2.22 and later

Relevant Patches:

  • GitHub Commit - Make empty allowlist behavior explicit
  • GitHub Commit - Share DM/group access policy checks
  • GitHub Commit - Final fix removing unused mode
  • GitHub Security Advisory GHSA-jwf4-8wf4-jf2m

Workarounds

  • Configure explicit entries in the allowFrom array rather than leaving it empty
  • Use wildcard (*) only when intentionally allowing all senders (not recommended for production)
  • Implement network-level access controls to restrict which sources can communicate with the OpenClaw instance
  • Consider disabling the BlueBubbles plugin until the patch can be applied
bash
# Configuration example - Explicitly configure allowFrom in OpenClaw config
# Ensure allowFrom is never empty - add specific allowed senders
# Example configuration snippet for BlueBubbles plugin:

# In your OpenClaw configuration file (config.yaml or similar):
bluebubbles:
  enabled: true
  allowFrom:
    - "+1234567890"           # Add specific phone numbers
    - "trusted-user@example.com"  # Or email identifiers
  # Do NOT leave allowFrom empty or undefined
  # groupAllowFrom: []  # Also configure group allowlists explicitly

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.04%

  • 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-863
  • Technical References
  • VulnCheck Advisory on Bypass
  • Vendor Resources
  • GitHub Commit Change

  • GitHub Commit Update

  • GitHub Commit Fix

  • GitHub Commit Improvement

  • 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