jsonpickle@1.4.2 vulnerabilities

jsonpickle encodes/decodes any Python object to/from JSON

  • latest version

    4.0.5

  • latest non vulnerable version

  • first published

    15 years ago

  • latest version published

    23 days ago

  • licenses detected

  • Direct Vulnerabilities

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

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    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)