Threat Intelligence Database
Comprehensive database of the latest cyber threats affecting organizations worldwide. Filter and search to find specific threat intelligence relevant to your organization.
Stop chasing alerts. Route them.
Start free, then upgrade once to turn Radar into an automated delivery engine for your security stack.
Custom feeds / Automations: email, Slack, webhooks, SIEM/MISP / API access (baseline limits)
API access activates after upgrading in Console -> Billing.
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.
Filter Threats
Narrow down the results by type, severity, or affected countries
Threat Intelligence
Click on any threat for detailed analysis and mitigation recommendations
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. Join the discussion | CVE Database V5 | 08/24/2026, 17:55:38 UTC Added: 08/24/2026, 18:07:52 UTC |
0 CVE-2026-8770 is a medium severity path traversal vulnerability in continuedev continue versions up to 1.2.22. It affects the lsTool function in the JSON-RPC Server component, allowing local attackers with low privileges to manipulate the dirPath argument to perform path traversal. The vulnerability requires local access and does not involve user interaction. The vendor has not responded to disclosure requests, and no official patch or remediation guidance is currently available. Exploit code is publicly available, but no known exploitation in the wild has been reported. Join the discussion | CVE Database V5 | 05/17/2026, 23:15:15 UTC Added: 05/17/2026, 23:36:38 UTC |
Showing 1 to 2 of 2 results