Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: why was the vulnerability on jsonpickle<=1.4.1 removed in last november? #2368

Open
Lucas-C opened this issue Jan 26, 2024 · 0 comments

Comments

@Lucas-C
Copy link

Lucas-C commented Jan 26, 2024

Hi,

I just noticed that there used to be a vulnerability reported on jsonpickle<=1.4.1.
It is present in https://github.com/pyupio/safety-db/blob/8539d7b/data/insecure_full.json:

"jsonpickle": [
    {
        "advisory": "Jsonpickle through 1.4.1 allows remote code execution during deserialization of a malicious payload through the decode() function. See CVE-2020-22083.",
        "cve": "CVE-2020-22083",
        "id": "pyup.io-39319",
        "more_info_path": "/vulnerabilities/CVE-2020-22083/39319",
        "specs": [
            "<=1.4.1"
        ],
        "v": "<=1.4.1"
    }
]

However in commit 063909b this vulnerability was removed.

What is the reason for that removal?
Is this because this CVE is "disputed"? cf.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant