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

CVE-2026-28451: OpenClaw SSRF Vulnerability

CVE-2026-28451 is a server-side request forgery flaw in OpenClaw's Feishu extension that enables attackers to access internal services. This article covers the technical details, affected versions, and mitigation strategies.

Published: March 6, 2026

CVE-2026-28451 Overview

CVE-2026-28451 is a Server-Side Request Forgery (SSRF) vulnerability affecting OpenClaw versions prior to 2026.2.14. The vulnerability exists in the Feishu extension, specifically in the sendMediaFeishu function and markdown image processing components. Attackers can exploit this flaw to fetch attacker-controlled remote URLs without SSRF protections, potentially accessing internal services and re-uploading responses as Feishu media.

The vulnerability can be triggered through direct manipulation of tool calls or via prompt injection techniques, making it particularly concerning in environments where OpenClaw processes untrusted input.

Critical Impact

Attackers can leverage this SSRF vulnerability to probe internal network services, exfiltrate sensitive data from protected resources, and potentially pivot to other systems within the infrastructure.

Affected Products

  • OpenClaw versions prior to 2026.2.14
  • OpenClaw Feishu extension component

Discovery Timeline

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

Technical Details for CVE-2026-28451

Vulnerability Analysis

This SSRF vulnerability (CWE-918: Server-Side Request Forgery) allows attackers to manipulate OpenClaw into making HTTP requests to arbitrary URLs. The Feishu extension lacks proper URL validation and SSRF protections in two critical areas: the sendMediaFeishu function and the markdown image processing pipeline.

When processing requests, the vulnerable components fetch remote resources without validating that the target URLs are safe or external. This allows attackers to craft malicious requests targeting internal network resources that would otherwise be inaccessible from outside the network perimeter.

The attack surface is expanded by the ability to influence tool calls through prompt injection, a technique where malicious instructions embedded in user-controlled content manipulate the application's behavior.

Root Cause

The root cause of CVE-2026-28451 is insufficient input validation and missing SSRF protections in the Feishu extension's media handling functionality. The sendMediaFeishu function and markdown image processor accept user-controlled URLs without:

  • Validating that URLs resolve to external, non-sensitive addresses
  • Blocking requests to private IP ranges (e.g., 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16)
  • Implementing allowlists for permitted domains
  • Restricting protocols to safe options (e.g., HTTP/HTTPS only)

Attack Vector

An attacker can exploit this vulnerability through the network by providing malicious URLs that target internal services. The attack can be initiated either by directly manipulating tool call parameters or by crafting prompt injection payloads that cause OpenClaw to make requests to attacker-specified endpoints.

The exploitation flow involves submitting a crafted request containing an internal URL (such as http://169.254.169.254/ for cloud metadata services or internal API endpoints). OpenClaw's Feishu extension processes this URL, fetches the content, and re-uploads it as Feishu media, effectively exfiltrating internal data to an attacker-accessible location.

For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory and the VulnCheck Advisory.

Detection Methods for CVE-2026-28451

Indicators of Compromise

  • Outbound HTTP requests from OpenClaw to internal IP ranges (RFC 1918 addresses)
  • Requests to cloud metadata endpoints such as 169.254.169.254
  • Unusual Feishu media uploads containing sensitive internal data
  • Error logs indicating failed connections to internal services

Detection Strategies

  • Monitor network traffic for outbound requests from OpenClaw servers to internal IP ranges or localhost
  • Implement web application firewall (WAF) rules to detect SSRF patterns in incoming requests
  • Review Feishu extension logs for suspicious URL patterns or unexpected media uploads
  • Deploy intrusion detection signatures for common SSRF probe patterns

Monitoring Recommendations

  • Enable verbose logging for the Feishu extension to capture all URL fetch operations
  • Set up alerts for any outbound connections from OpenClaw to non-whitelisted internal addresses
  • Monitor for prompt injection indicators in user inputs processed by OpenClaw
  • Implement egress filtering to detect and block unauthorized internal network access attempts

How to Mitigate CVE-2026-28451

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Review network segmentation to limit OpenClaw's access to internal resources
  • Implement egress filtering to restrict outbound connections from OpenClaw servers
  • Audit recent Feishu media uploads for potential data exfiltration

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.14. The fix is available in commit 5b4121d6011a48c71e747e3c18197f180b872c5d. Organizations should update to this version or later to remediate CVE-2026-28451.

Additional details about the security fix can be found in the GitHub Security Advisory.

Workarounds

  • Disable the Feishu extension if not required until patching is complete
  • Implement network-level SSRF protections using a proxy or firewall that blocks requests to internal IP ranges
  • Deploy a reverse proxy in front of OpenClaw with URL validation rules
  • Restrict OpenClaw's network access using security groups or firewall rules to prevent access to sensitive internal services
bash
# Example: Block outbound requests to internal IP ranges using iptables
# Apply to the server running OpenClaw

# Block RFC 1918 private addresses
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 link-local and metadata endpoints
iptables -A OUTPUT -d 169.254.0.0/16 -m owner --uid-owner openclaw -j DROP
iptables -A OUTPUT -d 127.0.0.0/8 -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.3

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/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 Update

  • 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