# N/A
## 漏洞概述
SibSoft Xfilesharing 在 2.5.1 及更早版本中存在 cgi-bin/up.cgi 任意文件上传漏洞。此漏洞可与 CVE-2019-18951 结合,通过上传 `.html` 文件实现远程代码执行。
## 影响版本
- 2.5.1 及更早版本
## 漏洞细节
- 漏洞存在于 `cgi-bin/up.cgi` 中,允许攻击者上传任意文件。
- 结合 CVE-2019-18951,上传的 `.html` 文件可以包含短代码,这些文件通过 HTTP 服务器提供。
## 影响
- 通过上述组合漏洞,攻击者可以实现远程代码执行。
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | SibSoft Xfilesharing through 2.5.1 allows cgi-bin/up.cgi arbitrary file upload.This can be combined with CVE-2019-18951 to achieve remote code execution via a .html file, containing short codes, that is served over HTTP. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2019/CVE-2019-18952.yaml | POC详情 |
暂无评论