Summary
screen_record outPath bypassed workspace-only filesystem guard.
Affected Packages / Versions
- Package:
openclaw
- Ecosystem: npm
- Affected versions:
< 2026.4.10
- Patched versions:
>= 2026.4.10
Impact
The node-host screen recording tool could honor an outPath outside the workspace guard, allowing an authorized tool call to write outside the intended workspace boundary.
Technical Details
The fix applies the workspace-root guard to node tool outPath handling, including screen recording paths.
Fix
The issue was fixed in #63551. The first stable tag containing the fix is v2026.4.10, and openclaw@2026.4.14 includes the fix.
Fix Commit(s)
635bb35b68d8faa5bfa2fda35feadd315122748a
- PR: #63551
Release Process Note
Users should upgrade to openclaw 2026.4.10 or newer. The latest npm release, 2026.4.14, already includes the fix.
Credits
Thanks to @anshumanbh for reporting this issue.
References
Summary
screen_record outPath bypassed workspace-only filesystem guard.
Affected Packages / Versions
openclaw< 2026.4.10>= 2026.4.10Impact
The node-host screen recording tool could honor an
outPathoutside the workspace guard, allowing an authorized tool call to write outside the intended workspace boundary.Technical Details
The fix applies the workspace-root guard to node tool
outPathhandling, including screen recording paths.Fix
The issue was fixed in #63551. The first stable tag containing the fix is
v2026.4.10, andopenclaw@2026.4.14includes the fix.Fix Commit(s)
635bb35b68d8faa5bfa2fda35feadd315122748aRelease Process Note
Users should upgrade to
openclaw2026.4.10 or newer. The latest npm release,2026.4.14, already includes the fix.Credits
Thanks to @anshumanbh for reporting this issue.
References