diff --git a/advisories/unreviewed/2025/05/GHSA-5qwj-342r-h886/GHSA-5qwj-342r-h886.json b/advisories/github-reviewed/2025/05/GHSA-5qwj-342r-h886/GHSA-5qwj-342r-h886.json similarity index 73% rename from advisories/unreviewed/2025/05/GHSA-5qwj-342r-h886/GHSA-5qwj-342r-h886.json rename to advisories/github-reviewed/2025/05/GHSA-5qwj-342r-h886/GHSA-5qwj-342r-h886.json index 688ee6ef46b..64973d70728 100644 --- a/advisories/unreviewed/2025/05/GHSA-5qwj-342r-h886/GHSA-5qwj-342r-h886.json +++ b/advisories/github-reviewed/2025/05/GHSA-5qwj-342r-h886/GHSA-5qwj-342r-h886.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-5qwj-342r-h886", - "modified": "2025-05-26T09:30:45Z", + "modified": "2025-05-27T22:36:41Z", "published": "2025-05-26T09:30:45Z", "aliases": [ "CVE-2025-5174" ], + "summary": "pypickle unsafe deserialization vulnerability", "details": "A vulnerability was found in erdogant pypickle up to 1.1.5 and classified as problematic. Affected by this issue is the function load of the file pypickle/pypickle.py. The manipulation leads to deserialization. Local access is required to approach this attack. The exploit has been disclosed to the public and may be used. Upgrading to version 2.0.0 is able to address this issue. The patch is identified as 14b4cae704a0bb4eb6723e238f25382d847a1917. It is recommended to upgrade the affected component.", "severity": [ { @@ -14,10 +15,30 @@ }, { "type": "CVSS_V4", - "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X" + "score": "CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "pypickle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "2.0.0" + } + ] + } + ] } ], - "affected": [], "references": [ { "type": "ADVISORY", @@ -35,6 +56,10 @@ "type": "WEB", "url": "https://github.com/erdogant/pypickle/commit/14b4cae704a0bb4eb6723e238f25382d847a1917" }, + { + "type": "PACKAGE", + "url": "https://github.com/erdogant/pypickle" + }, { "type": "WEB", "url": "https://github.com/erdogant/pypickle/releases/tag/2.0.0" @@ -54,11 +79,12 @@ ], "database_specific": { "cwe_ids": [ - "CWE-20" + "CWE-20", + "CWE-502" ], "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-05-27T22:36:41Z", "nvd_published_at": "2025-05-26T07:15:26Z" } } \ No newline at end of file