# N/A
# 漏洞描述
## 概述
Advanced Comment System 1.0中存在多个PHP远程文件包含漏洞。攻击者可以通过在`advanced_comment_system/`目录下的`index.php`和`admin.php`文件中的`ACS_path`参数中使用恶意URL来执行任意PHP代码。
## 影响版本
- Advanced Comment System 1.0
## 细节
该漏洞出现在`index.php`和`admin.php`文件中,当攻击者通过`ACS_path`参数传递恶意URL时,可以包含远程文件并在服务器上执行任意PHP代码。
## 影响
该漏洞可能仅在管理员没有按照`install.php`中的安装说明进行操作的情况下才会出现。此外,该漏洞可能与CVE-2020-35598相同。
是否为 Web 类漏洞: 是
判断理由:
| # | POC 描述 | 源链接 | 神龙链接 |
|---|---|---|---|
| 1 | Advanced Comment System 1.0 - Remote Command Execution (RCE) | https://github.com/hupe1980/CVE-2009-4623 | POC详情 |
| 2 | None | https://github.com/kernel-cyber/CVE-2009-4623 | POC详情 |
| 3 | Remote shell on CVE-2009-4623 | https://github.com/MonsempesSamuel/CVE-2009-4623 | POC详情 |
| 4 | Remote shell on CVE-2009-4623 | https://github.com/sammonsempes/CVE-2009-4623 | POC详情 |
暂无评论