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-27495 — Proof-of-concept exploit and lab environment for CVE-2026-27495 | Kitploit
Tools/GitHubGitHub/dexsemon/cve-2026-27495
Vulnerability AnalysisCode AnalysisExploitationLearning & EducationBinary ExploitationLabs & Practice
GitHubdexsemon/cve-2026-27495

CVE-2026-27495

Proof-of-concept exploit and lab environment for CVE-2026-27495

View Repository
1 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-27495 — n8n JS Task Runner Sandbox Escape

Sandbox escape on n8n JavaScript Task Runner via host-realm object leak.

CVECVE-2026-27495
CVSS9.4 (Critical)
CWECWE-94 — Code Injection
Affectedn8n < 1.123.22 / 2.0.0–2.9.2 / 2.10.0
Fixed1.123.22 / 2.9.3 / 2.10.1
Attack SurfaceCode node (authenticated, Task Runners enabled)

Quick Start

1. Deploy Vulnerable Lab

root@kitploit:~
docker compose up -d

Wait ~15s for n8n to start, then open http://localhost:5678 and create an owner account (email: [email protected], password: TestPassword123!).

2. Install Dependencies

root@kitploit:~
pip install requests

3. Exploit

Probe sandbox escape :

root@kitploit:~
python3 exploit.py --probe

RCE — uncomment NODE_FUNCTION_ALLOW_BUILTIN=* in docker-compose.yml, then restart:

root@kitploit:~
docker compose down && docker compose up -d
python3 exploit.py --cmd "id && cat /etc/passwd"

First-time setup (creates owner account automatically):

root@kitploit:~
python3 exploit.py --setup --probe

Usage

root@kitploit:~
Options:
  --url URL            n8n base URL (default: http://localhost:5678)
  --email EMAIL        Login email (default: [email protected])
  --password PASSWORD  Login password
  --cmd CMD            OS command to execute (RCE)
  --setup              Create owner account (fresh instance)
  --probe              Probe sandbox escape only (no RCE, works with any config)
  --proxy PROXY        HTTP proxy (e.g. http://127.0.0.1:8080)

Disclaimer

For authorized security research and educational purposes only.

Download Tool