Cyber Posture

CVE-2026-29611

HighPublic PoC

Published: 05 March 2026

Published
05 March 2026
Modified
11 March 2026
KEV Added
Patch
CVSS Score 7.5 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
EPSS Score 0.0004 12.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-29611 is a high-severity External Control of File Name or Path (CWE-73) vulnerability in Openclaw Openclaw. Its CVSS base score is 7.5 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique.
Threat & Defense Details

Likely Mitigating ControlsAI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-73

Rejects externally supplied file or resource identifiers that fail validity checks.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Remote unauthenticated LFI in public-facing sendBlueBubblesMedia endpoint directly enables T1190 exploitation of a public-facing application; successful arbitrary file read (e.g., /etc/passwd) directly enables T1005 collection of data from the local system, with exfiltration occurring via the application's own media-attachment mechanism.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

OpenClaw versions prior to 2026.2.14 contain a local file inclusion vulnerability in BlueBubbles extension (must be installed and enabled) media path handling that allows attackers to read arbitrary files from the local filesystem. The sendBlueBubblesMedia function fails to validate mediaPath…

more

parameters against an allowlist, enabling attackers to request sensitive files like /etc/passwd and exfiltrate them as media attachments.

Deeper analysisAI

CVE-2026-29611 is a local file inclusion vulnerability affecting OpenClaw versions prior to 2026.2.14, specifically in the BlueBubbles extension when installed and enabled. The issue resides in the sendBlueBubblesMedia function, which fails to properly validate the mediaPath parameter against an allowlist. This flaw, classified under CWE-73, enables attackers to traverse directory boundaries and access arbitrary files on the local filesystem. The vulnerability carries a CVSS v3.1 base score of 7.5 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N), highlighting high confidentiality impact with network accessibility and no prerequisites.

Remote, unauthenticated attackers can exploit this vulnerability by supplying a malicious mediaPath parameter to the sendBlueBubblesMedia endpoint. Successful exploitation allows reading of sensitive local files, such as /etc/passwd, which are then exfiltrated as media attachments. The attack requires the BlueBubbles extension to be active but demands no user interaction or privileges, making it straightforward over the network.

Advisories recommend upgrading to OpenClaw version 2026.2.14 or later, where the fix is implemented via commit 71f357d9498cebb0efe016b0496d5fbe807539fc. Additional guidance from the GitHub security advisory (GHSA-rwj8-p9vq-25gv) and VulnCheck details disabling the BlueBubbles extension as a temporary mitigation if patching is not immediately feasible.

Details

CWE(s)

Affected Products

openclaw
openclaw
≤ 2026.2.14

CVEs Like This One

CVE-2026-28479Same product: Openclaw Openclaw
CVE-2026-32030Same product: Openclaw Openclaw
CVE-2026-28459Same product: Openclaw Openclaw
CVE-2026-33581Same product: Openclaw Openclaw
CVE-2026-43533Same product: Openclaw Openclaw
CVE-2026-32013Same product: Openclaw Openclaw
CVE-2026-28462Same product: Openclaw Openclaw
CVE-2026-42438Same product: Openclaw Openclaw
CVE-2026-32026Same product: Openclaw Openclaw
CVE-2026-32024Same product: Openclaw Openclaw

References