CVE-2026-29611
7.5OpenClaw · OpenClaw
OpenClaw contains a local file inclusion vulnerability in the BlueBubbles extension that allows unauthenticated attackers to read arbitrary files from the server filesystem via the mediaPath parameter.
Executive summary
A critical local file inclusion vulnerability in the OpenClaw BlueBubbles extension allows unauthenticated attackers to exfiltrate sensitive local files, posing a significant risk to system confidentiality.
Vulnerability
The vulnerability exists in the sendBlueBubblesMedia function, which fails to validate the mediaPath parameter against an allowlist. This flaw permits unauthenticated attackers to manipulate file paths and access sensitive system files, such as /etc/passwd, by triggering the vulnerable extension.
Business impact
Successful exploitation of this vulnerability allows unauthorized access to sensitive local files, which may contain configuration data, credentials, or system information. Given the CVSS score of 7.5, this high severity flaw could lead to full system compromise or facilitate further lateral movement within the network. The ability for unauthenticated attackers to perform these actions without user interaction elevates the business risk to a critical level.
Remediation
Immediate Action: Update the OpenClaw software to version 2026.2.14 or later to apply the necessary input validation fixes.
Proactive Monitoring: Review access logs for suspicious requests directed at the BlueBubbles extension or attempts to access common system files through unusual parameter inputs.
Compensating Controls: If an immediate update is not feasible, disable the BlueBubbles extension entirely to eliminate the attack surface, or deploy a Web Application Firewall rule to block requests containing directory traversal patterns in the mediaPath parameter.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
The vulnerability represents a significant risk to data confidentiality due to the lack of access controls on the vulnerable extension. Administrators must prioritize updating to version 2026.2.14 immediately to ensure the input validation patch is applied. If the BlueBubbles extension is not required for business operations, it should be disabled as a standard security precaution to minimize the attack surface.
More OpenClaw CVEs
Sources
Originally found and disclosed by Peng Zhou (zpbrent), per the CVE Program record.
- GitHub Security Advisory (GHSA-rwj8-p9vq-25gv) Vendor advisory
- Patch Commit Patch commit
- VulnCheck Advisory: OpenClaw < 2026.2.14 - Local File Inclusion via mediaPath Parameter in BlueBubbles Media Handling Third-party advisory