com.fasterxml.jackson

CVE-2019-12384 | com.fasterxml.jackson

SSRF to RCE

their is vulnearability in jackson parser , this takes advantage of JSON Deseralization and do a SSRF , by which we can chain it to RCE Prerequsites :-

  1. application takes json data by user

  2. application process that json data using com.fasterxml.jackson

in order to exploit :-

  1. make a sql file , which the server is going to recieve and edit your payload in it

  1. set up a local server on your machine using python

  2. in burp suite or in input field enter this ruby payload :-

  1. Make sure , changing ip address in ruby payload and command injection in sql file , accordingly

Last updated