Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-1337-AI-Coding-Assistant-Prompt-Injection-to-Sandbox-Escape — A prompt injection in a code‑review bot that executes AI‑generated fixes in a sandbox. The sandbox uses a blacklist to prevent dangerous commands, but a polyglot payload bypasses the filter and achieves remote code execution. | Kitploit
Tools/GitHubGitHub/george0papasotiriou/cve-2026-1337-ai-coding-assistant-prompt-injection-to-sandbox-escape
Vulnerability AnalysisCode AnalysisExploitationLearning & EducationPayload DevelopmentAI SecurityAdversarial Attack
GitHubgeorge0papasotiriou/cve-2026-1337-ai-coding-assistant-prompt-injection-to-sandbox-escape

CVE-2026-1337-AI-Coding-Assistant-Prompt-Injection-to-Sandbox-Escape

A prompt injection in a code‑review bot that executes AI‑generated fixes in a sandbox. The sandbox uses a blacklist to prevent dangerous commands, but a polyglot payload bypasses the filter and achieves remote code execution.

View Repository
31 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-1337 – AI Coding Assistant Prompt Injection to RCE

Severity: Critical CVE-2026-1337

📖 Overview

A prompt injection vulnerability in an AI-powered code review bot allows an attacker to inject arbitrary shell commands by manipulating the bot’s “fix” suggestion. The sanitizer uses a simple blacklist that is bypassed using encoding tricks.

⚙️ Vulnerability Details

  • Type: Prompt Injection → Command Injection
  • Impact: Remote Code Execution (RCE) on the CI/CD runner.
  • Root Cause: The AI model blindly echoes a user‑supplied ##Fix: section. A blacklist attempts to block dangerous commands but fails against encoded payloads (base64, variable indirection).
  • Affected Software: Hypothetical “DevBot v3.1” – simulated here for educational purposes.

🧪 Exploit Demonstration

  1. Start the vulnerable service:
root@kitploit:~
python ai_code_review_bot.py
  • Run the exploit bash python exploit.py
  • Download Tool