{ "schema_version": "1.4.0", "id": "GHSA-xww8-gqvh-92x9", "modified": "2026-07-02T15:40:37Z", "published": "2026-07-02T15:40:36Z", "aliases": [], "summary": "OpenClaw: Exec approval display truncation could hide the command being approved", "details": "### Summary\n\nOpenClaw exec approvals could show a shortened command in the approval UI while keeping the full original command for execution. For very long commands, an approver could see and approve a benign-looking prefix while a hidden suffix remained part of the command that would run after approval.\n\nThis issue affects the approval display and binding for oversized exec commands. It does not make exec available to unauthenticated users, and it does not change OpenClaw's local-first trust model.\n\n### Affected configurations\n\nThis affects deployments where exec approval is enabled and an authenticated caller can create a pending host exec request with a command long enough to be truncated in the approval view.\n\n### Impact\n\nAn approver could make a decision from incomplete command text. If the hidden suffix contained additional shell operations, those operations could run after the approval was resolved.\n\nThe practical impact depends on who can request exec approvals and who is allowed to approve them. The issue is an approval integrity problem: the approval surface did not faithfully represent the command that would execute.\n\n### Patched Versions\n\nThe first stable patched version is `2026.5.18`.\n\n### Mitigations\n\nUpgrade to `openclaw@2026.5.18` or later. Before upgrading, avoid approving unusually long exec commands and keep approval capability limited to trusted operators.", "severity": [ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:H" } ], "affected": [ { "package": { "ecosystem": "npm", "name": "openclaw" }, "ranges": [ { "type": "ECOSYSTEM", "events": [ { "introduced": "0" }, { "fixed": "2026.5.18" } ] } ] } ], "references": [ { "type": "WEB", "url": "https://github.com/openclaw/openclaw/security/advisories/GHSA-xww8-gqvh-92x9" }, { "type": "PACKAGE", "url": "https://github.com/openclaw/openclaw" } ], "database_specific": { "cwe_ids": [ "CWE-284", "CWE-863" ], "severity": "HIGH", "github_reviewed": true, "github_reviewed_at": "2026-07-02T15:40:36Z", "nvd_published_at": null } }