CVE-2025-61784 (CNNVD-202510-898)

HIGH
中文标题:
LLaMA-Factory 安全漏洞
英文标题:
LLaMA Factory's Chat API has Critical SSRF and LFI Vulnerabilities
CVSS分数: 7.6
发布时间: 2025-10-07 19:01:40
漏洞类型: 其他
状态: PUBLISHED
数据质量分数: 0.30
数据版本: v3
漏洞描述
中文描述:

LLaMA-Factory是中国hoshi-hiyouga个人开发者的一个微调大型语言模型。 LLaMA-Factory 0.9.4之前版本存在安全漏洞,该漏洞源于_process_request函数未对URL进行验证或清理,可能导致服务端请求伪造和本地文件包含攻击。

英文描述:

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.

CWE类型:
CWE-22 CWE-918
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
hiyouga LLaMA-Factory < 0.9.4 - - cpe:2.3:a:hiyouga:llama-factory:<_0.9.4:*:*:*:*:*:*:*
hiyouga llama-factory * - - cpe:2.3:a:hiyouga:llama-factory:*:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/hiyouga/LLaMA-Factory/security/advisories/GHSA-527m-2xhr-j27g x_refsource_CONFIRM
cve.org
访问
https://github.com/hiyouga/LLaMA-Factory/commit/95b7188090a1018935c9dc072bfc97f24f1c96e9 x_refsource_MISC
cve.org
访问
CVSS评分详情
3.1 (cna)
HIGH
7.6
CVSS向量: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:L
机密性
HIGH
完整性
LOW
可用性
LOW
时间信息
发布时间:
2025-10-07 19:01:40
修改时间:
2025-10-07 19:24:20
创建时间:
2025-11-11 15:40:48
更新时间:
2025-11-11 16:00:21
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-61784 2025-11-11 15:23:33 2025-11-11 07:40:48
NVD nvd_CVE-2025-61784 2025-11-11 15:01:05 2025-11-11 07:48:35
CNNVD cnnvd_CNNVD-202510-898 2025-11-11 15:12:28 2025-11-11 08:00:21
版本与语言
当前版本: v3
主要语言: EN
支持语言:
EN ZH
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2025-11-11 16:00:21
vulnerability_type: 未提取 → 其他; cnnvd_id: 未提取 → CNNVD-202510-898; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 其他
  • cnnvd_id: 未提取 -> CNNVD-202510-898
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2025-11-11 15:48:35
affected_products_count: 1 → 2; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 1 -> 2
  • data_sources: ['cve'] -> ['cve', 'nvd']