Impact
A BashTool schema in OpenClaude exposes a dangerouslyDisableSandbox flag that a model can set to true, allowing execution of commands outside the intended sandbox and resulting in complete host-level code execution. The weakness falls under CWE-284 (Access Control Modification) and CWE-306 (Missing Authentication for Critical Function), compromising confidentiality, integrity, and availability.
Affected Systems
Gitlawb:openclaude is affected, specifically all releases prior to 0.5.1, which contain the vulnerable BashTool schema.
Risk and Exploitability
The vulnerability carries a CVSS score of 9.3, indicating a high severity. EPSS data is not available, so the likelihood of exploitation is unknown, and the flaw is not yet listed in CISA KEV. The probable attack vector involves a prompt injection that instructs the model to set dangerouslyDisableSandbox to true; combined with the default allowUnsandboxedCommands true setting, this yields unrestricted command execution on the host.
OpenCVE Enrichment
Github GHSA