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
ktor-xxe-poc — PoC for CVE-2023-45612 | Kitploit
Tools/GitHubGitHub/aecelen/ktor-xxe-poc
Vulnerability AnalysisCode AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubaecelen/ktor-xxe-poc

ktor-xxe-poc

PoC for CVE-2023-45612

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

ktor-xxe-poc

This is a proof-of-concept reproducing the security problem CVE-2023-45612.

Versions Used

  • Ktor: 2.2.3
  • xmlutil: 0.84.3
  • Java: 17.0.6
  • Gradle: 9.1.0
  • Python: 3.13.7

How to Run

  1. Build and run the server:
root@kitploit:~
./gradlew build
./gradlew run
  1. Test the XXE payload :
root@kitploit:~
python test.py

The server will run on http://localhost:8080

Download Tool