# FOG 在 /fog/management/export.php?filename= 中存在命令注入漏洞
## 漏洞概述
FOG 是一个克隆/映像/救援套件/库存管理系统,在 1.5.10.34 之前的版本中,`packages/web/lib/fog/reportmaker.class.php` 文件中存在命令注入漏洞,通过 `/fog/management/export.php` 的 `filename` 参数触发。
## 影响版本
- 低于 1.5.10.34 的版本
## 漏洞细节
在 `/fog/management/export.php` 文件中,`filename` 参数未经过充分验证,直接用于生成报告。攻击者可以通过构造恶意内容的 `filename` 参数触发命令注入漏洞。
## 影响
- 可导致远程代码执行。
- 更新至 1.5.10.34 版本可修复此漏洞。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | FOG Project CVE-2024-39914 命令执行漏洞 | https://github.com/9874621368/FOG-Project | POC详情 |
2 | FOG is a cloning/imaging/rescue suite/inventory management system. Prior to 1.5.10.34, packages/web/lib/fog/reportmaker.class.php in FOG was affected by a command injection via the filename parameter to /fog/management/export.php. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2024/CVE-2024-39914.yaml | POC详情 |
暂无评论