The Continue CLI applies an incomplete denylist as its only barrier to destructive shell commands when running unattended. In headless mode and auto mode the default policy in extensions/cli/src/permissions/defaultPolicies.ts grants the Bash tool the allow permission, and permissionChecker.ts hard-blocks a command only when the terminal-security evaluator returns a disabled verdict, so isCriticalCommand in packages/terminal-security/src/evaluateTerminalCommandSecurity.ts is the sole control. Its dangerous-path test matches only /, /*, ~, ~/*, /usr, /etc, /bin and /sbin and their prefixes, so a recursive forced removal of /home, /root, /var, /opt or /srv is not disabled. The command line is parsed with shell-quote, which reduces $HOME to an empty token, so rm -rf $HOME also fails the dangerous-path test while the shell re-expands the variable when the command is spawned. find with -delete is rated high risk rather than disabled, and shred, wipefs, truncate and pkexec are not handled. Because the agent autonomously reads content it does not control, including fetched web pages, repository files and issue text, an indirect prompt injection in that content can cause an unattended run to destroy the invoking user's data.
CVE-2026-76072
Score 7.4 from GitHub Security Advisory (severity: HIGH) published 2026-08-24. a secondary CVSS source baseline 7.4; sources differ by 0.0.
- High severity, but no confirmed exploitation yet
No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.
- CVSS v3
- 7.4
- EG Score
- 7.4(high)
- EG Risk
- 38(Track)EG Risk 38/100SSVC: Track
EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).
How it’s computedSeverity74% × 45%Exploitation0% × 40%Automatability30% × 15%Action: Routine — remediate on your standard cadence. - EPSS PROB
- 0%
- EPSS %ILE
- 24%
- KEV
- Not listed
Published
August 24, 2026
Last Modified
August 24, 2026
Advisory Details (4)
Auto-updated Aug 24, 2026Continue CLI through 1.5.47 Incomplete Destructive Command Denylist in Headless and Auto Mode | Advisories | VulnCheck
https://www.vulncheck.com/advisories/continue-cli-through-incomplete-destructive-command-denylist-in-headless-and-auto-modecontinue/packages/terminal-security/src/evaluateTerminalCommandSecurity.ts at main · continuedev/continue · GitHub
https://github.com/continuedev/continue/blob/main/packages/terminal-security/src/evaluateTerminalCommandSecurity.tsIncomplete destructive-command blocklist allows auto-execution of filesystem-destroying commands in headless/auto mode · Issue #13001 · continuedev/continue · GitHub
https://github.com/continuedev/continue/issues/13001GitHub - continuedev/continue: open-source coding agent · GitHub
https://github.com/continuedev/continueVendor Advisories for CVE-2026-76072(1)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
Weakness Classification(1)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
Data Freshness Timeline
(refreshed 11× in last 7d / 11× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-08-26 14:47 UTCEPSS rescore
- 2026-08-26 08:34 UTCGHSA enrichment
- 2026-08-25 20:10 UTCEG score recompute
- 2026-08-25 20:10 UTCGHSA enrichment
- 2026-08-25 13:49 UTCEPSS rescore
- 2026-08-25 07:48 UTCGHSA enrichment
- 2026-08-24 19:24 UTCEG score recompute
- 2026-08-24 19:24 UTCGHSA enrichment
- 2026-08-24 18:21 UTCEG score recompute
- 2026-08-24 18:01 UTCEG score recompute
- 2026-08-24 18:01 UTCMITRE cvelistV5first tracked
Frequently asked(5)
What is CVE-2026-76072?
When was CVE-2026-76072 disclosed?
Is CVE-2026-76072 actively exploited?
What is the CVSS score of CVE-2026-76072?
How do I remediate CVE-2026-76072?
Dependency Blast Radius
Explore the affected products and dependency analysis for CVE-2026-76072
Is Your Infrastructure Affected by CVE-2026-76072?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.