CVE-2026-29611
Local File Inclusion in OpenClaw BlueBubbles Extension Allows Data Exposure
Publication date: 2026-03-05
Last updated on: 2026-03-11
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| openclaw | openclaw | to 2026.2.14 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-73 | The product allows user input to control or influence paths or file names that are used in filesystem operations. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in OpenClaw versions prior to 2026.2.14 within the BlueBubbles extension, which must be installed and enabled. It is a local file inclusion vulnerability caused by improper validation of mediaPath parameters in the sendBlueBubblesMedia function. Because the function does not check these parameters against an allowlist, attackers can exploit this flaw to read arbitrary files from the local filesystem.
Specifically, attackers can request sensitive files such as /etc/passwd and exfiltrate them as media attachments, potentially exposing confidential system information.
What immediate steps should I take to mitigate this vulnerability?
I don't know
How can this vulnerability impact me? :
This vulnerability can have a significant impact by allowing attackers to read sensitive files on the local system without proper authorization. This can lead to exposure of confidential information, such as user account details or system configuration files.
Since the vulnerability allows arbitrary file reading, it could be used as a stepping stone for further attacks or data exfiltration, compromising system security and privacy.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know