关联漏洞
标题:
request-baskets 代码问题漏洞
(CVE-2023-27163)
描述:request-baskets是rbaskets开源的一个Web服务。 request-baskets v1.2.1版本及之前版本存在安全漏洞,该漏洞源于通过组件/api/baskets/{name}发现包含服务器端请求伪造 (SSRF)漏洞。攻击者利用该漏洞通过特制的API请求访问网络资源和敏感信息。
描述
Poc of SSRF for Request-Baskets (CVE-2023-27163)
介绍
# CVE-2023-27163
Poc of SSRF for Request-Baskets (CVE-2023-27163) based on [this code](https://github.com/entr0pie/CVE-2023-27163) from [entr0pie](https://github.com/entr0pie).
The PoC is expanded to fuzz the content of another web service (local or otherwise) and return the content of the files found.
## Usage
```bash
python3 CVE-2023-27163.py http://<BaseURL>:<Port> -t http://<Target>:<Port> -w <wordlist>
```
文件快照
[4.0K] /data/pocs/998cec0700ab448c1f97d548e7804d984f88f99e
├── [1.8K] CVE-2023-27163.py
└── [ 418] README.md
0 directories, 2 files
备注
1. 建议优先通过来源进行访问。
2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。