CVE-2026-76072
Last modified
CVE-2026-76072 is a high-severity vulnerability rated 7.4/10 on the CVSS scale. 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.
Description
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| continuedev | continue | <= 1.5.47 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-76072?
How severe is CVE-2026-76072?
How do I fix CVE-2026-76072?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-76060An authenticated OS command injection vulnerability exists i…8.8
- CVE-2026-76063The FundEngine – Donation and Crowdfunding Platform plugin f…6.4
- CVE-2026-76069Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-7607A security vulnerability has been detected in TRENDnet TEW-8…8.8
- CVE-2026-76070Netis NC63 firmware through V3.0.0.3327 contains a stack-bas…9.8
- CVE-2026-76071Netis NC63 firmware through V3.0.0.3327 contains a stack-bas…9.8
- CVE-2026-76073Label Studio does not scope the annotation detail endpoint t…8.8
- CVE-2026-76074The AutomatorWP – Automator plugin for no-code automations, …4.3
- CVE-2026-7608A vulnerability was detected in TRENDnet TEW-821DAP up to 1.…8
- CVE-2026-7609A flaw has been found in TRENDnet TEW-821DAP up to 1.12B01. …8.8
- CVE-2026-76098Mistune is a Python Markdown parser with renderers and plugi…7.5
- CVE-2026-7610A vulnerability has been found in TRENDnet TEW-821DAP 1.12B0…8.1
Are you affected by CVE-2026-76072?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
