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-58098 — Docker-based lab demonstrating CVE-2025-58098 argument injection vulnerability with source, vulnerable, and patched code comparisons for security education. | Kitploit
Tools/GitHubGitHub/dhmosfunk/cve-2025-58098
Vulnerability AnalysisCode AnalysisWeb Application ExploitationLearning & EducationLabs & Practice
GitHubdhmosfunk/cve-2025-58098

CVE-2025-58098

Docker-based lab demonstrating CVE-2025-58098 argument injection vulnerability with source, vulnerable, and patched code comparisons for security education.

View Repository
318 months 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-58098

#exec cmd=... directive (CVE-2025-58098) argument injection

Lab

  • docker build -t cve-2025-58098-lab .
  • docker run -it -p 8080:80 cve-2025-58098-lab

Vulnerable

Patched

Download Tool