Transformers Deserialization of Untrusted Data vulnerability
Low3.4CVE-2024-3568 · Published Apr 10, 2024 · updated Jul 7, 2026
The huggingface/transformers library is vulnerable to arbitrary code execution through deserialization of untrusted data within the `load_repo_checkpoint()` function of the `TFPreTrainedModel()` class. Attackers can execute arbitrary code and commands by crafting a malicious serialized payload, exploiting the use of `pickle.load()` on data from potentially untrusted sources. This vulnerability allows for remote code execution (RCE) by deceiving victims into loading a seemingly harmless checkpoint during a normal training process, thereby enabling attackers to execute arbitrary code on the targeted machine.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| transformers PyPI | < 4.38.0 | 4.38.0 |
Details and references
- CVSS 3.0
- CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:C/C:N/I:N/A:L
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-502
- Also known as
- CVE-2024-3568, PYSEC-2026-1978
More Transformers advisories
All Transformers| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Nov 232024 | Deserialization of Untrusted Data in Hugging Face Transformers | High8.8 | 4.48.0 |
| Nov 232024 | Deserialization of Untrusted Data in Hugging Face Transformers | High7.5 | 4.48.0 |
| Nov 232024 | Deserialization of Untrusted Data in Hugging Face Transformers | High8.8 | 4.48.0 |
| Dec 202023 | transformers has a Deserialization of Untrusted Data vulnerability | High7.8 | 4.36.0 |
| Dec 192023 | transformers has a Deserialization of Untrusted Data vulnerability | Critical9.0 | 4.36.0 |
| May 182023 | transformers has Insecure Temporary File | Medium4.7 | 4.30.0 |