From 9543e6ac2bd1326f727129c7ac96a11ad9598c89 Mon Sep 17 00:00:00 2001 From: jesvinjames Date: Tue, 4 Aug 2026 12:13:36 -0500 Subject: [PATCH] Improve GHSA-7hhx-w23w-fg5v --- .../GHSA-7hhx-w23w-fg5v.json | 33 +++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/advisories/unreviewed/2025/12/GHSA-7hhx-w23w-fg5v/GHSA-7hhx-w23w-fg5v.json b/advisories/unreviewed/2025/12/GHSA-7hhx-w23w-fg5v/GHSA-7hhx-w23w-fg5v.json index 3a2dee16d402..0cb83dcc22e9 100644 --- a/advisories/unreviewed/2025/12/GHSA-7hhx-w23w-fg5v/GHSA-7hhx-w23w-fg5v.json +++ b/advisories/unreviewed/2025/12/GHSA-7hhx-w23w-fg5v/GHSA-7hhx-w23w-fg5v.json @@ -1,11 +1,12 @@ { "schema_version": "1.4.0", "id": "GHSA-7hhx-w23w-fg5v", - "modified": "2025-12-23T21:30:29Z", + "modified": "2025-12-23T21:30:41Z", "published": "2025-12-23T21:30:29Z", "aliases": [ "CVE-2025-14920" ], + "summary": "Hugging Face Transformers Perceiver Model Deserialization of Untrusted Data Remote Code Execution Vulnerability", "details": "Hugging Face Transformers Perceiver Model 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 parsing of model 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-25423.", "severity": [ { @@ -13,12 +14,40 @@ "score": "CVSS:3.0/AV:L/AC:L/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" + }, + { + "last_affected": "4.54.1" + } + ] + } + ] + } + ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-14920" }, + { + "type": "PACKAGE", + "url": "https://github.com/huggingface/transformers" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/blob/main/vulns/transformers/PYSEC-2025-211.yaml" + }, { "type": "WEB", "url": "https://www.zerodayinitiative.com/advisories/ZDI-25-1150"