CVE-2026-32055
Path Traversal in OpenClaw Workspace Allows Arbitrary File Write
Publication date: 2026-03-21
Last updated on: 2026-03-23
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| openclaw | openclaw | to 2026.2.26 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-32055 is a high-severity path traversal vulnerability in OpenClaw versions prior to 2026.2.26. It occurs because the software improperly validates workspace boundaries when handling symbolic links (symlinks) inside the workspace. Specifically, if a symlink inside the workspace points to a non-existent target outside the workspace root, the boundary check fails to detect this escape. This allows an attacker to write files outside the intended workspace boundary by exploiting the first write operation through such symlinks.
The root cause is that the boundary validation resolves path aliases incorrectly, permitting the first write to escape the workspace and create files arbitrarily anywhere on the filesystem. This flaw enables unauthorized file writes outside the designated workspace, potentially leading to further exploitation.
How can this vulnerability impact me? :
This vulnerability allows an attacker with low privileges and no user interaction to write files outside the intended workspace boundary on the filesystem. Because the attack vector is network-based and has low complexity, it can be exploited remotely with relative ease.
The impact includes unauthorized file creation anywhere on the filesystem, which can compromise system integrity by allowing malicious files to be placed outside the sandbox. Confidentiality and availability impacts are limited but still present, while integrity impact is high.
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
What immediate steps should I take to mitigate this vulnerability?
To mitigate the CVE-2026-32055 vulnerability, immediately upgrade OpenClaw to version 2026.2.26 or later, where the vulnerability has been patched.
The patch strengthens workspace boundary validation by preventing path traversal via symlinks pointing outside the workspace, including non-existent targets.
- Update OpenClaw to version 2026.2.26 or newer.
- Ensure that your workspace does not contain symlinks pointing to locations outside the workspace root.
- Review and apply the security patches described in the GitHub Security Advisory and related commits (e.g., commit 46eba86b45e9db05b7b792e914c4fe0de1b40a23 and 1aef45bc060b28a0af45a67dc66acd36aef763c9) if you maintain a custom build.