GHSA-j66q-qmrc-89rx

Suggest an improvement
Source
https://github.com/advisories/GHSA-j66q-qmrc-89rx
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/05/GHSA-j66q-qmrc-89rx/GHSA-j66q-qmrc-89rx.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-j66q-qmrc-89rx
Aliases
Published
2022-05-24T17:36:44Z
Modified
2024-09-24T21:13:23.643342Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
  • 9.3 (Critical) CVSS_V4 - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N CVSS Calculator
Summary
jsonpickle unsafe deserialization
Details

jsonpickle through 1.4.2 allows remote code execution during deserialization of a malicious payload through the decode() function. This CVE is disputed by the project author as intended functionality.

Database specific
{
    "nvd_published_at": "2020-12-17T16:15:00Z",
    "cwe_ids": [
        "CWE-502"
    ],
    "severity": "CRITICAL",
    "github_reviewed": true,
    "github_reviewed_at": "2024-02-01T20:58:40Z"
}
References

Affected packages

PyPI / jsonpickle

Package

Affected ranges

Type
ECOSYSTEM
Events
Introduced
0Unknown introduced version / All previous versions are affected
Last affected
1.4.2

Affected versions

0.*

0.0.1
0.0.2
0.0.4
0.0.5
0.1.0
0.2.0
0.3.0
0.3.1
0.4.0
0.5.0-beta
0.5.0
0.6.0
0.6.1
0.7.0
0.7.1
0.7.2
0.8.0
0.9.0
0.9.1
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6

1.*

1.0
1.1
1.2
1.3
1.4
1.4.1
1.4.2

Ecosystem specific

{
    "affected_functions": [
        "jsonpickle.decode"
    ]
}