$ the-wire · showcase
OpenClaw ships seven security fixes across HTTP, Browser, and Exec surfaces
By RepoJournal · Filed · About OpenClaw
Seven fixes over two repos harden core surfaces: browser URL checks, glob allowlists, admin scope, and slow-read DoS, with two maintenance commits in the clownfish repo.
OpenClaw patched several HTTP-surface vulnerabilities. Identity-bearing HTTP callers could reach admin-scoped tools [1], and remote media URLs could slow-read exhaust tool workers [2]. Both widen the attack surface available to unauthenticated or low-privilege callers; the fixes tighten scope checks and bound media reads.
The browser act route could miss current-tab URL checks [3], and browser snapshot routes could miss SSRF checks after navigation [4]. These gaps let a browser session act on tabs without validating the URL as expected, or reach internal targets post-redirect. Also fixed: exec allowlist glob matching could allow traversal bypasses [5], which weakens command allowlisting. Hardening these three surfaces closes classes of URL-validation and path-traversal bugs.
In @openclaw/clownfish, the last two commits staged the next round of OpenClaw PRs [6] and their remediation [7], part of routine preparation cadence.
Action items
- → Upgrade OpenClaw to a build including these seven fixes before exposing HTTP, browser, or exec features to untrusted input openclaw/openclaw [immediate]
- → Review clownfish workflows for the incoming OpenClaw PR and remediation drips openclaw/clownfish [monitor]
References
- [1] Identity-bearing HTTP callers could reach admin-scoped tools openclaw/openclaw ↗
- [2] Remote media URLs could slow-read exhaust tool workers openclaw/openclaw ↗
- [3] Browser act route could miss current-tab URL checks openclaw/openclaw ↗
- [4] Browser snapshot routes could miss post-navigation SSRF checks openclaw/openclaw ↗
- [5] Exec allowlist glob matching could allow traversal bypasses openclaw/openclaw ↗
- [6] chore: add next OpenClaw ready PR drip ↗ openclaw/clownfish
- [7] chore: add next OpenClaw PR remediation drip ↗ openclaw/clownfish