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

CVE-2026-29611: OpenClaw Path Traversal Vulnerability

CVE-2026-29611 is a path traversal flaw in OpenClaw BlueBubbles extension that allows attackers to read arbitrary files from the filesystem. This article covers technical details, affected versions, and mitigation.

Published: March 6, 2026

CVE-2026-29611 Overview

CVE-2026-29611 is a Local File Inclusion (LFI) vulnerability affecting OpenClaw versions prior to 2026.2.14. The vulnerability exists in the BlueBubbles extension's media path handling functionality. When the BlueBubbles extension is installed and enabled, the sendBlueBubblesMedia function fails to properly validate mediaPath parameters against an allowlist, enabling attackers to traverse the filesystem and read arbitrary files. This allows unauthorized access to sensitive system files such as /etc/passwd, which can then be exfiltrated as media attachments.

Critical Impact

Attackers can exploit this vulnerability to read arbitrary files from the local filesystem, potentially exposing sensitive configuration files, credentials, and other confidential data through the BlueBubbles media handling mechanism.

Affected Products

  • OpenClaw versions prior to 2026.2.14
  • OpenClaw installations with BlueBubbles extension installed and enabled

Discovery Timeline

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

Technical Details for CVE-2026-29611

Vulnerability Analysis

This vulnerability is classified under CWE-73 (External Control of File Name or Path), which occurs when software allows user input to control or influence paths or file names used in filesystem operations. In the context of CVE-2026-29611, the BlueBubbles extension's media handling functionality accepts arbitrary file paths without proper validation, enabling attackers to specify paths outside the intended media directories.

The attack is network-accessible but requires the BlueBubbles extension to be installed and enabled on the target OpenClaw instance. An unauthenticated attacker can craft malicious requests containing path traversal sequences or absolute paths to sensitive system files. The vulnerability specifically impacts confidentiality, as attackers can read file contents but cannot modify or delete files.

Root Cause

The root cause of this vulnerability lies in the sendBlueBubblesMedia function's failure to implement proper input validation on the mediaPath parameter. The function processes file paths provided by users without checking whether they fall within an allowlist of permitted directories. This missing validation allows attackers to bypass intended access restrictions and request files from arbitrary filesystem locations.

The security patch introduces a mediaLocalRoots configuration option that defines an array of allowed root directories for media files, ensuring that only paths within these designated directories can be accessed.

Attack Vector

The attack vector is network-based and requires the following conditions:

  1. The target OpenClaw instance must have the BlueBubbles extension installed and enabled
  2. The attacker must be able to send requests to the OpenClaw instance
  3. No user interaction is required to exploit the vulnerability

An attacker can craft a request specifying a mediaPath parameter pointing to sensitive files like /etc/passwd, /etc/shadow (if readable), application configuration files, or other sensitive data. The vulnerable function processes this path without validation and returns the file contents as a media attachment.

typescript
// Security patch in extensions/bluebubbles/src/config-schema.ts
// Source: https://github.com/openclaw/openclaw/commit/71f357d9498cebb0efe016b0496d5fbe807539fc

   textChunkLimit: z.number().int().positive().optional(),
   chunkMode: z.enum(["length", "newline"]).optional(),
   mediaMaxMb: z.number().int().positive().optional(),
+  mediaLocalRoots: z.array(z.string()).optional(),
   sendReadReceipts: z.boolean().optional(),
   blockStreaming: z.boolean().optional(),
   groups: z.object({}).catchall(bluebubblesGroupConfigSchema).optional(),

The patch adds a mediaLocalRoots configuration parameter that allows administrators to define an allowlist of permitted directories for media file access, preventing path traversal attacks.

Detection Methods for CVE-2026-29611

Indicators of Compromise

  • Unusual file access patterns in application logs showing requests for system files like /etc/passwd, /etc/shadow, or configuration files
  • Media requests containing path traversal sequences such as ../ or absolute paths starting with /
  • Unexpected outbound data transfers through the BlueBubbles extension media handling endpoints
  • Log entries showing access attempts to files outside designated media directories

Detection Strategies

  • Monitor application logs for mediaPath parameters containing suspicious patterns like ../, /etc/, or other sensitive directory references
  • Implement web application firewall (WAF) rules to detect and block path traversal attempts in API requests
  • Enable file access auditing on the server to track which files are being read by the OpenClaw application process
  • Review BlueBubbles extension logs for anomalous media retrieval requests

Monitoring Recommendations

  • Configure alerting for any file access attempts outside the expected media directories
  • Implement centralized logging with SIEM integration to correlate potential LFI exploitation attempts
  • Monitor for data exfiltration patterns through media attachment endpoints
  • Regularly audit BlueBubbles extension configuration and access logs

How to Mitigate CVE-2026-29611

Immediate Actions Required

  • Upgrade OpenClaw to version 2026.2.14 or later immediately
  • If immediate upgrade is not possible, disable the BlueBubbles extension until the patch can be applied
  • Review application and system logs for indicators of past exploitation attempts
  • Audit any sensitive files that may have been accessed through this vulnerability

Patch Information

The vulnerability has been addressed in OpenClaw version 2026.2.14. The fix introduces a mediaLocalRoots configuration option that restricts media file access to specified directories only. The patch is available through the GitHub Commit Update.

For additional details, refer to the GitHub Security Advisory and the VulnCheck Advisory on OpenClaw.

Workarounds

  • Disable the BlueBubbles extension if it is not required for your deployment
  • Implement network-level restrictions to limit access to the OpenClaw instance to trusted sources only
  • Configure a reverse proxy or WAF to filter requests containing path traversal patterns
  • Run the OpenClaw application with minimal filesystem permissions to limit the impact of potential exploitation
bash
# Configuration example - After upgrading, configure mediaLocalRoots in BlueBubbles config
# Restrict media access to specific allowed directories only
mediaLocalRoots:
  - "/var/openclaw/media"
  - "/var/openclaw/attachments"

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechOpenclaw

  • SeverityHIGH

  • CVSS Score8.2

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

  • GitHub Security Advisory

  • VulnCheck Advisory on OpenClaw
  • Related CVEs
  • CVE-2026-28486: OpenClaw Path Traversal Vulnerability

  • CVE-2026-28457: OpenClaw Path Traversal Vulnerability

  • CVE-2026-28482: OpenClaw Path Traversal Vulnerability

  • CVE-2026-28462: OpenClaw Path Traversal 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
  • 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