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
Tools/GitHubGitHub/galoryber/cve-2025-54988-vulntikaproject
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & EducationLabs & Practice
GitHubgaloryber/cve-2025-54988-vulntikaproject

cve-2025-54988-VulnTikaProject

Deliberately vulnerable Spring Boot application using Apache Tika 3.2.1 for testing CVE-2025-54988 XXE exploitation via malicious PDF uploads.

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

Apache Tika Vulnerability Testing Project

This is a Spring Boot application that uses Apache Tika 3.2.1 for document processing and text extraction.

Prerequisites

Have Docker

Usage

./start-app.sh

or docker compose up -d

CVE execution

Upload your malicious PDF (https://github.com/mgthuramoemyint/POC-CVE-2025-54988) to the endpoint to be extracted.

curl -X POST -F "[email protected]" http://127.0.0.1:8080/api/extract-text

curl -X POST -F "[email protected]" http://127.0.0.1:8080/api/detect-type

curl -X POST -F "[email protected]" http://127.0.0.1:8080/api/extract-pdf

Note

Tika can be used to ID File Types. This capability does not appear to trigger the vulnerability.

When Tika is used to extract the data, it will trigger the XXE. This happens through either the tika objects .parseToString method or the PDFParser objects .parse method. Maybe there are more methods. It makes sense that the XXE would only be executed on a parser extract method.

CVE-2025-54988 CVE-2025-66516

Download Tool