banner logoJoin us at RSAC™ 2026 Conference, March 23–March 26 | North Expo, Booth N-5863Join us at RSAC™ 2026, March 23–March 26Learn More
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI Security Portfolio
      Leading the Way in AI-Powered Security Solutions
    • 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
      Digital Forensics, IRR & Breach Readiness
    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
    • 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-28479

CVE-2026-28479: OpenClaw Information Disclosure Flaw

CVE-2026-28479 is an information disclosure vulnerability in OpenClaw caused by SHA-1 hashing weaknesses that enable cache poisoning attacks. This article covers technical details, affected versions, and mitigation steps.

Published: March 6, 2026

CVE-2026-28479 Overview

OpenClaw versions prior to 2026.2.15 use SHA-1 to hash sandbox identifier cache keys for Docker and browser sandbox configurations, which is deprecated and vulnerable to collision attacks. An attacker can exploit SHA-1 collisions to cause cache poisoning, allowing one sandbox configuration to be misinterpreted as another and enabling unsafe sandbox state reuse.

Critical Impact

This weak hash algorithm vulnerability enables cache poisoning attacks that can bypass sandbox isolation, potentially allowing malicious sandbox configurations to be reused in place of legitimate ones.

Affected Products

  • OpenClaw versions prior to 2026.2.15

Discovery Timeline

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

Technical Details for CVE-2026-28479

Vulnerability Analysis

This vulnerability stems from the use of SHA-1 (CWE-327: Use of a Broken or Risky Cryptographic Algorithm) for computing cache keys in OpenClaw's sandbox configuration system. SHA-1 has been cryptographically broken since 2017 when Google demonstrated practical collision attacks (SHAttered), making it unsuitable for security-sensitive applications where collision resistance is required.

In OpenClaw's implementation, sandbox identifiers for both Docker and browser sandbox configurations are hashed using SHA-1 to generate cache keys. Because SHA-1 is vulnerable to collision attacks, an attacker can craft two different sandbox configurations that produce identical hash values. This enables cache poisoning scenarios where a malicious or improperly configured sandbox state can be retrieved instead of the intended legitimate configuration.

Root Cause

The root cause is the use of the deprecated sha1 algorithm in the computeHash function within src/agents/sandbox/config-hash.ts. The function normalizes input data and generates a hexadecimal hash digest using SHA-1, which lacks sufficient collision resistance for security-critical cache key generation.

Attack Vector

This vulnerability is exploitable over the network without authentication or user interaction. An attacker who can influence sandbox configurations could craft a collision with a legitimate configuration's SHA-1 hash. When the system retrieves the cached sandbox state using the colliding hash, it may load the attacker-controlled configuration instead, leading to sandbox escape or unsafe state reuse scenarios. The attack enables unauthorized access to confidential information through cache confusion.

typescript
// Vulnerable code in src/agents/sandbox/config-hash.ts
 function computeHash(input: unknown): string {
   const payload = normalizeForHash(input);
   const raw = JSON.stringify(payload);
-  return crypto.createHash("sha1").update(raw).digest("hex");
+  return crypto.createHash("sha256").update(raw).digest("hex");
 }

Source: GitHub Commit Change

Detection Methods for CVE-2026-28479

Indicators of Compromise

  • Unexpected sandbox configuration mismatches or unexpected behavior in Docker or browser sandbox environments
  • Cache entries with suspiciously similar or identical configurations that should be distinct
  • Anomalous hash collisions detected in sandbox configuration cache logs
  • Unusual sandbox state reuse patterns that deviate from expected isolation behavior

Detection Strategies

  • Monitor application logs for sandbox configuration cache hits that result in unexpected configuration loading
  • Implement integrity verification for sandbox configurations beyond cache key matching
  • Audit code dependencies to identify usage of SHA-1 in security-sensitive contexts
  • Deploy static analysis tools to flag deprecated cryptographic functions (CWE-327)

Monitoring Recommendations

  • Enable verbose logging for sandbox initialization and cache retrieval operations
  • Implement alerting on cache key collision events or unexpected cache behavior
  • Monitor for configuration drift between expected and loaded sandbox states
  • Track cryptographic function usage across application dependencies during security audits

How to Mitigate CVE-2026-28479

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.15 or later immediately
  • Clear existing sandbox configuration caches to remove potentially poisoned entries
  • Review sandbox configurations for any signs of tampering or unexpected modifications
  • Audit application logs for suspicious cache-related anomalies prior to patching

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.15. The fix replaces the deprecated SHA-1 hash algorithm with SHA-256, which provides significantly stronger collision resistance. The patch modifies the computeHash function in src/agents/sandbox/config-hash.ts to use crypto.createHash("sha256") instead of crypto.createHash("sha1"). For detailed patch information, see the GitHub Security Advisory and the GitHub Commit Change.

Workarounds

  • If immediate patching is not possible, consider implementing additional configuration validation beyond hash-based cache lookups
  • Deploy application-level integrity checks that verify sandbox configuration contents match expected values
  • Isolate affected OpenClaw instances from untrusted network access until patched
  • Manually apply the cryptographic fix by replacing SHA-1 with SHA-256 in the config-hash.ts file
bash
# Configuration example
# Clear sandbox configuration cache after upgrading
rm -rf /var/cache/openclaw/sandbox/*

# Verify the patched version is installed
openclaw --version
# Expected output: 2026.2.15 or later

# Restart OpenClaw services to ensure new hash algorithm is active
systemctl restart openclaw

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score8.7

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/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-327
  • Technical References
  • GitHub Commit Change

  • GitHub Security Advisory

  • VulnCheck Advisory
  • Related CVEs
  • CVE-2026-28481: OpenClaw Information Disclosure Flaw

  • CVE-2026-27485: Openclaw Information Disclosure Flaw

  • CVE-2026-27003: OpenClaw Information Disclosure Vulnerability

  • CVE-2026-27004: OpenClaw Information Disclosure Flaw
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
  • English
  • 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