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-30065 — PoC | Kitploit
Tools/GitHubGitHub/bjornhels/cve-2025-30065
Payload GenerationVulnerability AnalysisCode AnalysisExploitationLearning & EducationBinary Exploitation
GitHubbjornhels/cve-2025-30065

CVE-2025-30065

PoC

View Repository
1231 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-30065 - Parquet Deserialization PoC

This project demonstrates a safe proof-of-concept for CVE-2025-30065 using Apache Parquet and Java deserialization.

When a Parquet file containing a serialized Java object is read, the payload executes a visible command to prove code execution.


📦 Usage

Generate the Parquet payload:

root@kitploit:~
docker-compose run --rm maven-parquet mvn compile exec:java -Dexec.mainClass=ParquetPayloadWriter

docker-compose run --rm maven-parquet mvn compile exec:java -Dexec.mainClass=ParquetPayloadReader

You should see something like:

[👀 payload output] {output of whoami}

Won't work in patched 1.15.1

Try to change the version number to 1.15.1 from the vulnerable <1.15.0 in /app/pom.xml. It will no longer work.

links

BleepingComputer

NIST CVE

Download Tool