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

CVE-2026-44993: Openclaw Auth Bypass Vulnerability

CVE-2026-44993 is an authentication bypass flaw in Openclaw that allows attackers to circumvent dmPolicy enforcement through misclassified Feishu card-action callbacks. This article covers technical details, affected versions, impact, and mitigation.

Published: May 18, 2026

CVE-2026-44993 Overview

CVE-2026-44993 is a message classification vulnerability in OpenClaw versions prior to 2026.4.20. The flaw resides in Feishu card-action callback handling, where the application misclassifies direct messages as group conversations. This misclassification allows attackers to bypass dmPolicy enforcement controls. Restrictive policies intended to block direct message interactions fail to apply when card-action flows are triggered. The weakness is categorized under CWE-184: Incomplete List of Disallowed Inputs.

Critical Impact

Authenticated attackers can bypass direct message policy restrictions in OpenClaw by exploiting card-action callbacks, enabling unauthorized interactions with conversations that should have been blocked.

Affected Products

  • OpenClaw (Node.js package) versions before 2026.4.20
  • Deployments using Feishu integration with dmPolicy enforcement
  • OpenClaw bot instances handling card-action callback flows

Discovery Timeline

  • 2026-05-11 - CVE-2026-44993 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-44993

Vulnerability Analysis

The vulnerability stems from incorrect conversation type classification within OpenClaw's Feishu integration. When the application processes card-action callbacks, it evaluates the source conversation context to determine whether a message originated from a direct message (DM) or group chat. The classification logic incorrectly labels card-action callbacks initiated within DM contexts as group conversations.

This misclassification causes the dmPolicy enforcement layer to skip the restrictions it would normally apply. Administrators relying on dmPolicy to block bot interactions in direct message channels lose that protection when card actions are involved. The result is a policy bypass that allows actions which should have been denied. The advisory describing this issue is published in the VulnCheck Advisory Analysis and the GitHub Security Advisory GHSA-72q8-jcmc-97wx.

Root Cause

The root cause is incomplete input validation [CWE-184] in the message routing logic. The callback handler does not preserve or re-derive the originating conversation type for card-action events. Because card-action payloads follow a different structure than standard message events, the code path defaults to a group-chat classification. The dmPolicy check evaluates this incorrect classification and permits the action.

Attack Vector

An authenticated user in a Feishu environment can trigger the bypass by interacting with a card delivered through a direct message conversation. When the user clicks a card action, the resulting callback is routed by OpenClaw as if it originated from a group conversation. Policies configured to block DM interactions are not enforced for the resulting handler invocation. Network access to the OpenClaw callback endpoint and low-privilege authentication are required. Exploitation does not require user interaction beyond the attacker's own card interaction.

No public proof-of-concept code is available for this vulnerability. Technical specifics of the fix are documented in the GitHub Commit Update.

Detection Methods for CVE-2026-44993

Indicators of Compromise

  • Card-action callbacks in OpenClaw logs where the conversation context indicates a DM but the policy decision recorded group-chat handling.
  • Successful bot interactions in direct message conversations that should have been blocked by a configured dmPolicy.
  • Unexpected command executions or workflow triggers originating from Feishu card interactions outside approved group channels.

Detection Strategies

  • Audit OpenClaw application logs for card-action callback events and correlate the originating chat_type field with the policy decision applied.
  • Compare the OpenClaw deployment version against 2026.4.20 and flag any earlier installations as exposed.
  • Review Feishu audit logs for card interactions in direct message threads involving bot users governed by restrictive policies.

Monitoring Recommendations

  • Enable verbose policy decision logging on OpenClaw to capture the conversation type used during each dmPolicy evaluation.
  • Alert on any card-action callback that results in command execution within a direct message conversation.
  • Track outbound API calls from OpenClaw to Feishu following card-action events to identify policy-violating responses.

How to Mitigate CVE-2026-44993

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.20 or later, which contains the classification fix referenced in commit 90979d7c3ef7ec30b9f8aa6963a5e38d2f17d166.
  • Inventory all OpenClaw deployments integrated with Feishu and verify which instances enforce a dmPolicy.
  • Restrict network access to OpenClaw callback endpoints to trusted Feishu source ranges until patching is complete.

Patch Information

The upstream fix is available in the GitHub Commit Update and is included in OpenClaw release 2026.4.20. The patch corrects the conversation type classification used by Feishu card-action callbacks so that dmPolicy checks evaluate the true source context. Refer to the GitHub Security Advisory GHSA-72q8-jcmc-97wx for full remediation details.

Workarounds

  • Disable Feishu card-action handlers in OpenClaw configuration until the upgrade is applied if dmPolicy enforcement is security-critical.
  • Apply equivalent restrictions at the Feishu administrative layer to prevent bot card delivery in direct message channels.
  • Limit which users can authenticate to OpenClaw to reduce the population capable of triggering the bypass.
bash
# Upgrade OpenClaw to the patched release
npm install openclaw@2026.4.20

# Verify the 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

  • SeverityLOW

  • CVSS Score2.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/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-184
  • Technical References
  • GitHub Security Advisory GHSA-72q8-jcmc-97wx
  • Vendor Resources
  • GitHub Commit Update

  • VulnCheck Advisory Analysis
  • 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