A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-44110

CVE-2026-44110: OpenClaw Authorization Bypass Vulnerability

CVE-2026-44110 is an authorization bypass flaw in OpenClaw before 2026.4.15 that allows DM-paired attackers to execute room control commands without proper authorization. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: May 7, 2026

CVE-2026-44110 Overview

CVE-2026-44110 is an authorization bypass vulnerability in OpenClaw versions before 2026.4.15. The flaw resides in the Matrix room control-command authorization logic, which incorrectly trusts entries from the direct message (DM) pairing store. Attackers holding a DM-paired sender ID can issue privileged room control commands by posting in bot rooms, bypassing the configured allowlist entirely. This weakness maps to CWE-863: Incorrect Authorization. Successful exploitation can grant unauthorized control over OpenClaw bot behavior in shared Matrix rooms.

Critical Impact

Authenticated Matrix users with DM-pairing entries can execute privileged room control commands without being listed in the configured allowlist, leading to unauthorized OpenClaw operations.

Affected Products

  • OpenClaw versions prior to 2026.4.15
  • OpenClaw Matrix extension (extensions/matrix) monitor handler
  • Deployments using DM pairing-store authorization for room commands

Discovery Timeline

  • 2026-05-06 - CVE-2026-44110 published to NVD
  • 2026-05-06 - Last updated in NVD database

Technical Details for CVE-2026-44110

Vulnerability Analysis

OpenClaw integrates with Matrix to expose room control commands gated by an allowlist (allowFrom, roomConfig.users, group allowlists). The authorization path in extensions/matrix/src/matrix/monitor/handler.ts reads the DM pairing store and merges those entries into the effective allowlist used to evaluate room commands. Because the pairing store reflects past direct-message interactions rather than explicit room-command grants, any user who has previously DM-paired with the bot is treated as authorized. An attacker only needs a valid DM-paired sender ID, then posts the control command inside a bot-monitored room. The authorization check resolves to allowed, and OpenClaw executes the privileged operation.

Root Cause

The root cause is a conflation of two distinct trust boundaries. DM pairing-store entries authorize bot-to-user direct messaging, while room control commands require membership in an explicit allowlist. Reading the pairing store unconditionally (storeAllowFrom = await readStoreAllowFrom()) caused the room authorization path to honor a credential intended for a different scope. This is a classic broken access control pattern under [CWE-863].

Attack Vector

Exploitation requires network access to the Matrix homeserver, low-privilege authenticated access as a DM-paired user, and active participation in a room monitored by the OpenClaw bot. The attacker sends a control command message to the room. The bot resolves the sender against the merged allowlist, finds a pairing-store match, and executes the command without verifying explicit room authorization.

typescript
// Patch: skip pairing-store reads for room auth
// extensions/matrix/src/matrix/monitor/handler.ts
           senderNamePromise ??= getMemberDisplayName(roomId, senderId).catch(() => senderId);
           return await senderNamePromise;
         };
-        const storeAllowFrom = await readStoreAllowFrom();
+        const storeAllowFrom = isDirectMessage ? await readStoreAllowFrom() : [];
         const roomUsers = roomConfig?.users ?? [];
         const accessState = resolveMatrixMonitorAccessState({
           allowFrom,

Source: OpenClaw commit 2bfd808a

Detection Methods for CVE-2026-44110

Indicators of Compromise

  • Matrix room events containing OpenClaw control commands from sender IDs not present in the configured allowFrom or roomConfig.users lists.
  • Bot audit logs showing successful command execution where the authorization decision references a pairing-store match rather than an allowlist match.
  • Unexpected privileged OpenClaw actions originating from rooms containing externally invited DM-paired users.

Detection Strategies

  • Review OpenClaw monitor logs for command executions where directAllowMatch.matchSource points to pairing-store derived entries before the patch was applied.
  • Cross-reference command-issuing sender IDs against the static allowFrom configuration; flag any mismatch.
  • Hunt for room control commands posted in bot rooms by accounts that have only ever interacted via direct message historically.

Monitoring Recommendations

  • Enable verbose authorization logging in the OpenClaw Matrix extension to capture the resolved MatrixMonitorAccessState for each command.
  • Forward Matrix client-server API logs and OpenClaw bot logs to a centralized analytics platform for correlation.
  • Alert on first-time command issuance per sender ID per room to surface lateral abuse of DM-paired identities.

How to Mitigate CVE-2026-44110

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.15 or later, which includes the fix that scopes pairing-store reads to direct messages only.
  • Audit existing DM pairing-store entries and remove any that correspond to untrusted or external users.
  • Review the allowFrom, roomConfig.users, and group allowlists to ensure room command authorization is explicit and minimal.

Patch Information

The vulnerability is fixed by two commits in the OpenClaw repository. Commit 2bfd808a ensures pairing-store entries are only consulted when the message originates from a direct message context. Commit f8705f51 introduces a dedicated MatrixMonitorAllowListMatch type that prevents pairing-store entries from authorizing room control commands. Full details are in the GHSA-2gvc-4f3c-2855 advisory and the VulnCheck advisory.

Workarounds

  • Restrict OpenClaw bot rooms to invite-only and remove untrusted members until the patch is deployed.
  • Disable room control command handling in the Matrix extension configuration if the feature is not required.
  • Clear or rotate the DM pairing store to invalidate any pairings established by suspect accounts.
bash
# Upgrade OpenClaw to the patched release
git fetch --tags
git checkout v2026.4.15
npm install
npm run build
# Restart the OpenClaw service after deployment
systemctl restart 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

  • SeverityHIGH

  • CVSS Score7.7

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

  • GitHub Commit Update

  • GitHub Security Advisory

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2026-8305: Openclaw Authentication Bypass Vulnerability

  • CVE-2026-45006: Openclaw Auth Bypass Vulnerability

  • CVE-2026-45005: Openclaw Auth Bypass Vulnerability

  • CVE-2026-45002: Openclaw Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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