banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
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-29606

CVE-2026-29606: OpenClaw Auth Bypass Vulnerability

CVE-2026-29606 is an authentication bypass vulnerability in OpenClaw that allows attackers to send forged webhook requests without valid signatures. This article covers the technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-29606 Overview

OpenClaw versions prior to 2026.2.14 contain a webhook signature-verification bypass vulnerability in the voice-call extension. This authentication bypass allows unauthenticated requests when the tunnel.allowNgrokFreeTierLoopbackBypass option is explicitly enabled. An external attacker can send forged requests to the publicly reachable webhook endpoint without a valid X-Twilio-Signature header, resulting in unauthorized webhook event handling and potential request flooding attacks.

Critical Impact

This vulnerability enables attackers to bypass Twilio webhook signature verification, allowing unauthorized access to voice-call functionality and potential request flooding attacks against affected OpenClaw deployments.

Affected Products

  • OpenClaw versions prior to 2026.2.14
  • OpenClaw voice-call extension with tunnel.allowNgrokFreeTierLoopbackBypass enabled
  • Deployments using ngrok free tier tunneling

Discovery Timeline

  • 2026-03-05 - CVE CVE-2026-29606 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-29606

Vulnerability Analysis

This vulnerability is classified under CWE-306 (Missing Authentication for Critical Function). The flaw exists in the voice-call extension's webhook security implementation when ngrok free tier compatibility mode is enabled.

The core issue lies in how the allowNgrokFreeTierLoopbackBypass configuration option was implemented. Originally, this option was intended to provide compatibility with ngrok's free tier by allowing signature verification failures on ngrok-free.app URLs for loopback requests from the ngrok local agent. However, the implementation incorrectly bypassed signature verification entirely for these requests, rather than using an alternative verification method.

When an attacker identifies a publicly accessible webhook endpoint on an affected OpenClaw installation with this option enabled, they can send arbitrary requests without the required X-Twilio-Signature header. This allows forged webhook events to be processed as legitimate Twilio communications.

Root Cause

The root cause is an improper implementation of the ngrok free tier compatibility feature. The allowNgrokFreeTierLoopbackBypass option was designed to handle cases where ngrok's free tier URL structure made standard signature verification challenging. However, instead of implementing proper URL reconstruction for signature verification, the code completely skipped signature validation when this option was enabled for loopback requests.

The vulnerability stems from a misunderstanding of the security requirements—the option should only trust forwarded headers to reconstruct the public ngrok URL for proper signature verification, not bypass the verification process altogether.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker must identify an OpenClaw instance with the voice-call extension deployed and the tunnel.allowNgrokFreeTierLoopbackBypass configuration option enabled.

The attack sequence involves:

  1. Discovering a publicly accessible OpenClaw webhook endpoint
  2. Crafting forged webhook requests mimicking legitimate Twilio events
  3. Sending requests without valid X-Twilio-Signature headers
  4. Achieving unauthorized webhook event handling or request flooding
typescript
// Security patch in extensions/voice-call/src/config.ts
// Source: https://github.com/openclaw/openclaw/commit/ff11d8793b90c52f8d84dae3fbb99307da51b5c9

     ngrokDomain: z.string().min(1).optional(),
     /**
      * Allow ngrok free tier compatibility mode.
-     * When true, signature verification failures on ngrok-free.app URLs
-     * will be allowed only for loopback requests (ngrok local agent).
+     * When true, forwarded headers may be trusted for loopback requests
+     * to reconstruct the public ngrok URL used for signing.
+     *
+     * IMPORTANT: This does NOT bypass signature verification.
      */
     allowNgrokFreeTierLoopbackBypass: z.boolean().default(false),
   })
typescript
// Security patch in extensions/voice-call/src/webhook-security.ts
// Source: https://github.com/openclaw/openclaw/commit/ff11d8793b90c52f8d84dae3fbb99307da51b5c9

   options?: {
     /** Override the public URL (e.g., from config) */
     publicUrl?: string;
-    /** Allow ngrok free tier compatibility mode (loopback only, less secure) */
+    /**
+     * Allow ngrok free tier compatibility mode (loopback only).
+     *
+     * IMPORTANT: This does NOT bypass signature verification.
+     * It only enables trusting forwarded headers on loopback so we can
+     * reconstruct the public ngrok URL that Twilio used for signing.
+     */
     allowNgrokFreeTierLoopbackBypass?: boolean;
     /** Skip verification entirely (only for development) */
     skipVerification?: boolean;

Detection Methods for CVE-2026-29606

Indicators of Compromise

  • Webhook requests arriving without valid X-Twilio-Signature headers being successfully processed
  • Unusual volume of voice-call webhook events from non-Twilio IP addresses
  • Log entries showing webhook events processed without signature validation
  • Anomalous patterns in voice-call extension activity logs

Detection Strategies

  • Monitor webhook endpoint logs for requests missing the X-Twilio-Signature header that are processed successfully
  • Implement network-level monitoring to detect requests to voice-call webhook endpoints from sources outside Twilio's IP ranges
  • Review application logs for signature verification bypass indicators in the voice-call extension
  • Set up alerting for unusual request volumes to webhook endpoints

Monitoring Recommendations

  • Enable verbose logging on the voice-call extension webhook handlers
  • Configure rate limiting alerts on webhook endpoints to detect flooding attempts
  • Implement IP allowlisting for Twilio's published IP ranges where possible
  • Monitor for configuration changes to the allowNgrokFreeTierLoopbackBypass setting

How to Mitigate CVE-2026-29606

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Review configurations for the tunnel.allowNgrokFreeTierLoopbackBypass option and disable if not required
  • Audit logs for any suspicious webhook activity that may indicate prior exploitation
  • Implement IP allowlisting for Twilio webhook sources as an additional defense layer

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.14. The fix ensures that the allowNgrokFreeTierLoopbackBypass option only enables trusting forwarded headers to reconstruct the public ngrok URL for proper signature verification, rather than bypassing signature verification entirely.

For detailed patch information, see the GitHub Commit and GitHub Security Advisory.

Workarounds

  • Disable the tunnel.allowNgrokFreeTierLoopbackBypass configuration option if not strictly required for ngrok free tier usage
  • Implement network-level access controls to restrict webhook endpoint access to Twilio's IP ranges
  • Use a paid ngrok tier that doesn't require this compatibility option
  • Deploy a reverse proxy with signature validation as an additional security layer
bash
# Configuration example - Disable the vulnerable option
# In your OpenClaw configuration file, ensure this setting is false:
# tunnel:
#   allowNgrokFreeTierLoopbackBypass: false

# Alternatively, upgrade to the patched version:
npm update openclaw@2026.2.14
# or
yarn upgrade openclaw@2026.2.14

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

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

  • GitHub Security Advisory

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2026-28480: OpenClaw Auth Bypass Vulnerability

  • CVE-2026-28477: OpenClaw OAuth Bypass Vulnerability

  • CVE-2026-28475: OpenClaw Auth Bypass Vulnerability

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