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

CVE-2026-26317: OpenClaw AI Assistant CSRF Vulnerability

CVE-2026-26317 is a CSRF flaw in OpenClaw personal AI assistant that allows malicious websites to trigger unauthorized state changes via browser requests. This article covers technical details, affected versions, and mitigations.

Published: February 20, 2026

CVE-2026-26317 Overview

OpenClaw is a personal AI assistant that includes a browser control plane accessible via localhost. Prior to version 2026.2.14, browser-facing localhost mutation routes accepted cross-origin browser requests without explicit Origin/Referer validation. This Cross-Site Request Forgery (CSRF) vulnerability allows malicious websites to trigger unauthorized state changes against a victim's local OpenClaw browser control plane, including opening tabs, starting/stopping the browser, and mutating storage/cookies.

Critical Impact

A malicious website can exploit this CSRF vulnerability to perform unauthorized actions on a victim's local OpenClaw instance, potentially leading to data manipulation, browser hijacking, and privacy violations when the browser control service is reachable on loopback.

Affected Products

  • OpenClaw versions prior to 2026.2.14
  • OpenClaw browser control plane running on localhost
  • Systems with browser control auth disabled

Discovery Timeline

  • 2026-02-19 - CVE-2026-26317 published to NVD
  • 2026-02-19 - Last updated in NVD database

Technical Details for CVE-2026-26317

Vulnerability Analysis

This vulnerability is classified as CWE-352 (Cross-Site Request Forgery). The core issue stems from insufficient origin validation in the browser control plane's HTTP endpoint handlers. While OpenClaw binds to the loopback interface to reduce remote network exposure, this binding alone does not prevent browser-initiated requests from malicious origins. Modern browsers will still send requests to localhost from any webpage context, making the loopback binding an ineffective security boundary against CSRF attacks.

The vulnerable code path allowed mutating HTTP methods (POST, PUT, PATCH, DELETE) to be processed without validating the Origin, Referer, or Sec-Fetch-Site headers. An attacker hosting a malicious webpage could craft requests that a victim's browser would send to their local OpenClaw instance, inheriting the victim's local authentication context.

Root Cause

The root cause is the absence of cross-origin request validation middleware on mutation routes in the browser bridge server. The application assumed that localhost binding provided sufficient protection, neglecting the browser-based attack vector where any website can instruct the browser to make requests to loopback addresses.

Attack Vector

The attack requires user interaction - specifically, the victim must visit a malicious website while their OpenClaw browser control service is running on localhost. The attacker's webpage can then issue cross-origin requests to the victim's local OpenClaw endpoints. Since these requests originate from the victim's browser, they reach the loopback-bound service and can trigger state-changing operations such as:

  • Opening new browser tabs with attacker-controlled URLs
  • Starting or stopping the browser instance
  • Mutating local storage and cookies
  • Modifying browser control plane state
typescript
// Security patch in src/browser/csrf.ts - CSRF protection middleware
// Source: https://github.com/openclaw/openclaw/commit/b566b09f81e2b704bf9398d8d97d5f7a90aa94c3

+import type { NextFunction, Request, Response } from "express";
+import { isLoopbackHost } from "../gateway/net.js";
+
+function firstHeader(value: string | string[] | undefined): string {
+  return Array.isArray(value) ? (value[0] ?? "") : (value ?? "");
+}
+
+function isMutatingMethod(method: string): boolean {
+  const m = (method || "").trim().toUpperCase();
+  return m === "POST" || m === "PUT" || m === "PATCH" || m === "DELETE";
+}
+
+function isLoopbackUrl(value: string): boolean {
+  const v = value.trim();
+  if (!v || v === "null") {
+    return false;
+  }
+  try {
+    const parsed = new URL(v);
+    return isLoopbackHost(parsed.hostname);
+  } catch {
+    return false;
+  }
+}
+
+export function shouldRejectBrowserMutation(params: {
+  method: string;
+  origin?: string;
+  referer?: string;
+  secFetchSite?: string;

Source: GitHub Commit Update

Detection Methods for CVE-2026-26317

Indicators of Compromise

  • Unexpected HTTP requests to OpenClaw's localhost endpoints originating from external web pages
  • Browser control plane logs showing mutation requests with non-loopback Origin or Referer headers
  • Anomalous browser tab openings, storage modifications, or browser state changes without user initiation
  • Web server logs containing Sec-Fetch-Site: cross-site headers on mutation endpoints

Detection Strategies

  • Monitor OpenClaw browser control plane logs for requests containing cross-origin indicators such as external Origin headers or Sec-Fetch-Site: cross-site
  • Implement network monitoring to detect unusual patterns of localhost HTTP traffic coinciding with external web browsing activity
  • Review browser history and storage for unexplained modifications that may indicate exploitation
  • Deploy endpoint detection rules to flag unauthorized state changes in OpenClaw processes

Monitoring Recommendations

  • Enable verbose logging on OpenClaw browser control plane endpoints to capture full request headers
  • Configure SentinelOne Singularity XDR to monitor for suspicious localhost network activity patterns
  • Set up alerts for OpenClaw process behavior anomalies, particularly around browser automation actions
  • Implement application-level auditing to track all mutation operations with their origin context

How to Mitigate CVE-2026-26317

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Enable browser control authentication (token/password) if not already configured
  • Avoid running OpenClaw with authentication disabled, especially in environments where web browsing occurs
  • Review OpenClaw logs for any signs of prior exploitation attempts

Patch Information

The security patch is available in OpenClaw version 2026.2.14. The fix introduces the browserMutationGuardMiddleware in src/browser/csrf.ts, which rejects mutating HTTP methods (POST/PUT/PATCH/DELETE) when the request indicates a non-loopback Origin or Referer header, or when Sec-Fetch-Site: cross-site is present.

For detailed patch information, see:

  • GitHub Security Advisory GHSA-3fqr-4cg8-h96q
  • GitHub Release v2026.2.14

Workarounds

  • Enable browser control authentication by configuring token or password-based auth in OpenClaw settings
  • Restrict network access to the browser control plane using host-based firewall rules
  • Consider running OpenClaw browser control in an isolated browser profile or container
  • Temporarily disable the browser control feature if not actively needed until patching is complete
bash
# Configuration example - Enable authentication for OpenClaw browser control
# Add to OpenClaw configuration file or environment variables

# Enable token-based authentication for browser control API
OPENCLAW_BROWSER_AUTH_ENABLED=true
OPENCLAW_BROWSER_AUTH_TOKEN="your-secure-random-token-here"

# Alternatively, use password-based authentication
# OPENCLAW_BROWSER_AUTH_PASSWORD="your-secure-password-here"

# Verify authentication is enabled before starting service
openclaw config --check-auth

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score7.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityLow
  • CWE References
  • CWE-352
  • Technical References
  • GitHub Commit Update

  • GitHub Release v2026.2.14

  • GitHub Security Advisory GHSA-3fqr-4cg8-h96q
  • Related CVEs
  • CVE-2026-40037: OpenClaw SSRF Vulnerability

  • CVE-2026-34511: OpenClaw OAuth Auth Bypass Vulnerability

  • CVE-2026-34426: OpenClaw Auth Bypass Vulnerability

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