CRITICALVulnerability
Verified
Global

NVD CRITICAL: CVE-2026-58116 — LLaMA-Factory through 0.9.5 contains a remote code execution vulnerability that ...

·Source: NIST NVD

Updated:

Executive Summary

LLaMA-Factory through 0.9.5 contains a remote code execution vulnerability that allows attackers with WebUI access to execute arbitrary Python code by supplying a malicious model path in the Chat or Training interfaces. The application passes user-supplied model path input unvalidated into AutoTokenizer.from_pretrained() and AutoModel.from_pretrained() with a hardcoded trust_remote_code=True param

Analysis

LLaMA-Factory through 0.9.5 contains a remote code execution vulnerability that allows attackers with WebUI access to execute arbitrary Python code by supplying a malicious model path in the Chat or Training interfaces. The application passes user-supplied model path input unvalidated into AutoTokenizer.from_pretrained() and AutoModel.from_pretrained() with a hardcoded trust_remote_code=True parameter, causing the Hugging Face transformers library to fetch and execute arbitrary code from a remote or local model repository with the privileges of the server process. CVSS Score: 9.8. Published: 2026-06-30T13:19:18.490.

Indicators of Compromise (1)

CVE (1)
CVE-2026-58116
Source Attribution

Originally published by NIST NVD on Jun 30, 2026. Verified by: NIST.

Related Threats