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-2023-21939 — JDK CVE-2023-21939 | Kitploit
Tools/GitHubGitHub/y4sec-team/cve-2023-21939
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationLearning & Education
GitHuby4sec-team/cve-2023-21939

CVE-2023-21939

JDK CVE-2023-21939

View Repository
93103 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

JDK CVE-2023-21939

文章链接

This is JDK CVE-2023-21939

Use JDK version lower than 8u371

JDK + Apache XML Graphics

root@kitploit:~
<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>batik-swing</artifactId>
    <version>1.15</version>
</dependency>

How to reproduce this RCE:

(1) Run XmlServer.java

(2) Run JarServer.java

(3) Run JarRCE.java for Test and successfully RCE

Screenshot:

JDK + Apache XML Graphics + Mozilla Rhino

root@kitploit:~
<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>batik-swing</artifactId>
    <version>1.15</version>
</dependency>
<dependency>
    <groupId>org.mozilla</groupId>
    <artifactId>rhino</artifactId>
    <version>1.7.10</version>
</dependency>

How to reproduce this RCE:

(1) Run XmlServer.java

(2) Run JSRCE.java for Test and successfully RCE

Screenshot:

Download Tool