Fetching from the wire…
Public story · 2026-08-25 · high
VulnCheck disclosed the CVSS 8.3 flaw on August 24, and a poisoned web page or issue body is enough to trigger it.
Why now: NVD entered CVE-2026-76072 into its public database on August 24, the same day VulnCheck's disclosure became public.
Continue CLI's headless and auto modes give its Bash tool blanket permission to run shell commands. A single filter, isCriticalCommand, is the only defense against destructive commands, per NVD's listing for CVE-2026-76072.
The flaw carries a CVSS score of 8.3. An attacker doesn't need a terminal or credentials. A poisoned web page or a booby-trapped GitHub issue, fetched by the agent mid-task, is enough to fire the delete command against the user's files.
The filter's dangerous-path check matches /, ~, /usr, /etc, /bin and /sbin. It doesn't match /home, /root, /var, /opt or /srv, so a recursive delete aimed at any of those five paths sails through unblocked.
$HOME fares no better. The line gets parsed with shell-quote before the shell ever sees it, and $HOME collapses to an empty token at that stage. The check runs against the empty string. Then the real shell expands $HOME back to the user's home directory when the command spawns, and deletes it.
The filter also misjudges find -delete, rating it high risk instead of blocking it outright. Four other destructive tools, shred, wipefs, truncate and pkexec, aren't handled at all.
NVD's advisory doesn't say whether Continue has fixed the flaw yet.
Each link below shares sources, entities, or timing with this story.
Claude Code supports Bash / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Claude Code supports Bash); both cover August, CLAUDE, CVE, CVSS; overlapping topics (claude, cvss).
Claude uses MCP / Shared entities / Same source domain / Shared topic / Earlier coverage
Linked by a graph relationship (Claude uses MCP); both cover August, CVE, CVSS, NVD; reported by the same outlet (nvd.nist.gov).
Codex CLI partners with Claude / Shared entities / Shared topic / Earlier coverage
Linked by a graph relationship (Codex CLI partners with Claude); both cover August, Claude, CVE, CVSS; overlapping topics (august, cvss).
Claude Code supports Bash / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Claude Code supports Bash); both cover August, Bash, CVE; overlapping topics (allow, bash, claude).
Claude Code supports Bash / Shared entities / Shared topic / Earlier coverage / Tension
Linked by a graph relationship (Claude Code supports Bash); both cover August, Bash; overlapping topics (claude, collaps).
Claude uses MCP / Shared entities / Same source domain / What happened next / Tension
Linked by a graph relationship (Claude uses MCP); both cover August, CVE, NVD; reported by the same outlet (nvd.nist.gov).
Cursor supports Claude / Shared entities / Shared topic / What happened next
Linked by a graph relationship (Cursor supports Claude); both cover August, Claude; overlapping topics (august, claude).
Claude Code supports Bash / Shared entities / Earlier coverage
Linked by a graph relationship (Claude Code supports Bash); both cover CLAUDE, CVE, CVSS; earlier CLAUDE coverage from 2026-03-15.