In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsLearn about Arbitrary Code Execution vulnerabilities in an interactive lesson.
Start learningUpgrade jsonpickle
to version 3.3.0 or higher.
jsonpickle is a Python library for serializing any arbitrary object graph into JSON.
Affected versions of this package are vulnerable to Arbitrary Code Execution during the deserialization process of untrusted user input. The vulnerability derives from the unsafe usage of eval()
in the loadrepr()
.