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
EITS-Portal-Exploit-CVE-2026-31367-PoC — PoC exploit for unauthenticated RCE in EITS Admin Dashboard v2.4.0 via command injection in /api/v1/debug, allowing arbitrary OS command execution on exposed servers. | Kitploit
Tools/GitHubGitHub/hereticl1nk/eits-portal-exploit-cve-2026-31367-poc
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingAPI Security
GitHubhereticl1nk/eits-portal-exploit-cve-2026-31367-poc

EITS-Portal-Exploit-CVE-2026-31367-PoC

PoC exploit for unauthenticated RCE in EITS Admin Dashboard v2.4.0 via command injection in /api/v1/debug, allowing arbitrary OS command execution on exposed servers.

View Repository
626 days 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-31367: [EITS Admin Dashboard v2.4.0] - RCE PoC

Python Version License Status

This repository contains the Proof of Concept (PoC) for the unauthenticated Remote Code Execution (RCE) vulnerability in [EITS Admin Dashboard] v2.4.0 (CVE-2026-31367).

The vulnerability occurs due to a flaw in input sanitization on the /api/v1/debug endpoint, allowing an attacker to inject and execute arbitrary commands on the server through an obfuscated payload.


⚠️ Legal Disclaimer

This script was created strictly for educational and research purposes. The use of this tool to attack targets without prior mutual consent is illegal. The author assumes no responsibility and is not liable for any misuse or damage caused by this program.


⚙️ Prerequisites

  • Python 3.8 or higher.
  • No external libraries required (only built-in dependencies).

🚀 How to use

Clone the repository and run the script passing the target as a parameter:

root@kitploit:~
git clone [https://github.com/](https://github.com/hereticL1nk)[hereticL1nk]/cve-2026-31367-poc.git
cd cve-2026-31337-poc
python3 exploit.py -t [http://10.10.10.42](http://10.10.10.42)
Download Tool