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

CVE-2026-43526: Openclaw SSRF Vulnerability

CVE-2026-43526 is a server-side request forgery vulnerability in Openclaw's QQBot reply media URL handling that enables attackers to fetch arbitrary content. This article covers technical details, affected versions, and mitigation.

Published: May 7, 2026

CVE-2026-43526 Overview

CVE-2026-43526 is a Server-Side Request Forgery (SSRF) vulnerability [CWE-918] in OpenClaw versions before 2026.4.12. The flaw exists in the QQBot reply media URL handling logic, where insufficient validation of remote media hostnames allows attackers to coerce the server into fetching arbitrary content. Bytes retrieved by the server can subsequently be re-uploaded through the channel, expanding the impact beyond a typical blind SSRF.

The vulnerability is reachable over the network without authentication and without user interaction, making it a viable target for opportunistic attackers scanning public OpenClaw deployments.

Critical Impact

Unauthenticated attackers can force OpenClaw to fetch arbitrary URLs, potentially reaching internal services, cloud metadata endpoints, and sensitive resources, then exfiltrate the fetched content via the bot channel.

Affected Products

  • OpenClaw (Node.js distribution) versions prior to 2026.4.12
  • OpenClaw extensions/qqbot component
  • Deployments exposing the QQBot reply media URL handler

Discovery Timeline

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

Technical Details for CVE-2026-43526

Vulnerability Analysis

The vulnerability resides in extensions/qqbot/src/utils/file-utils.ts, which handles media URLs supplied to QQBot reply flows. Before the fix, the hostname allowlist permitted only a narrow set of domains, but the URL parsing and validation logic allowed attacker-controlled URLs to bypass the intended restrictions. When OpenClaw processes a reply containing a media URL, it issues an outbound HTTP request and reads the response into memory, then re-uploads those bytes through the bot channel.

Because the request originates from the OpenClaw server, the attacker inherits the network position of that host. Internal HTTP services, cloud instance metadata endpoints, and management interfaces normally protected by network segmentation become reachable. The re-upload behavior turns the SSRF into a content-exfiltration primitive, returning the body of internal responses directly to the attacker through the chat reply.

Root Cause

The root cause is incomplete hostname validation in the QQBot media fetcher. The QQBOT_MEDIA_HOSTNAME_ALLOWLIST constant did not enumerate the full set of legitimate Tencent media hosts, and the validation path failed to reject URLs that resolved to private or non-allowlisted destinations before the outbound fetch occurred.

Attack Vector

An attacker submits a crafted QQBot reply that references a malicious media URL. The OpenClaw server fetches the URL and forwards the response bytes back through the channel. Targets typically include http://169.254.169.254/ style cloud metadata services, internal admin panels, and unauthenticated localhost services bound to the OpenClaw host.

typescript
// Patch excerpt: extensions/qqbot/src/utils/file-utils.ts
export const LARGE_FILE_THRESHOLD = 5 * 1024 * 1024;

const QQBOT_MEDIA_HOSTNAME_ALLOWLIST = [
  // QQ富媒体
  "*.qpic.cn",
  "*.qq.com",
  "*.weiyun.com",
  "*.qq.com.cn",

  // QQ机器人
  "*.ugcimg.cn",

  // 腾讯云COS
  "*.myqcloud.com",
  "*.tencentcos.cn",
  "*.tencentcos.com",
];

Source: GitHub commit ddb7a8d. The patch redefines the hostname allowlist to enumerate the full set of legitimate Tencent media domains, ensuring the fetcher rejects URLs that fall outside these wildcards.

Detection Methods for CVE-2026-43526

Indicators of Compromise

  • Outbound HTTP requests from the OpenClaw process to private RFC1918 ranges, 127.0.0.1, or cloud metadata addresses such as 169.254.169.254.
  • QQBot reply events referencing media URLs whose hostnames are not in the post-patch allowlist (*.qpic.cn, *.qq.com, *.weiyun.com, *.qq.com.cn, *.ugcimg.cn, *.myqcloud.com, *.tencentcos.cn, *.tencentcos.com).
  • Unusual spikes in bot replies containing binary or text payloads sized close to the LARGE_FILE_THRESHOLD of 5 MB.

Detection Strategies

  • Log and alert on every outbound DNS resolution and TCP connection initiated by the OpenClaw Node.js process, then correlate against the documented allowlist.
  • Inspect application logs for file-utils.ts fetch operations and flag any non-allowlisted hostname seen prior to upgrading.
  • Hunt for QQBot reply payloads whose content does not match expected image or media MIME types, indicating possible internal HTTP responses being relayed.

Monitoring Recommendations

  • Place egress filtering in front of OpenClaw and deny traffic to private network ranges and metadata services.
  • Enable verbose request logging for the QQBot extension and ship logs to a centralized analytics platform for retention and search.
  • Monitor for abnormal child process or network behavior originating from the OpenClaw container or host.

How to Mitigate CVE-2026-43526

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.4.12 or later, which contains the corrected QQBOT_MEDIA_HOSTNAME_ALLOWLIST.
  • Restrict outbound network access from the OpenClaw host to only the Tencent media domains required for legitimate QQBot operation.
  • Audit recent QQBot reply logs for non-allowlisted media URLs and treat any matches as suspected SSRF attempts.

Patch Information

The vendor released fixes in two GitHub commits: commit 08ae021 and commit ddb7a8d. Coordinated disclosure details are tracked in GHSA-2767-2q9v-9326 and the VulnCheck advisory.

Workarounds

  • Disable the QQBot extension until the upgrade can be applied if the bot is not business-critical.
  • Deploy an egress proxy that enforces the post-patch hostname allowlist at the network layer, blocking connections to internal addresses regardless of application behavior.
  • Run OpenClaw in a network namespace that has no route to internal management subnets or cloud metadata services.
bash
# Example egress allowlist using iptables on the OpenClaw host
# Block connections to cloud metadata and link-local addresses
iptables -A OUTPUT -d 169.254.169.254 -j REJECT
iptables -A OUTPUT -d 127.0.0.0/8 ! -o lo -j REJECT
iptables -A OUTPUT -d 10.0.0.0/8 -j REJECT
iptables -A OUTPUT -d 172.16.0.0/12 -j REJECT
iptables -A OUTPUT -d 192.168.0.0/16 -j REJECT

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

  • Vulnerability Details
  • TypeSSRF

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score8.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:L/VA:N/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
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-918
  • Technical References
  • VulnCheck Advisory SSRF in OpenClaw
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Commit Update

  • GitHub Security Advisory GHSA-2767-2q9v-9326
  • Related CVEs
  • CVE-2026-43573: OpenClaw SSRF Policy Bypass Vulnerability

  • CVE-2026-43527: Openclaw SSRF Vulnerability

  • CVE-2026-42439: OpenClaw SSRF Policy Bypass 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