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
dubbo-CVE-2023-23638 — PoC exploit for Apache Dubbo CVE-2023-23638, a Hessian deserialization vulnerability enabling JNDI injection. Includes analysis articles and requires ZooKeeper and Java 8 for testing. | Kitploit
Tools/GitHubGitHub/cuijiung/dubbo-cve-2023-23638
Vulnerability AnalysisExploitationWeb Application ExploitationPapers & ResearchLearning & EducationPayload Development
GitHubcuijiung/dubbo-cve-2023-23638

dubbo-CVE-2023-23638

PoC exploit for Apache Dubbo CVE-2023-23638, a Hessian deserialization vulnerability enabling JNDI injection. Includes analysis articles and requires ZooKeeper and Java 8 for testing.

View Repository
111 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-2023-23638

For educational purposes only

ZooKeeper required

Tested on Java 8. Other versions have not been tested and are not guaranteed to work.

To reproduce, add the VM parameter to DemoComsumer: -Ddubbo.hessian.allowNonSerializable=true. For details, see https://su18.org/post/hessian/#serializable

Analysis article: https://exp10it.io/2023/03/apache-dubbo-cve-2023-23638-%E5%88%86%E6%9E%90/

The essence of the POC is to use a certain class to modify properties to bypass restrictions. The provided code is for JNDI injection. You can refer to CVE-2023-23638 Apache Dubbo JavaNative反序列化漏洞分析 to modify it into a deserialization exploit method.

Download Tool