Severity by source
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
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
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
Lifecycle Timeline
4Blast Radius
ecosystem impact- 9 npm packages depend on openclaw (5 direct, 4 indirect)
Ecosystem-wide dependent count for version 2026.3.13.
DescriptionCVE.org
OpenClaw before 2026.3.13 contains an information disclosure vulnerability in the fetchRemoteMedia function that exposes Telegram bot tokens in error messages. When media downloads fail, the original Telegram file URLs containing bot tokens are embedded in MediaFetchError strings and leaked to logs and error surfaces.
AnalysisAI
Telegram bot token exposure in OpenClaw's media download error handling allows unauthenticated remote attackers to harvest sensitive API credentials through information disclosure. Versions prior to 2026.3.13 embed complete Telegram file URLs containing bot tokens in MediaFetchError exceptions, leaking credentials to application logs and error surfaces. With EPSS data unavailable and no CISA KEV listing, no public exploit identified at time of analysis, though the vulnerability requires minimal technical sophistication to exploit given the network-accessible attack vector and low complexity (CVSS:3.1/AV:N/AC:L/PR:N).
Technical ContextAI
This vulnerability stems from improper output neutralization for logs (CWE-532) in OpenClaw's fetchRemoteMedia function, which handles downloads from Telegram's Bot API. Telegram bot tokens are long-lived authentication credentials embedded in file URLs (format: api.telegram.org/file/bot<TOKEN>/<file_path>). When media fetch operations fail, OpenClaw constructs MediaFetchError objects using the raw URL strings without sanitization. The affected component (cpe:2.3:a:openclaw:openclaw) fails to scrub sensitive authentication material before error serialization, causing tokens to persist in application logs, monitoring systems, and potentially user-facing error messages. CWE-532 represents a common but critical oversight where security-sensitive data enters logging pipelines without redaction. Bot tokens provide full API access to the associated Telegram bot account, enabling message interception, user enumeration, and bot impersonation.
RemediationAI
Upgrade immediately to OpenClaw version 2026.3.13 or later, which includes the fix implemented in commit 7a53eb7ea8295b08be137e231c9a98c1a79b5cd5. The patch modifies MediaFetchError construction to sanitize Telegram URLs by removing bot token segments before error message assembly. Organizations unable to upgrade immediately should implement compensating controls: audit all application logs for exposed bot tokens and rotate any discovered credentials through Telegram's BotFather interface, restrict access to application logs and error monitoring systems to authorized personnel only, configure log scrubbing rules to redact patterns matching Telegram bot token formats (regex: bot[0-9]+:[A-Za-z0-9_-]+), and consider temporarily disabling Telegram media fetch functionality if business continuity permits. Post-remediation, perform thorough log review for historical token exposures as leaked credentials may have been harvested prior to patching. Vendor advisory available at https://github.com/openclaw/openclaw/security/advisories/GHSA-xwcj-hwhf-h378 with technical details at commit reference https://github.com/openclaw/openclaw/commit/7a53eb7ea8295b08be137e231c9a98c1a79b5cd5.
Auth bypass in OpenClaw voice-call extension before 2026.2.1. EPSS 0.68%. PoC and patch available.
Privilege escalation in OpenClaw (pre-2026.3.28) allows unauthenticated remote attackers to gain administrative access b
OpenClaw versions 2026.2.22 through 2026.2.24 contain a privilege escalation vulnerability that allows authenticated att
An authorization mismatch vulnerability in OpenClaw versions prior to 2026.3.1 allows authenticated users with operator.
OpenClaw versions prior to 2026.1.29 automatically establish WebSocket connections to attacker-controlled gateway URLs e
Path traversal in OpenClaw through version 2026.3.23 enables unauthenticated remote attackers to read arbitrary files in
OpenClaw sandbox browser functionality launches x11vnc for noVNC observer sessions without requiring authentication, all
OpenClaw versions before 2026.2.26 allow authenticated attackers to write arbitrary files outside the workspace director
OpenClaw versions prior to 2026.2.22 contain a shell environment variable injection vulnerability in the system.run func
OpenClaw versions prior to 2026.2.22 contain a resource exhaustion vulnerability where the application fails to consiste
OpenClaw versions prior to 2026.3.1 contain a sandbox escape vulnerability that allows authenticated attackers with low
OpenClaw versions 2026.1.30 and below fail to validate Telegram webhook secret tokens when `channels.telegram.webhookSec
Same technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-17385