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-24813 — This repository contains a shell script based POC on Apache Tomcat CVE-2025-24813. It allow you to easily test the vulnerability on any version of Apache Tomcat | Kitploit
Tools/GitHubGitHub/manjula-aw/cve-2025-24813
Vulnerability ScannersVulnerability AnalysisWeb SecurityPenetration Testing
GitHubmanjula-aw/cve-2025-24813

CVE-2025-24813

This repository contains a shell script based POC on Apache Tomcat CVE-2025-24813. It allow you to easily test the vulnerability on any version of Apache Tomcat

View Repository
111 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

Testing any tomcat version to see whether that version is vulnerable to CVE-2025-24813

This POC allow you to test any tomcat version to verify whether that version is vulnerable to CVE-2025-24813 under the vulnerable conditions, in Unix environments (tested on a Ubuntu machine).

Note: tested using openjdk 11.

  1. Modify tomcat_version variable in 01-prepare-environment.sh file to the targeted tomcat version
    root@kitploit:~
    #!/bin/bash
    tomcat_version="10.1.20"
    
  2. Prepare the environment: Run the file 01-prepare-environment.sh
  3. Test the POC: Run the file 02-test.sh

Please read https://digitaldefenders.substack.com/p/cve-2025-24813-one-guard-lies-one for a more detailed explanation on this vulnerability.

Download Tool