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

CVE-2026-44109: OpenClaw Authentication Bypass Vulnerability

CVE-2026-44109 is an authentication bypass vulnerability in OpenClaw that allows attackers to execute arbitrary commands without authentication. This article covers the technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-44109 Overview

CVE-2026-44109 is an authentication bypass vulnerability in OpenClaw versions before 2026.4.15. The flaw resides in the Feishu webhook and card-action validation logic, where missing encryptKey configuration values and blank callback tokens cause the validator to fail open. Instead of rejecting unauthenticated requests, the code returns true, allowing requests to reach the command dispatch layer. Attackers can bypass signature verification and replay protection to execute arbitrary commands without credentials. The vulnerability is categorized under [CWE-1188] Initialization of a Resource with an Insecure Default.

Critical Impact

Unauthenticated network attackers can reach OpenClaw command dispatch and execute arbitrary commands by exploiting fail-open validation in Feishu webhook handlers.

Affected Products

  • OpenClaw versions prior to 2026.4.15
  • OpenClaw Feishu extension (extensions/feishu)
  • Deployments with missing encryptKey or blank callback token configuration

Discovery Timeline

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

Technical Details for CVE-2026-44109

Vulnerability Analysis

The vulnerability stems from insecure default behavior in two validation routines inside the OpenClaw Feishu extension. The card-action.ts token replay guard and the monitor.transport.ts signature verifier both treat missing or blank security material as a successful validation. When operators deploy OpenClaw without configuring an encryptKey or when the callback token arrives empty, the functions return true, signaling that the request passed authentication checks.

This fail-open pattern allows unauthenticated HTTP requests to traverse the webhook entrypoint and reach the command dispatcher. Because Feishu card actions can trigger automation commands, an attacker who knows or guesses a webhook endpoint can submit crafted requests that execute server-side actions.

Root Cause

The root cause is incorrect handling of unconfigured authentication state. The functions return true for missing material, which the calling code interprets as a valid signature or non-replayed token. Secure design requires the validator to return false and reject the request when secrets are not configured.

Attack Vector

An unauthenticated attacker sends an HTTP request to the OpenClaw Feishu webhook endpoint. The request omits or supplies a blank token and arrives at an instance that lacks an encryptKey. The validators short-circuit to true, the dispatcher accepts the payload, and arbitrary commands execute in the OpenClaw process context.

typescript
// Patch: extensions/feishu/src/card-action.ts
  pruneProcessedCardActionTokens(now);
  const normalizedToken = params.token.trim();
  if (!normalizedToken) {
-    return true;
+    return false;
  }
  const key = `${params.accountId}:${normalizedToken}`;
  const existing = processedCardActionTokens.get(key);

// Patch: extensions/feishu/src/monitor.transport.ts
}): boolean {
  const encryptKey = params.encryptKey?.trim();
  if (!encryptKey) {
-    return true;
+    return false;
  }

  const timestampHeader = params.headers["x-lark-request-timestamp"];

Source: OpenClaw GitHub Commit c8003f1

Detection Methods for CVE-2026-44109

Indicators of Compromise

  • Inbound POST requests to Feishu webhook endpoints with missing or empty x-lark-request-timestamp and signature headers
  • Successful card-action dispatch events lacking corresponding token entries in processedCardActionTokens
  • OpenClaw command executions originating from external IP addresses without prior authenticated session activity
  • Configuration files showing absent or blank encryptKey values in Feishu extension settings

Detection Strategies

  • Inspect web server and reverse proxy logs for requests to OpenClaw Feishu routes containing empty token fields or absent Lark signature headers
  • Correlate webhook receipt events with command dispatch logs to identify executions that bypassed signature verification
  • Audit deployed OpenClaw configurations for environments where encryptKey is unset and flag those instances for accelerated patching

Monitoring Recommendations

  • Forward OpenClaw application logs and reverse proxy access logs to a centralized analytics platform for anomaly review
  • Alert on first-seen source IP addresses invoking Feishu webhook endpoints, especially outside expected Lark egress ranges
  • Monitor for spikes in card-action processing without corresponding inbound user interactions

How to Mitigate CVE-2026-44109

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.15 or later, which contains commit c8003f1b33ed2924be5f62131bd28742c5a41aae
  • Configure a non-empty encryptKey and callback token for every Feishu integration before exposing webhook endpoints
  • Restrict network access to OpenClaw Feishu webhook routes using IP allowlists for Lark or Feishu egress ranges
  • Review command dispatch logs for unauthorized executions during the exposure window

Patch Information

The fix is delivered in OpenClaw 2026.4.15 via the upstream commit that hardens the Feishu webhook replay guards. The patch changes both card-action.ts and monitor.transport.ts to return false when token or encryptKey material is missing, rejecting requests instead of accepting them. See the OpenClaw GitHub Security Advisory GHSA-xh72-v6v9-mwhc and the VulnCheck Authentication Bypass Advisory for additional details.

Workarounds

  • If immediate patching is not possible, place the OpenClaw Feishu endpoint behind a reverse proxy that enforces signature header presence and rejects requests with blank tokens
  • Disable the Feishu extension entirely until the upgrade is applied if the integration is non-critical
  • Validate that encryptKey is populated in all environment configurations and add startup checks that refuse to launch when the value is missing
bash
# Verify Feishu extension configuration before starting OpenClaw
grep -E '^(encryptKey|callbackToken)=' /etc/openclaw/feishu.env \
  | awk -F= '{ if ($2 == "" || $2 == "\"\"") { print "FAIL: " $1 " is empty"; exit 1 } }'

# Pin to the patched release
npm install openclaw@">=2026.4.15"

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

  • SeverityCRITICAL

  • CVSS Score9.2

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/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-1188
  • Technical References
  • GitHub Commit Changes

  • GitHub Security Advisory

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

  • CVE-2026-43572: Openclaw Authorization Bypass Vulnerability

  • CVE-2026-43571: Openclaw Auth Bypass Vulnerability

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