Severity by source
AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
5Blast Radius
ecosystem impact- 4 npm packages depend on openclaw (4 direct, 0 indirect)
Ecosystem-wide dependent count for version 2026.3.2.
DescriptionCVE.org
OpenClaw versions prior to 2026.3.2 contain an archive extraction vulnerability in the tar.bz2 installer path that bypasses safety checks enforced on other archive formats. Attackers can craft malicious tar.bz2 skill archives to bypass special-entry blocking and extracted-size guardrails, causing local denial of service during skill installation.
AnalysisAI
OpenClaw versions prior to 2026.3.2 contain an archive extraction vulnerability that selectively bypasses safety checks for tar.bz2 skill archives while other formats enforce proper validation. An attacker can craft a malicious tar.bz2 skill archive that circumvents special-entry blocking and extracted-size guardrails, causing local denial of service during skill installation when a user interacts with the installer. This is a local, user-interaction-dependent vulnerability with no authentication required, rated CVSS 5.5 (medium severity) with denial of service impact.
Technical ContextAI
The vulnerability exists in OpenClaw's skill installation mechanism, which processes multiple archive formats for deployment. The root cause, classified under CWE-409 (Improper Handling of Highly Compressed Data), stems from inconsistent validation logic across archive format handlers. While zip and other formats implement safety checks to prevent extraction bombs and path traversal via special entries (symlinks, hardlinks, absolute paths), the tar.bz2 extraction path lacks equivalent safeguards. When tar.bz2 archives are processed, the compression layer (bzip2) decompresses without enforcing size limits or validating archive entries before extraction, allowing attackers to craft archives with nested or oversized payloads that exhaust disk space or CPU resources. The affected product, identified via CPE (cpe:2.3:a:openclaw:openclaw:*:*:*:*:*:*:*:*), is the OpenClaw skill management framework used for plugin/skill deployment.
RemediationAI
Upgrade OpenClaw to version 2026.3.2 or later immediately. The vendor has released a patch available via the GitHub repository commit 0dbb92dd2bcf9a32379d11c0f11ed016669dae3e (https://github.com/openclaw/openclaw/commit/0dbb92dd2bcf9a32379d11c0f11ed016669dae3e), which implements proper validation and size enforcement for tar.bz2 archives consistent with other archive formats. Until patching is possible, implement procedural controls: restrict skill installation to trusted, pre-vetted packages only; educate users not to install skills from untrusted sources; and monitor disk space consumption during skill installation to detect anomalous extraction behavior. If OpenClaw is deployed in a containerized or sandbox environment, the impact of a denial-of-service attack is automatically contained to that isolated instance.
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 Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-13937
GHSA-r44j-6vwc-m7hx