🔐 CVE Alert

CVE-2026-80047

UNKNOWN 0.0

Hugging Face Transformers library writes remote code to disk prior to consent check

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

A vulnerability in Hugging Face Transformers (versions >= 4.49.0 and <= 5.8.1) allows remote Python files to be written to local disk without user consent when using GenerativePreTrainedModel.load_custom_generate(). The function fetches and caches a remote module file before performing the required trust_remote_code consent check, inverting the security model enforced by other code-loading paths (such as AutoConfig, AutoModel, and AutoTokenizer). As a result, attacker‑controlled Python code from custom_generate/generate.py is copied into the user’s ~/.cache/huggingface/modules directory even if the user declines the trust prompt. Although execution is correctly gated, the file write is not reversible and can persist across sessions. This can lead to persistent, unauthorized files on disk and stale cache collisions where cached attacker code may later be executed during trusted model loads. The issue stems from an unconditional file write in dynamic_module_utils.py prior to any trust verification.

Vendor hugging face
Product transformers
Published Sep 1, 2026
Last Updated Sep 1, 2026
Stay Ahead of the Next One

Get instant alerts for hugging face transformers

Be the first to know when new unknown vulnerabilities affecting hugging face transformers are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

Hugging Face / Transformers
4.49.0 ≤ 5.8.1

References

NVD ↗ CVE.org ↗ EPSS Data ↗
github.com: https://github.com/huggingface/transformers kb.cert.org: https://kb.cert.org/vuls/id/456290 kb.cert.org: https://www.kb.cert.org/vuls/id/456290