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

CVE-2026-28467: OpenClaw SSRF Vulnerability

CVE-2026-28467 is a server-side request forgery flaw in OpenClaw versions prior to 2026.2.2 that enables attackers to fetch arbitrary URLs and access internal resources. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28467 Overview

OpenClaw versions prior to 2026.2.2 contain a Server-Side Request Forgery (SSRF) vulnerability in the attachment and media URL hydration functionality. This flaw allows remote attackers to fetch arbitrary HTTP(S) URLs by influencing media URLs through model-controlled sendAttachment or auto-reply mechanisms. Successful exploitation enables SSRF attacks against internal resources, with the ability to exfiltrate fetched response bytes as outbound attachments.

Critical Impact

Attackers can leverage this SSRF vulnerability to probe internal network resources, access cloud metadata endpoints, and exfiltrate sensitive internal data through the application's attachment handling mechanism.

Affected Products

  • OpenClaw versions prior to 2026.2.2

Discovery Timeline

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

Technical Details for CVE-2026-28467

Vulnerability Analysis

This vulnerability is classified as CWE-918 (Server-Side Request Forgery). The SSRF condition exists in OpenClaw's handling of remote media fetches during attachment and URL hydration processes. The application failed to properly validate and restrict URLs before making server-side HTTP requests, allowing attackers to force the server to make requests to arbitrary internal or external destinations.

The attack surface is network-accessible and requires no authentication or user interaction. Attackers who can influence media URLs—whether through model-controlled sendAttachment functionality or auto-reply mechanisms—can trigger the vulnerable code path. The fetched response data is then returned as an outbound attachment, creating a data exfiltration channel.

Root Cause

The root cause stems from missing SSRF protection guards in the remote media fetch functionality. The vulnerable code paths in src/agents/tools/web-fetch.ts and src/agents/skills-install.ts processed URL requests without validating them against SSRF policies. This allowed requests to internal IP ranges, localhost, cloud metadata endpoints (such as 169.254.169.254), and other restricted destinations.

Attack Vector

The attack is network-based and exploits the media URL hydration process. An attacker crafts a malicious URL pointing to an internal resource and injects it into a context where the application will attempt to fetch and hydrate the media. The server-side fetch request bypasses client-side restrictions, allowing access to resources that would otherwise be unreachable from the attacker's position.

Attack scenarios include:

  • Accessing cloud provider metadata endpoints to retrieve IAM credentials
  • Scanning internal network services and ports
  • Retrieving data from internal APIs and databases
  • Bypassing firewall rules by using the server as a proxy
typescript
// Security patch implementing SSRF guards in fetch operations
// Source: https://github.com/openclaw/openclaw/commit/81c68f582d4a9a20d9cca9f367d2da9edc5a65ae

-import type { Dispatcher } from "undici";
 import { Type } from "@sinclair/typebox";
 import type { OpenClawConfig } from "../../config/config.js";
 import type { AnyAgentTool } from "./common.js";
-import {
-  closeDispatcher,
-  createPinnedDispatcher,
-  resolvePinnedHostname,
-  SsrFBlockedError,
-} from "../../infra/net/ssrf.js";
+import { fetchWithSsrFGuard } from "../../infra/net/fetch-guard.js";
+import { SsrFBlockedError } from "../../infra/net/ssrf.js";
 import { wrapExternalContent, wrapWebContent } from "../../security/external-content.js";
 import { stringEnum } from "../schema/typebox.js";
 import { jsonResult, readNumberParam, readStringParam } from "./common.js";

Source: GitHub Commit 81c68f5

The patch introduces a new fetchWithSsrFGuard wrapper function that validates URLs against an SSRF policy before allowing the fetch operation to proceed:

typescript
// New SSRF guard implementation
// Source: https://github.com/openclaw/openclaw/commit/81c68f582d4a9a20d9cca9f367d2da9edc5a65ae

