jsonpickle@1.0 vulnerabilities

jsonpickle encodes/decodes any Python object to/from JSON

  • latest version

    4.1.1

  • latest non vulnerable version

  • first published

    16 years ago

  • latest version published

    6 months ago

  • licenses detected

  • Direct Vulnerabilities

    Known vulnerabilities in the jsonpickle package. This does not include vulnerabilities belonging to this package’s dependencies.

    Fix vulnerabilities automatically

    Snyk's AI Trust Platform automatically finds the best upgrade path and integrates with your development workflows. Secure your code at zero cost.

    Fix for free
    VulnerabilityVulnerable Version
    • C
    Arbitrary Code Execution

    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().

    How to fix Arbitrary Code Execution?

    Upgrade jsonpickle to version 3.3.0 or higher.

    [,3.3.0)