Transformers save_pretrained path traversal allows arbitrary file writes through chat template names
High7.1CVE-2026-9856 · Published Aug 2, 2026 · updated Sep 10, 2026
A vulnerability in huggingface/transformers versions < 5.10.0 allows an attacker to perform arbitrary file writes via path traversal. The issue resides in the `save_pretrained()` methods of `PreTrainedTokenizerBase` and `ProcessorMixin`, where keys from the `chat_template` dictionary are used directly as filenames without proper validation. An attacker can exploit this by publishing a malicious Hugging Face Hub repository with a crafted `tokenizer_config.json` file. When a victim downloads and saves the tokenizer or processor, the attacker-controlled keys can escape the intended save directory, enabling arbitrary file writes with attacker-controlled content. This vulnerability affects multiple processors inheriting from `ProcessorMixin`, including Idefics, Florence, Gemma, Phi, and Qwen-VL.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| transformers PyPI | < 5.10.0 | 5.10.0 |
Details and references
- CVSS 3.0
- CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:L
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-22
- Also known as
- CVE-2026-9856, PYSEC-2026-3929
More Transformers advisories
All Transformers| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| Jun 3 | Transformers: code execution | High8.0 | 5.5.0 |
| May 26 | HuggingFace transformers vulnerable to remote code execution | High7.8 | 5.3.0 |
| Apr 7 | HuggingFace Transformers allows for arbitrary code execution in the `Trainer` class | Medium6.5 | 5.0.0rc3 |
| Dec 232025 | Transformers: code injection | High7.8 | No fix yet |
| Dec 232025 | Transformers: unsafe deserialization | High7.8 | No fix yet |
| Dec 232025 | Transformers: unsafe deserialization | High7.8 | No fix yet |