+import type { Dispatcher } from "undici";
+import {
+  closeDispatcher,
+  createPinnedDispatcher,
+  resolvePinnedHostname,
+  resolvePinnedHostnameWithPolicy,
+  type LookupFn,
+  type SsrFPolicy,
+} from "./ssrf.js";
+
+type FetchLike = (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>;
+
+export type GuardedFetchOptions = {
+  url: string;
+  fetchImpl?: FetchLike;
+  method?: string;
+  headers?: HeadersInit;
+  maxRedirects?: number;
+  timeoutMs?: number;
+  signal?: AbortSignal;
+  policy?: SsrFPolicy;
+  lookupFn?: LookupFn;
+};
+
+export type GuardedFetchResult = {
+  response: Response;
+  finalUrl: string;
+  release: () => Promise<void>;
+};

Source: GitHub Commit 81c68f5

Detection Methods for CVE-2026-28467

Indicators of Compromise

  • Outbound HTTP/HTTPS requests to internal IP ranges (10.x.x.x, 172.16.x.x-172.31.x.x, 192.168.x.x) originating from the OpenClaw application
  • Requests to cloud metadata endpoints such as 169.254.169.254 or metadata.google.internal
  • Unusual attachment traffic containing responses from internal services
  • Application logs showing fetch requests to non-public URLs through the media hydration functionality

Detection Strategies

  • Monitor egress traffic from OpenClaw servers for requests to RFC 1918 private IP addresses and link-local addresses
  • Implement network-level logging to detect HTTP requests to internal services from the application tier
  • Review application logs for SsrFBlockedError exceptions which may indicate attempted exploitation on patched systems
  • Deploy web application firewall rules to detect SSRF patterns in inbound requests

Monitoring Recommendations

  • Enable verbose logging for the src/infra/net/ module to capture all remote fetch operations
  • Set up alerts for outbound connections to metadata service endpoints across all cloud providers
  • Monitor for anomalous data volumes in outbound attachments which may indicate data exfiltration
  • Implement network segmentation monitoring to detect lateral movement attempts via SSRF

How to Mitigate CVE-2026-28467

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.2 or later immediately
  • Review application logs for evidence of past exploitation attempts
  • Audit any data that may have been exfiltrated through attachment mechanisms
  • Restrict outbound network access from OpenClaw servers to only required external endpoints

Patch Information

The vulnerability has been addressed in commits 81c68f5 and 9bd64c8. These patches implement comprehensive SSRF guards using a new fetchWithSsrFGuard function that validates URLs against a configurable SSRF policy before allowing fetch operations. Additional details are available in the GitHub Security Advisory.

Workarounds

  • Deploy network-level controls to block outbound requests to internal IP ranges from OpenClaw application servers
  • Configure egress firewall rules to explicitly allow only required external domains
  • If possible, disable the attachment and media URL hydration features until patching is complete
  • Implement a reverse proxy with URL validation to intercept and filter potentially malicious requests
bash
# Example: Network-level mitigation using iptables to block requests to internal ranges
# Apply to the server running OpenClaw

# Block requests to private IPv4 ranges
iptables -A OUTPUT -d 10.0.0.0/8 -m owner --uid-owner openclaw -j DROP
iptables -A OUTPUT -d 172.16.0.0/12 -m owner --uid-owner openclaw -j DROP
iptables -A OUTPUT -d 192.168.0.0/16 -m owner --uid-owner openclaw -j DROP

# Block cloud metadata endpoints
iptables -A OUTPUT -d 169.254.169.254 -m owner --uid-owner openclaw -j DROP

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 Score6.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:L/SI:L/SA:L/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-918
  • Technical References
  • GitHub Commit Changes

  • GitHub Commit Changes

  • GitHub Security Advisory

  • Vulncheck SSRF Advisory
  • Related CVEs
  • CVE-2026-34504: Openclaw SSRF Vulnerability

  • CVE-2026-32913: Openclaw SSRF Vulnerability

  • CVE-2026-31989: Openclaw SSRF Vulnerability

  • CVE-2026-22181: OpenClaw DNS Pinning SSRF 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
  • 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