PulseAugur
EN
LIVE 08:20:36

Cursor AI coding agent vulnerable to command-shadowing exploit

A security vulnerability, CVE-2026-22708, has been identified in the Cursor AI coding agent's terminal allowlist. This bypass allows a malicious file within a project directory to execute arbitrary commands by exploiting how the terminal resolves commands. The vulnerability arises when a script with a common command name, like 'curl', is present in the project's directory, leading the system to execute the local script instead of the intended system binary. AI

IMPACT This vulnerability highlights security risks for AI coding agents that execute shell commands, potentially leading to wider adoption of security checks for such tools.

RANK_REASON The item details a specific vulnerability and a tool's response to it, rather than a new product release or major research finding.

Read on dev.to — MCP tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Cursor AI coding agent vulnerable to command-shadowing exploit

How we ranked this

Signal score
0 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The item details a specific vulnerability and a tool's response to it, rather than a new product release or major research finding.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, safety
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
7 days old
Aged out of breaking-news scoring windows; ranking reflects the durable signal from the full source set.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — MCP tag TIER_1 English(EN) · Kiell Tampubolon ·

    The Cursor Allowlist Bypass That Starts With a File Named curl

    <p>Last week I shipped CVE-2026-22708 coverage to secops-toolkit-mcp, my toolkit of defensive SecOps helpers for AI coding agents. The CVE is a Cursor terminal allowlist bypass. A malicious file sitting in your project directory can turn an allowed command into an arbitrary one.<…