9.8
CVE-2020-22083
- EPSS 6.1%
- Veröffentlicht 17.12.2020 16:15:12
- Zuletzt bearbeitet 21.11.2024 05:13:06
- Quelle cve@mitre.org
- CVE-Watchlists
- Unerledigt
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
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
Jsonpickle Project ≫ Jsonpickle Version <= 1.4.1
| Typ | Quelle | Score | Percentile |
|---|---|---|---|
| EPSS | FIRST.org | 6.1% | 0.925 |
| Quelle | Base Score | Exploit Score | Impact Score | Vector String |
|---|---|---|---|---|
| nvd@nist.gov | 9.8 | 3.9 | 5.9 |
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
| nvd@nist.gov | 7.5 | 10 | 6.4 |
AV:N/AC:L/Au:N/C:P/I:P/A:P
|
CWE-502 Deserialization of Untrusted Data
The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
https://access.redhat.com/security/cve/CVE-2020-22083
https://gist.github.com/j0lt-github/bb543e77a1a10c33cb56cf23d0837874
https://github.com/j0lt-github/python-deserialization-attack-payload-generator
https://github.com/jsonpickle/jsonpickle/issues/332
https://github.com/jsonpickle/jsonpickle/issues/332#issuecomment-747807494
https://versprite.com/blog/application-security/into-the-jar-jsonpickle-exploitation/