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-rce — PoC of Apache Dubbo CVE-2023-23638 | Kitploit
Tools/GitHubGitHub/x1r0z/dubbo-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubx1r0z/dubbo-rce

dubbo-rce

PoC of Apache Dubbo CVE-2023-23638

View Repository
3452 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

CVE-2023-23638

For learning and research purposes only.

ZooKeeper is required.

The test environment is Java 8. Other versions have not been tested and usability is not guaranteed.

During reproduction, you need to add the VM parameter to DemoComsumer: -Ddubbo.hessian.allowNonSerializable=true. For details, refer to 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 code provided is for JNDI injection. You can refer to CVE-2023-23638 Apache Dubbo JavaNative Deserialization Vulnerability Analysis to modify it into a deserialization exploit method.

Download Tool