Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Pythagora-io/gpt-pilot
- https://www.notion.so/CVE-2026-31246-35d1e1393188812ea3c6c88ad28d3d57
FAQ
What is CVE-2026-31246?
CVE-2026-31246 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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 ...
How severe is CVE-2026-31246?
CVE-2026-31246 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-31246?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.