gsd-2020-22083
Vulnerability from gsd
Modified
2023-12-13 01:21
Details
** DISPUTED ** jsonpickle through 1.4.1 allows remote code execution during deserialization of a malicious payload through the decode() function. Note: It has been argued that this is expected and clearly documented behaviour. pickle is known to be capable of causing arbitrary code execution, and must not be used with un-trusted data.
Aliases
Aliases
{ "GSD": { "alias": "CVE-2020-22083", "description": "** DISPUTED ** jsonpickle through 1.4.1 allows remote code execution during deserialization of a malicious payload through the decode() function. Note: It has been argued that this is expected and clearly documented behaviour. pickle is known to be capable of causing arbitrary code execution, and must not be used with un-trusted data.", "id": "GSD-2020-22083", "references": [ "https://www.suse.com/security/cve/CVE-2020-22083.html", "https://security.archlinux.org/CVE-2020-22083" ] }, "gsd": { "metadata": { "exploitCode": "unknown", "remediation": "unknown", "reportConfidence": "confirmed", "type": "vulnerability" }, "osvSchema": { "aliases": [ "CVE-2020-22083" ], "details": "** DISPUTED ** jsonpickle through 1.4.1 allows remote code execution during deserialization of a malicious payload through the decode() function. Note: It has been argued that this is expected and clearly documented behaviour. pickle is known to be capable of causing arbitrary code execution, and must not be used with un-trusted data.", "id": "GSD-2020-22083", "modified": "2023-12-13T01:21:59.092567Z", "schema_version": "1.4.0" } }, "namespaces": { "cve.org": { "CVE_data_meta": { "ASSIGNER": "cve@mitre.org", "ID": "CVE-2020-22083", "STATE": "PUBLIC" }, "affects": { "vendor": { "vendor_data": [ { "product": { "product_data": [ { "product_name": "n/a", "version": { "version_data": [ { "version_value": "n/a" } ] } } ] }, "vendor_name": "n/a" } ] } }, "data_format": "MITRE", "data_type": "CVE", "data_version": "4.0", "description": { "description_data": [ { "lang": "eng", "value": "** DISPUTED ** jsonpickle through 1.4.1 allows remote code execution during deserialization of a malicious payload through the decode() function. Note: It has been argued that this is expected and clearly documented behaviour. pickle is known to be capable of causing arbitrary code execution, and must not be used with un-trusted data." } ] }, "problemtype": { "problemtype_data": [ { "description": [ { "lang": "eng", "value": "n/a" } ] } ] }, "references": { "reference_data": [ { "name": "https://github.com/j0lt-github/python-deserialization-attack-payload-generator", "refsource": "MISC", "url": "https://github.com/j0lt-github/python-deserialization-attack-payload-generator" }, { "name": "https://versprite.com/blog/application-security/into-the-jar-jsonpickle-exploitation/", "refsource": "MISC", "url": "https://versprite.com/blog/application-security/into-the-jar-jsonpickle-exploitation/" }, { "name": "https://github.com/jsonpickle/jsonpickle/issues/332", "refsource": "MISC", "url": "https://github.com/jsonpickle/jsonpickle/issues/332" }, { "name": "https://gist.github.com/j0lt-github/bb543e77a1a10c33cb56cf23d0837874", "refsource": "MISC", "url": "https://gist.github.com/j0lt-github/bb543e77a1a10c33cb56cf23d0837874" }, { "name": "https://github.com/jsonpickle/jsonpickle/issues/332#issuecomment-747807494", "refsource": "MISC", "url": "https://github.com/jsonpickle/jsonpickle/issues/332#issuecomment-747807494" }, { "name": "https://access.redhat.com/security/cve/CVE-2020-22083", "refsource": "MISC", "url": "https://access.redhat.com/security/cve/CVE-2020-22083" } ] } }, "gitlab.com": { "advisories": [ { "affected_range": "\u003c=1.4.1", "affected_versions": "All versions up to 1.4.1", "cvss_v2": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "cvss_v3": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "cwe_ids": [ "CWE-1035", "CWE-502", "CWE-937" ], "date": "2020-12-23", "description": "jsonpickle allows remote code execution during deserialization of a malicious payload through the `decode()` function.", "fixed_versions": [ "1.4.2" ], "identifier": "CVE-2020-22083", "identifiers": [ "CVE-2020-22083" ], "not_impacted": "All versions after 1.4.1", "package_slug": "pypi/jsonpickle", "pubdate": "2020-12-17", "solution": "Upgrade to version 1.4.2 or above.", "title": "Deserialization of Untrusted Data", "urls": [ "https://nvd.nist.gov/vuln/detail/CVE-2020-22083" ], "uuid": "23f434ba-f7be-4c73-bb2c-56249bffca38" } ] }, "nvd.nist.gov": { "cve": { "configurations": [ { "nodes": [ { "cpeMatch": [ { "criteria": "cpe:2.3:a:jsonpickle_project:jsonpickle:*:*:*:*:*:*:*:*", "matchCriteriaId": "71A1AAB5-F6D5-4BA1-94C4-92442D7606BC", "versionEndIncluding": "1.4.1", "vulnerable": true } ], "negate": false, "operator": "OR" } ] } ], "descriptions": [ { "lang": "en", "value": "jsonpickle through 1.4.1 allows remote code execution during deserialization of a malicious payload through the decode() function. Note: It has been argued that this is expected and clearly documented behaviour. pickle is known to be capable of causing arbitrary code execution, and must not be used with un-trusted data" }, { "lang": "es", "value": "** EN DISPUTA ** jsonpickle versiones hasta 1.4.1 permite una ejecuci\u00f3n de c\u00f3digo remota durante la deserializaci\u00f3n de una carga \u00fatil maliciosa por medio de la funci\u00f3n decode(). Nota: Se ha argumentado que se trata de un comportamiento esperado y claramente documentado. Se sabe que los pepinillos son capaces de causar la ejecuci\u00f3n arbitraria de c\u00f3digos, y no deben utilizarse con datos no fiables." } ], "id": "CVE-2020-22083", "lastModified": "2024-04-11T01:07:47.030", "metrics": { "cvssMetricV2": [ { "acInsufInfo": false, "baseSeverity": "HIGH", "cvssData": { "accessComplexity": "LOW", "accessVector": "NETWORK", "authentication": "NONE", "availabilityImpact": "PARTIAL", "baseScore": 7.5, "confidentialityImpact": "PARTIAL", "integrityImpact": "PARTIAL", "vectorString": "AV:N/AC:L/Au:N/C:P/I:P/A:P", "version": "2.0" }, "exploitabilityScore": 10.0, "impactScore": 6.4, "obtainAllPrivilege": false, "obtainOtherPrivilege": false, "obtainUserPrivilege": false, "source": "nvd@nist.gov", "type": "Primary", "userInteractionRequired": false } ], "cvssMetricV31": [ { "cvssData": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 9.8, "baseSeverity": "CRITICAL", "confidentialityImpact": "HIGH", "integrityImpact": "HIGH", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "version": "3.1" }, "exploitabilityScore": 3.9, "impactScore": 5.9, "source": "nvd@nist.gov", "type": "Primary" } ] }, "published": "2020-12-17T16:15:12.610", "references": [ { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://access.redhat.com/security/cve/CVE-2020-22083" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://gist.github.com/j0lt-github/bb543e77a1a10c33cb56cf23d0837874" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/j0lt-github/python-deserialization-attack-payload-generator" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/jsonpickle/jsonpickle/issues/332" }, { "source": "cve@mitre.org", "tags": [ "Third Party Advisory" ], "url": "https://github.com/jsonpickle/jsonpickle/issues/332#issuecomment-747807494" }, { "source": "cve@mitre.org", "tags": [ "Exploit", "Third Party Advisory" ], "url": "https://versprite.com/blog/application-security/into-the-jar-jsonpickle-exploitation/" } ], "sourceIdentifier": "cve@mitre.org", "vulnStatus": "Modified", "weaknesses": [ { "description": [ { "lang": "en", "value": "CWE-502" } ], "source": "nvd@nist.gov", "type": "Primary" } ] } } } }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.
Loading…