CVE-2025-61784
Last modified
CVE-2025-61784 is a high-severity vulnerability rated 8.1/10 on the CVSS scale. LLaMA-Factory is a tuning library for large language models. Prior to version 0.9.4, a Server-Side Request Forgery (SSRF) vulnerability in the chat API allows any authenticated user to force the server to make arbitrary HTTP requests to internal and external networks. EPSS estimates a 0.34% chance of exploitation in the next 30 days.
Description
LLaMA-Factory is a tuning library for large language models. Prior to version 0.9.4, a Server-Side Request Forgery (SSRF) vulnerability in the chat API allows any authenticated user to force the server to make arbitrary HTTP requests to internal and external networks. This can lead to the exposure of sensitive internal services, reconnaissance of the internal network, or interaction with third-party services. The same mechanism also allows for a Local File Inclusion (LFI) vulnerability, enabling users to read arbitrary files from the server's filesystem. The vulnerability exists in the `_process_request` function within `src/llamafactory/api/chat.py.` This function is responsible for processing incoming multimodal content, including images, videos, and audio provided via URLs. The function checks if the provided URL is a base64 data URI or a local file path (`os.path.isfile`). If neither is true, it falls back to treating the URL as a web URI and makes a direct HTTP GET request using `requests.get(url, stream=True).raw` without any validation or sanitization of the URL. Version 0.9.4 fixes the underlying issue.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Hiyouga | Llama-Factory | < 0.9.4 |
References
- https://github.com/hiyouga/LLaMA-Factory/security/advisories/GHSA-527m-2xhr-j27gExploit, Third Party Advisory
- https://github.com/hiyouga/LLaMA-Factory/security/advisories/GHSA-527m-2xhr-j27gExploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-61784?
How severe is CVE-2025-61784?
How do I fix CVE-2025-61784?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2025
- CVE-2025-61778Akka.NET is a .NET port of the Akka project from the Scala /…9.3
- CVE-2025-61779Confidential Containers's Trustee project contains tools and…8.7
- CVE-2025-61780Rack is a modular Ruby web server interface. Prior to versio…5.3
- CVE-2025-61781OpenCTI is an open source platform for managing cyber threat…9.1
- CVE-2025-61782OpenCTI is an open source platform for managing cyber threat…6.1
- CVE-2025-61783Python Social Auth is a social authentication/registration m…6.3
- CVE-2025-61785Deno is a JavaScript, TypeScript, and WebAssembly runtime. I…3.3
- CVE-2025-61786Deno is a JavaScript, TypeScript, and WebAssembly runtime. I…3.3
- CVE-2025-61787Deno is a JavaScript, TypeScript, and WebAssembly runtime. V…8.1
- CVE-2025-61788Opencast is a free, open-source platform to support the mana…5.4
- CVE-2025-61789Icinga DB Web provides a graphical interface for Icinga moni…6.5
- CVE-2025-6179Permissions Bypass in Extension Management in Google ChromeO…9.8
Are you affected by CVE-2025-61784?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
