Jackson CVE-2019-12384: anatomy of a vulnerability class
https://blog.doyensec.com/2019/07/22/jackson-gadgets.html [blog.doyensec.com]
2019-07-28 01:56
During one of our engagements, we analyzed an application which used the Jackson library for deserializing JSONs. In that context, we have identified a deserialization vulnerability where we could control the class to be deserialized. In this article, we want to show how an attacker may leverage this deserialization vulnerability to trigger attacks such as Server-Side Request Forgery (SSRF) and remote code execution.
source: green