Cyber Posture

CVE-2026-7316

High

Published: 28 April 2026

Published
28 April 2026
Modified
29 April 2026
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0218 84.5th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-7316 is a high-severity Injection (CWE-74) vulnerability. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 15.5% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

This vulnerability is AI-related — categorised as AI Agent Protocols and Integrations; in the Protocol-Specific Risks risk domain.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly prevents command injection by requiring validation of manipulated arguments like working_dir/editable_files before processing in aider_mcp.py.

prevent

Enforces restrictions on types and sources of inputs to block command injection attacks exploiting the code_with_ai component.

prevent

Requires timely identification and remediation of the specific command injection flaw up to commit 667b914301aada695aab0e46d1fb3a7d5e32c8af.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Command injection in remotely accessible application (AV:N, unauth) directly enables T1190 for initial access via public-facing app exploitation and T1059 for arbitrary command execution on the host.

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

A vulnerability has been found in eiliyaabedini aider-mcp up to 667b914301aada695aab0e46d1fb3a7d5e32c8af. Affected is an unknown function of the file aider_mcp.py of the component code_with_ai. The manipulation of the argument working_dir/editable_files leads to command injection. The attack may be initiated remotely.…

more

The exploit has been disclosed to the public and may be used. This product uses a rolling release model to deliver continuous updates. As a result, specific version information for affected or updated releases is not available. The project was informed of the problem early through an issue report but has not responded yet.

Deeper analysisAI

CVE-2026-7316 is a command injection vulnerability in the eiliyaabedini/aider-mcp project, affecting an unknown function in the file aider_mcp.py within the code_with_ai component. The flaw impacts versions up to the commit hash 667b914301aada695aab0e46d1fb3a7d5e32c8af and stems from manipulation of the working_dir/editable_files argument. It is associated with CWEs-74 and CWE-77, with a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L).

The vulnerability enables remote exploitation by unauthenticated attackers without requiring user interaction or privileges. Attackers can inject arbitrary commands via the manipulated arguments, potentially achieving limited impacts on confidentiality, integrity, and availability, such as unauthorized command execution on the host system.

Due to the project's rolling release model, no specific version information exists for affected or patched releases. The issue was reported early to the project via GitHub issue #1, but maintainers have not responded. The exploit has been publicly disclosed and may be actively used, as detailed in advisories from VulDB (e.g., https://vuldb.com/vuln/359964) and the repository at https://github.com/eiliyaabedini/aider-mcp/.

Details

CWE(s)

AI Security AnalysisAI

AI Category
AI Agent Protocols and Integrations
Risk Domain
Protocol-Specific Risks
OWASP Top 10 for LLMs 2025
None mapped
Classification Reason
Matched keywords: mcp

CVEs Like This One

CVE-2026-2178Shared CWE-74, CWE-77
CVE-2026-7812Shared CWE-74, CWE-77
CVE-2026-7211Shared CWE-74, CWE-77
CVE-2026-7215Shared CWE-74, CWE-77
CVE-2026-6980Shared CWE-74, CWE-77
CVE-2026-7157Shared CWE-74, CWE-77
CVE-2026-1066Shared CWE-74, CWE-77
CVE-2025-15133Shared CWE-74, CWE-77
CVE-2025-8752Shared CWE-74, CWE-77
CVE-2025-0328Shared CWE-74, CWE-77

References