Endor Labs identified a cluster of exploitable OpenClaw vulnerabilities
Endor Labs reported that its AI SAST workflow identified seven exploitable vulnerabilities in OpenClaw and later published technical detail focused on six disclosed issues validated through exploit development and live testing.
Date
Feb 10, 2026
First Seen
Feb 10, 2026
Last Reviewed
Mar 11, 2026
Publisher
Endor Labs
Source Type
article
Related reading
OpenClaw Security GuideA practical baseline for local binding, scoped credentials, sandboxing, runtime checks, and Armorer Guard.
Securing OpenClaw with Armorer GuardHow Armorer wraps OpenClaw with managed setup, Docker hardening, health checks, approvals, and Guard-backed scanning.
Endor Labs OpenClaw Vulnerability Set
Summary
Endor Labs reported that its AI SAST workflow identified seven exploitable vulnerabilities in OpenClaw and later published technical detail focused on six disclosed issues validated through exploit development and live testing.
Why It Matters
This is high-signal research because it combines static analysis with exploit validation instead of stopping at theoretical code smells. It shows OpenClaw’s agentic attack surface can translate into practical compromise paths when core trust boundaries fail.
Attack Path
- Identify tainted flows from external or model-controlled input into privileged tools and runtime actions.
- Validate whether the unsafe flow can cross guardrails into file access, path traversal, or execution behavior.
- Confirm exploitability against a live deployment rather than relying on static flags alone.
Affected Surface
- OpenClaw tool execution paths
- file and patch workflows
- guardrail bypass conditions
- flows where LLM-controlled input reaches privileged actions
Evidence
Mitigations
- Treat tool execution boundaries as untrusted regardless of model intent.
- Apply path, file, and command validation at execution time.
- Keep OpenClaw updated when vendor fixes are available.
- Use sandboxing and approval gates for high-risk actions.
Open Questions
- Individual CVE and GHSA records can be broken into separate canonical findings later if you want issue-by-issue tracking.