PT-2026-68154 · Hugging Face · Peft
CVSS v3.1
8.8
High
| Vector | AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H |
Name of the Vulnerable Software and Affected Versions
Hugging Face peft (affected versions not specified)
Description
The LoRA-GA and CorDA initialization modules call the
torch.load() function on cache or covariance files specified in the configuration without setting the weights only=True parameter. This bypasses the safe-loading wrapper implemented in other parts of the codebase. Since torch.load() without weights only=True performs full pickle deserialization, an attacker can achieve arbitrary code execution by providing a malicious cache or covariance file, such as one that is shared or downloaded.Recommendations
At the moment, there is no information about a newer version that contains a fix for this vulnerability.
Exploit
Deserialization of Untrusted Data
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Peft