CVE-2026-58116 PUBLISHED

LLaMA-Factory 0.9.5 Remote Code Execution via WebUI Model Path

Assigner: VulnCheck
Reserved: 29.06.2026 Published: 30.06.2026 Updated: 30.06.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.3

Product Status

Vendor hiyouga
Product LlamaFactory
Versions Default: affected
  • affected from 0 to 0.9.5 (incl.)

Credits

  • h3nrrrych4u finder

References

Problem Types

  • Inclusion of Functionality from Untrusted Control Sphere CWE
  • Improper Control of Generation of Code ('Code Injection') CWE