diff --git a/advisories/unreviewed/2024/11/GHSA-qxrp-vhvm-j765/GHSA-qxrp-vhvm-j765.json b/advisories/github-reviewed/2024/11/GHSA-qxrp-vhvm-j765/GHSA-qxrp-vhvm-j765.json similarity index 62% rename from advisories/unreviewed/2024/11/GHSA-qxrp-vhvm-j765/GHSA-qxrp-vhvm-j765.json rename to advisories/github-reviewed/2024/11/GHSA-qxrp-vhvm-j765/GHSA-qxrp-vhvm-j765.json index de6ae1ace22..1d572b445b4 100644 --- a/advisories/unreviewed/2024/11/GHSA-qxrp-vhvm-j765/GHSA-qxrp-vhvm-j765.json +++ b/advisories/github-reviewed/2024/11/GHSA-qxrp-vhvm-j765/GHSA-qxrp-vhvm-j765.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-qxrp-vhvm-j765", - "modified": "2024-11-23T03:31:58Z", + "modified": "2025-02-11T15:04:55Z", "published": "2024-11-23T03:31:58Z", "aliases": [ "CVE-2024-11392" ], + "summary": "Deserialization of Untrusted Data in Hugging Face Transformers", "details": "Hugging Face Transformers MobileViTV2 Deserialization of Untrusted Data Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Hugging Face Transformers. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.\n\nThe specific flaw exists within the handling of configuration files. The issue results from the lack of proper validation of user-supplied data, which can result in deserialization of untrusted data. An attacker can leverage this vulnerability to execute code in the context of the current user. Was ZDI-CAN-24322.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H" } ], - "affected": [], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "transformers" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "4.48.0" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-11392" }, + { + "type": "PACKAGE", + "url": "https://github.com/huggingface/transformers" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/transformers/PYSEC-2024-227.yaml" + }, { "type": "WEB", "url": "https://www.zerodayinitiative.com/advisories/ZDI-24-1513" @@ -29,8 +58,8 @@ "CWE-502" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2025-02-11T15:04:55Z", "nvd_published_at": "2024-11-22T22:15:06Z" } } \ No newline at end of file