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

CVE-2026-35643: Openclaw Openclaw RCE Vulnerability

CVE-2026-35643 is a remote code execution vulnerability in Openclaw Openclaw that enables attackers to inject malicious code through unvalidated WebView JavascriptInterface. This article covers technical details, impact, and mitigation.

Published: April 17, 2026

CVE-2026-35643 Overview

CVE-2026-35643 is a critical unvalidated WebView JavascriptInterface vulnerability affecting OpenClaw versions prior to 2026.3.22. This flaw allows attackers to inject arbitrary instructions through untrusted web pages that invoke the canvas bridge, enabling malicious code execution within the Android application context. The vulnerability represents a significant Mobile App security risk, as it enables remote exploitation through user interaction with compromised web content.

Critical Impact

Remote attackers can execute arbitrary code within the Android application context by exploiting the unvalidated WebView JavascriptInterface, potentially leading to full application compromise and data theft.

Affected Products

  • OpenClaw versions prior to 2026.3.22
  • OpenClaw Node.js package (all vulnerable versions)
  • OpenClaw Android application components using WebView

Discovery Timeline

  • 2026-04-10 - CVE-2026-35643 published to NVD
  • 2026-04-13 - Last updated in NVD database

Technical Details for CVE-2026-35643

Vulnerability Analysis

This vulnerability (classified under CWE-940: Improper Verification of Source of a Communication Channel) stems from improper validation in the WebView JavascriptInterface implementation. When a WebView loads untrusted content, the exposed JavascriptInterface methods can be invoked by malicious JavaScript without proper origin verification. This allows attackers to call sensitive bridge functions that were intended only for trusted content.

The canvas bridge component is particularly dangerous as it provides a pathway for executing operations within the application's security context. Successful exploitation requires user interaction—specifically, the victim must navigate to or be directed to a malicious webpage that contains the exploit code. Once triggered, the attacker gains the ability to execute arbitrary instructions with the same privileges as the host application.

Root Cause

The root cause is the absence of proper source verification for communications received through the WebView JavascriptInterface. OpenClaw failed to validate that incoming JavaScript calls to the canvas bridge originated from trusted sources, allowing any webpage loaded in the WebView to invoke sensitive methods. This design flaw violates the principle of least privilege and enables untrusted content to interact with privileged application components.

Attack Vector

The attack is network-based and requires user interaction. An attacker crafts a malicious webpage containing JavaScript that targets the exposed canvas bridge interface. When a victim loads this page within the OpenClaw application's WebView component, the malicious script invokes the unvalidated JavascriptInterface methods. These calls are processed as legitimate commands, allowing the attacker to execute arbitrary instructions within the application's context. The attack can be delivered through various vectors including phishing links, compromised websites, or malicious advertisements.

The vulnerability mechanism involves exploiting the exposed canvas bridge in the WebView JavascriptInterface. Malicious JavaScript on an untrusted page can invoke methods on the exposed interface object, bypassing intended security boundaries. For detailed technical information, refer to the GitHub Security Advisory and the VulnCheck Security Advisory.

Detection Methods for CVE-2026-35643

Indicators of Compromise

  • Unexpected JavaScript execution patterns within the application's WebView logs
  • Network traffic to suspicious or unknown domains during WebView sessions
  • Anomalous invocations of canvas bridge methods from untrusted origins
  • Application crashes or unexpected behavior following web navigation events

Detection Strategies

  • Monitor WebView JavaScript bridge calls for suspicious method invocations from external origins
  • Implement application-level logging to capture all JavascriptInterface method calls with source URLs
  • Deploy mobile application security tools capable of detecting WebView exploitation attempts
  • Review network traffic for indicators of malicious content delivery to WebView components

Monitoring Recommendations

  • Enable verbose logging for WebView components during security testing and incident response
  • Implement real-time alerting for unusual patterns in JavascriptInterface activity
  • Conduct regular security audits of WebView configurations and exposed interfaces
  • Monitor for attempted exploitation using behavioral analysis tools

How to Mitigate CVE-2026-35643

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.3.22 or later immediately
  • If immediate upgrade is not possible, disable WebView components that expose JavascriptInterface methods
  • Review and restrict which URLs can be loaded within the application's WebView
  • Implement Content Security Policy restrictions where applicable

Patch Information

OpenClaw has released security patches addressing this vulnerability. The fixes are available in the following commits:

  • Security patch commit 630f1479c44f78484dfa21bb407cbe6f171dac87
  • Security patch commit 8b02ef133275be96d8aac2283100016c8a7f32e5

For complete security advisory details, see the GitHub Security Advisory GHSA-cxmw-p77q-wchg.

Workarounds

  • Restrict WebView to load only trusted, whitelisted URLs
  • Remove or disable the JavascriptInterface annotation on vulnerable bridge methods
  • Implement origin validation checks before processing any JavascriptInterface calls
  • Consider using alternative components that do not expose JavaScript bridges to untrusted content
bash
# Verify OpenClaw version is patched
openclaw --version
# Expected output: 2026.3.22 or later

# Review application configuration for WebView restrictions
cat config/webview-settings.json | grep -E "(allowedOrigins|javascriptEnabled)"

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-940
  • Technical References
  • VulnCheck Security Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-35641: Openclaw RCE Vulnerability

  • CVE-2026-35650: Openclaw RCE Vulnerability

  • CVE-2026-32917: Openclaw Remote Command Injection Flaw

  • CVE-2026-32920: Openclaw RCE 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