# N/A
## 漏洞概述
NoneCms V1.3版本中发现了一个漏洞,攻击者可以通过精心构造的`filter`参数值执行任意PHP代码。
## 影响版本
- NoneCms V1.3
## 细节
漏洞存在于`thinkphp/library/think/App.php`文件中。攻击者可以通过构造特定的`filter`参数值来执行任意PHP代码。例如,可以通过如下的查询字符串来触发漏洞:
```
s=index/\think/Request/input&filter=phpinfo&data=1
```
## 影响
此漏洞允许远程攻击者通过精心构造的`filter`参数值执行任意PHP代码,可能导致服务器被攻陷。
# | POC 描述 | 源链接 | 神龙链接 |
---|---|---|---|
1 | thinkphp5.*Rce CVE-2018-20062 | https://github.com/NS-Sp4ce/thinkphp5.XRce | POC详情 |
2 | None | https://github.com/yilin1203/CVE-2018-20062 | POC详情 |
3 | An issue was discovered in NoneCms V1.3. thinkphp/library/think/App.php allows remote attackers to execute arbitrary PHP code via crafted use of the filter parameter, as demonstrated by the s=index/\think\Request/input&filter=phpinfo&data=1 query string. | https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2018/CVE-2018-20062.yaml | POC详情 |
暂无评论