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
jinjava-cve-2026-25526-poc — Step-by-step exploit harness and proof-of-concept for CVE-2026-25526 in Jinjava, demonstrating file read, file creation, and info disclosure with patch verification. | Kitploit
Tools/GitHubGitHub/av4nth1ka/jinjava-cve-2026-25526-poc
Vulnerability AnalysisExploitationWeb Application ExploitationLearning & EducationLabs & Practice
GitHubav4nth1ka/jinjava-cve-2026-25526-poc

jinjava-cve-2026-25526-poc

Step-by-step exploit harness and proof-of-concept for CVE-2026-25526 in Jinjava, demonstrating file read, file creation, and info disclosure with patch verification.

View Repository
26 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
  1. Step-by-step exploit (all 9 steps):

    mvn exec:java -Dexec.mainClass=ExploitHarness -q

  2. Final exploit chains (file creation, file read, info disclosure):

    mvn exec:java -Dexec.mainClass=ExploitFinal -q

  3. File content exfiltration (reads /etc/passwd, /etc/hosts):

    mvn exec:java -Dexec.mainClass=ExploitFileRead -q

  4. Patch verification (change version in pom.xml to 2.8.3, proves 2.8.3 blocks everything):

    mvn exec:java -Dexec.mainClass=PatchVerification -q

Refer blog: https://av4nth1ka.github.io/jinjava-rce-cve-2026-25526/

Download Tool