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-2025-26055 — CVE Description | Kitploit
Tools/GitHubGitHub/rohan-pt/cve-2025-26055
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubrohan-pt/cve-2025-26055

CVE-2025-26055

CVE Description

View Repository
131 year 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-2025-26055

CVE Description

Author : Rohan Deshpande

OS Command Injection

Summary

OS command injection is a security vulnerability that allows an attacker to execute arbitrary commands on a host operating system via a vulnerable application. This can lead to unauthorized access, data breaches, and system compromise.

Impact

The impact of OS command injection can include unauthorized access to system resources, data theft, system compromise, and potential full control over the affected server, leading to severe security breaches and operational disruptions.

Affected URL

http://<ip>:<port>/generateTrackRoute

Recommendation

To mitigate OS command injection vulnerabilities, validate and sanitize all user inputs, use parameterized commands or APIs, and implement least privilege principles to limit the execution context of applications. Regular security testing and code reviews are also essential to identify and remediate potential weaknesses.

Proof of Concept

  1. Login to the console and navigate to Troubleshoot → Tracert.
  2. Enter IP and restriction bypass payload ‘<!--#exec%20cmd="/usr/bin/id;-->’. Notice the result.
  3. Capture the request and try to fetch ‘<!--#exec%20cmd="/bin/cat%20/etc/passwd"-->’ file through tracertVal parameter and notice file displayed in HTTP response
Download Tool