CyberRota
← Ana sayfaya dön

CVE-2026-31246

MEDIUM · CVSS 6.5 EPSS %0.97 Public Exploit

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-11T16:17:29.623 · Çekilme zamanı: 2026-06-09T06:00:32.271958+00:00

CyberRota Yorumu

Uzaktan istismar edilebilir olabilir.

Public Exploit Sinyali

Bu CVE için açıklama veya referanslarda public exploit / PoC / GitHub / Metasploit sinyali tespit edildi.

Tespit Edilen Sinyaller
remote code execution code execution
GitHub PoC Linkleri

Not: Bu bağlantılar yalnızca güvenlik araştırması ve doğrulama amacıyla listelenmiştir.

CVE
CVE-2026-31246
Severity
MEDIUM
CVSS
6.5
EPSS
%0.97
F5

Orijinal NVD Açıklaması

GPT-Pilot thru commit 0819827ce20346ef5f25b3fe29293cb448840565 (2025-09-03) contains a command injection vulnerability (CWE-78) in the Executor.run() method. During project execution, when the system prompts the user to confirm or modify a command to be run, it accepts free-text input without proper validation. The user-supplied input is directly passed to asyncio.create_subprocess_shell() for execution. This allows an attacker to replace the intended command with arbitrary shell commands, leading to remote code execution with the privileges of the GPT-Pilot process.