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

CVE-2026-28476: OpenClaw SSRF Vulnerability

CVE-2026-28476 is a server-side request forgery flaw in OpenClaw's Tlon Urbit extension that enables attackers to make unauthorized HTTP requests to internal systems. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-28476 Overview

OpenClaw versions prior to 2026.2.14 contain a server-side request forgery (SSRF) vulnerability in the optional Tlon Urbit extension. The vulnerability exists because the extension accepts user-provided base URLs for authentication without proper validation. Attackers who can influence the configured Urbit URL can induce the gateway to make HTTP requests to arbitrary hosts, including internal network addresses.

Critical Impact

This SSRF vulnerability allows attackers to bypass network security controls and access internal services, potentially exposing sensitive data or enabling further attacks against backend infrastructure.

Affected Products

  • OpenClaw versions prior to 2026.2.14
  • OpenClaw Tlon Urbit Extension (when enabled)

Discovery Timeline

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

Technical Details for CVE-2026-28476

Vulnerability Analysis

This server-side request forgery vulnerability exists in the Tlon Urbit extension's authentication mechanism. The extension failed to validate or sanitize user-provided URLs before using them to make outbound HTTP requests. When a malicious URL is configured as the Urbit endpoint, the OpenClaw gateway can be coerced into making requests to attacker-controlled destinations or internal network resources that would otherwise be inaccessible from external networks.

The vulnerability is classified under CWE-918 (Server-Side Request Forgery), which occurs when a web application fetches a remote resource without sufficiently validating the user-supplied URL. This allows attackers to coerce the application to send crafted requests to unexpected destinations, even when protected by a firewall, VPN, or other network access control mechanisms.

Root Cause

The root cause of this vulnerability lies in insufficient URL validation in the Tlon extension's authentication flow. The original implementation directly accepted user-provided base URLs for Urbit connections without implementing allowlist validation or restrictions against private network address ranges. The fix introduces a new allowPrivateNetwork configuration option and moves authentication logic to a dedicated module with proper URL validation controls.

Attack Vector

The attack vector is network-based and requires the attacker to influence the Urbit URL configuration. An attacker could exploit this vulnerability to:

  1. Probe internal network infrastructure by targeting private IP ranges (e.g., 192.168.x.x, 10.x.x.x, 172.16.x.x)
  2. Access internal services running on localhost or internal hosts
  3. Enumerate internal services and ports
  4. Potentially exfiltrate data from internal systems
  5. Leverage the OpenClaw server as a proxy for further attacks

The security patch in extensions/tlon/src/channel.ts replaces the vulnerable connection mechanism:

typescript
 import { tlonOnboardingAdapter } from "./onboarding.js";
 import { formatTargetHint, normalizeShip, parseTlonTarget } from "./targets.js";
 import { resolveTlonAccount, listTlonAccountIds } from "./types.js";
-import { ensureUrbitConnectPatched, Urbit } from "./urbit/http-api.js";
+import { authenticate } from "./urbit/auth.js";
+import { UrbitChannelClient } from "./urbit/channel-client.js";
 import { buildMediaText, sendDm, sendGroupMessage } from "./urbit/send.js";

const TLON_CHANNEL_ID = "tlon" as const;

Source: GitHub Commit Update

The configuration schema was also updated to add explicit controls for private network access:

typescript
   ship: ShipSchema.optional(),
   url: z.string().optional(),
   code: z.string().optional(),
+  allowPrivateNetwork: z.boolean().optional(),
   groupChannels: z.array(ChannelNestSchema).optional(),
   dmAllowlist: z.array(ShipSchema).optional(),
   autoDiscoverChannels: z.boolean().optional(),

Source: GitHub Commit Update

Detection Methods for CVE-2026-28476

Indicators of Compromise

  • Unusual outbound HTTP requests from the OpenClaw server to internal IP ranges or localhost
  • Requests to unexpected external hosts originating from the Tlon extension
  • Configuration changes to Urbit URL settings pointing to non-standard addresses
  • Error logs indicating failed connections to internal services

Detection Strategies

  • Monitor network traffic from OpenClaw instances for requests to internal/private IP ranges
  • Implement URL allowlisting and log any connection attempts to non-approved domains
  • Review Tlon extension configuration for suspicious URL values
  • Set up alerts for outbound requests to RFC 1918 private address spaces

Monitoring Recommendations

  • Enable detailed logging for all Tlon extension authentication attempts
  • Configure network monitoring to alert on SSRF-pattern traffic from application servers
  • Implement egress filtering and log violations at the network perimeter
  • Periodically audit OpenClaw configuration files for unauthorized URL modifications

How to Mitigate CVE-2026-28476

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • Review current Urbit URL configurations for any suspicious or unauthorized entries
  • Audit network logs for evidence of exploitation or reconnaissance
  • Restrict network egress from OpenClaw servers to required destinations only

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.14. The fix introduces a dedicated authentication module with proper URL validation and adds an explicit allowPrivateNetwork configuration option that defaults to disabled. For detailed patch information, refer to the GitHub Security Advisory or the security commit.

Workarounds

  • Disable the Tlon Urbit extension if not required until patching is possible
  • Implement network-level controls to restrict outbound requests from OpenClaw servers
  • Use a web application firewall (WAF) to filter requests containing private IP addresses
  • Configure strict egress rules allowing only connections to known, trusted Urbit endpoints
bash
# Configuration example - restrict network access for OpenClaw
# Add to OpenClaw Tlon extension configuration
# Ensure allowPrivateNetwork is explicitly set to false
allowPrivateNetwork: false

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