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
    • 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-28446

CVE-2026-28446: OpenClaw Authentication Bypass Vulnerability

CVE-2026-28446 is an authentication bypass flaw in OpenClaw voice-call extension that allows attackers to circumvent inbound access controls using empty or suffix-matched caller IDs. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28446 Overview

OpenClaw versions prior to 2026.2.1 with the voice-call extension installed and enabled contain an authentication bypass vulnerability in inbound allowlist policy validation that accepts empty caller IDs and uses suffix-based matching instead of strict equality. Remote attackers can bypass inbound access controls by placing calls with missing caller IDs or numbers ending with allowlisted digits to reach the voice-call agent and execute tools.

Critical Impact

This authentication bypass vulnerability allows remote attackers to completely circumvent inbound access controls, potentially gaining unauthorized access to the voice-call agent functionality and executing privileged tools without proper authorization.

Affected Products

  • OpenClaw versions prior to 2026.2.1 with voice-call extension enabled
  • OpenClaw installations using inbound allowlist or pairing policies
  • OpenClaw deployments with Telnyx or Twilio voice integration

Discovery Timeline

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

Technical Details for CVE-2026-28446

Vulnerability Analysis

The vulnerability stems from improper authentication validation in the voice-call extension's inbound allowlist functionality. The flawed implementation exhibits two critical weaknesses: first, it accepts empty or missing caller IDs as valid, effectively allowing any call with a spoofed or absent caller identification to pass through the allowlist check. Second, the matching logic uses suffix-based comparison rather than strict equality, meaning an attacker's phone number only needs to end with the same digits as an allowlisted number to be granted access.

This combination of flaws (CWE-303: Incorrect Implementation of Authentication Algorithm) creates a significant attack surface where the authentication mechanism fails to properly validate the identity of inbound callers. The network-accessible nature of voice systems means this vulnerability can be exploited remotely without any prior authentication or user interaction.

Root Cause

The root cause lies in the isAllowlistedCaller function's implementation, which failed to enforce strict phone number matching and did not properly handle edge cases where caller ID information was missing or empty. The original code did not normalize phone numbers before comparison and used suffix-based matching instead of exact equality checks. Additionally, the configuration validation did not require the Telnyx public key when using allowlist or pairing inbound policies, reducing the overall security posture of the authentication mechanism.

Attack Vector

An attacker can exploit this vulnerability through network-based voice calls targeting the OpenClaw voice-call extension. The attack requires no authentication, privileges, or user interaction. By initiating an inbound call with either:

  1. An empty or missing caller ID, which the vulnerable code incorrectly accepts as valid
  2. A phone number that ends with the same digits as any allowlisted number (e.g., if +15551234567 is allowlisted, calling from any number ending in 1234567 would match)

Once the attacker bypasses the allowlist validation, they gain access to the voice-call agent and can execute tools that should be restricted to authorized callers only.

typescript
// Security patch demonstrating the fix in extensions/voice-call/src/allowlist.ts
+export function normalizePhoneNumber(input?: string): string {
+  if (!input) {
+    return "";
+  }
+  return input.replace(/\D/g, "");
+}
+
+export function isAllowlistedCaller(
+  normalizedFrom: string,
+  allowFrom: string[] | undefined,
+): boolean {
+  if (!normalizedFrom) {
+    return false;
+  }
+  return (allowFrom ?? []).some((num) => {
+    const normalizedAllow = normalizePhoneNumber(num);
+    return normalizedAllow !== "" && normalizedAllow === normalizedFrom;
+  });
+}

Source: GitHub Commit

Detection Methods for CVE-2026-28446

Indicators of Compromise

  • Inbound voice calls with missing or empty caller ID fields in call logs
  • Multiple calls from different numbers sharing common digit suffixes with allowlisted numbers
  • Unauthorized execution of voice-call agent tools from unrecognized caller sources
  • Anomalous patterns of inbound calls attempting to access restricted functionality

Detection Strategies

  • Monitor voice-call extension logs for calls processed without valid caller ID information
  • Implement alerting for calls that pass allowlist validation from numbers not explicitly configured
  • Review call detail records (CDRs) for patterns indicating suffix-matching exploitation attempts
  • Deploy SentinelOne Singularity to monitor for anomalous process behavior following voice-call agent tool execution

Monitoring Recommendations

  • Enable verbose logging on the voice-call extension to capture all inbound call metadata
  • Configure alerts for failed authentication attempts followed by successful access from similar number patterns
  • Implement network traffic analysis on voice gateway connections to detect caller ID manipulation
  • Establish baseline metrics for normal inbound call patterns to identify statistical anomalies

How to Mitigate CVE-2026-28446

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.1 or later immediately
  • If immediate upgrade is not possible, disable the voice-call extension until patching is complete
  • Review call logs for any evidence of exploitation prior to patching
  • Ensure Telnyx public key is configured when using allowlist or pairing inbound policies

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.1. The fix implements proper phone number normalization and enforces strict equality matching instead of suffix-based comparison. Additionally, the configuration validation now requires the Telnyx public key when using allowlist or pairing inbound policies. The security patch is available in commit f8dfd034f5d9235c5485f492a9e4ccc114e97fdb.

For detailed patch information, refer to:

  • GitHub Commit Note
  • GitHub Security Advisory
  • VulnCheck Advisory

Workarounds

  • Disable the voice-call extension entirely if not required for operations
  • Switch inbound policy to a more restrictive mode that does not rely solely on caller ID validation
  • Implement network-level restrictions to limit inbound voice traffic to known, trusted sources
  • Configure additional authentication layers at the voice gateway level before calls reach OpenClaw
bash
# Configuration example - Disable voice-call extension temporarily
# In openclaw configuration file (config.yaml or environment)
OPENCLAW_VOICE_CALL_ENABLED=false

# Or in config.yaml:
# plugins:
#   entries:
#     voice-call:
#       enabled: false

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: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-303
  • Technical References
  • GitHub Commit Note

  • GitHub Security Advisory

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