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

CVE-2026-42439: OpenClaw SSRF Policy Bypass Vulnerability

CVE-2026-42439 is a server-side request forgery policy bypass flaw in OpenClaw that allows attackers to exploit the /tabs/action endpoint for unauthorized tab navigation. This article covers technical details, affected versions, and mitigation strategies.

Published: May 7, 2026

CVE-2026-42439 Overview

CVE-2026-42439 is a Server-Side Request Forgery (SSRF) policy bypass vulnerability in OpenClaw versions prior to 2026.4.10. The flaw resides in the browser tabs action select and close routes exposed through the /tabs/action endpoint. Attackers with low-privilege access can bypass configured browser SSRF policy protections to perform unauthorized tab navigation operations. The issue is tracked under [CWE-862] (Missing Authorization) and [CWE-918] (Server-Side Request Forgery).

Critical Impact

Authenticated attackers can circumvent browser SSRF policy controls through the /tabs/action endpoint, enabling unauthorized tab navigation and access to subsequent system resources beyond the configured policy scope.

Affected Products

  • OpenClaw (Node.js package) versions prior to 2026.4.10
  • Deployments using browser tabs action select routes
  • Deployments using browser tabs action close routes

Discovery Timeline

  • 2026-05-05 - CVE-2026-42439 published to NVD
  • 2026-05-07 - Last updated in NVD database

Technical Details for CVE-2026-42439

Vulnerability Analysis

OpenClaw exposes a /tabs/action endpoint that handles browser tab operations including selecting and closing tabs. The endpoint fails to apply the same SSRF policy enforcement used elsewhere in the application. As a result, attackers can issue tab navigation requests that reference destinations the SSRF policy is configured to block.

The vulnerability combines a missing authorization check [CWE-862] with an SSRF primitive [CWE-918]. While direct confidentiality and availability impact on the OpenClaw process itself is limited, the issue produces a high subsequent system impact because the controlled browser tab can interact with internal network resources, metadata services, or other targets shielded from direct external access.

Exploitation requires network reachability to the OpenClaw service and low-privilege authentication. No user interaction is required, and attack complexity is low.

Root Cause

The root cause is incomplete enforcement of the configured browser SSRF policy across all routes that trigger navigation. The select and close action routes under /tabs/action did not invoke the policy check applied to other navigation entry points, leaving a parallel code path that accepted attacker-controlled targets without validation.

Attack Vector

An authenticated attacker sends a crafted request to the /tabs/action endpoint specifying a tab action (select or close) with a destination that the SSRF policy would normally reject. Because the policy gate is missing on these routes, the action is processed and the controlled browser tab navigates to the attacker-supplied target. The vulnerability mechanism is documented in the VulnCheck SSRF Advisory and addressed in the upstream commit.

Detection Methods for CVE-2026-42439

Indicators of Compromise

  • Unexpected HTTP requests to the /tabs/action endpoint from authenticated low-privilege accounts.
  • Browser tab navigation events targeting internal IP ranges, link-local addresses (169.254.169.254), or loopback destinations.
  • Repeated tab select or close actions referencing hosts that should be blocked by the configured SSRF policy.

Detection Strategies

  • Inspect application access logs for POST or GET requests to /tabs/action and correlate target URLs against the SSRF allow list.
  • Alert on tab action requests where the resolved destination falls within RFC1918, loopback, or cloud metadata ranges.
  • Compare requests reaching /tabs/action against the policy decisions logged for other navigation routes to surface bypassed paths.

Monitoring Recommendations

  • Forward OpenClaw application and reverse-proxy logs to a centralized analytics platform for correlation with egress network telemetry.
  • Monitor outbound traffic from the OpenClaw host for connections to internal services that should be unreachable from the application tier.
  • Track the deployed OpenClaw version against 2026.4.10 and flag instances running earlier releases.

How to Mitigate CVE-2026-42439

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.10 or later, which includes the fix from commit 48c0347921b7e9438af0312968fc360ca88023f3.
  • Restrict access to the /tabs/action endpoint to trusted users and networks until the upgrade is applied.
  • Audit existing accounts and revoke unnecessary low-privilege access that could reach the vulnerable routes.

Patch Information

The fix is shipped in OpenClaw 2026.4.10. Vendor details are available in the GitHub Security Advisory GHSA-rj2p-j66c-mgqh and the corresponding code commit. Apply the upgrade through your standard Node.js package management workflow and redeploy affected services.

Workarounds

  • Block or filter requests to /tabs/action at an upstream reverse proxy or web application firewall until patching is complete.
  • Enforce egress network controls that prevent the OpenClaw process from reaching internal-only or metadata endpoints regardless of application-layer policy.
  • Disable the browser tabs action functionality in deployments that do not require it.
bash
# Upgrade OpenClaw to the patched release
npm install openclaw@2026.4.10

# 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
  • TypeSSRF

  • Vendor/TechOpenclaw

  • SeverityMEDIUM

  • CVSS Score4.9

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:L/VA:N/SC:H/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-862

  • CWE-918
  • Technical References
  • VulnCheck SSRF Advisory
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-43573: OpenClaw SSRF Policy Bypass Vulnerability

  • CVE-2026-43527: Openclaw SSRF Vulnerability

  • CVE-2026-43526: Openclaw SSRF Vulnerability

  • CVE-2026-43576: OpenClaw SSRF 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