Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2023-28432 PoC — MinIO 信息泄露漏洞

Source
Associated Vulnerability
Title:MinIO 信息泄露漏洞 (CVE-2023-28432)
Description:MinIO是美国MinIO公司的一款开源的对象存储服务器。该产品支持构建用于机器学习、分析和应用程序数据工作负载的基础架构。 MinIO 存在信息泄露漏洞,该漏洞源于在集群部署中MinIO会返回所有环境变量,导致信息泄露。
Description
MinIO Information Disclosure Vulnerability scanner by metasploit
Readme
# CVE-2023-28432-metasploit-scanner
MinIO Information Disclosure Vulnerability scanner by metasploit

# preparation POC
```cmd
git clone https://github.com/TaroballzChen/CVE-2023-28432-metasploit-scanner
cd CVE-2023-28432-metasploit-scanner
mkdir -p ~/.msf4/modules/auxiliary/scanner/http
cp minio_information_disclosure.py ~/.msf4/modules/auxiliary/scanner/http/
chmod +x ~/.msf4/modules/auxiliary/scanner/http/minio_information_disclosure.py
msfconsole
```

# POC usage
```text
set rhosts <vuln ip/host>
set rport <vuln port>
set rssl <default: false for http>
exploit
```

# result
![poc](poc.png)

# reference
- https://github.com/Mr-xn/CVE-2023-28432
- https://github.com/MzzdToT/CVE-2023-28432
File Snapshot

[4.0K] /data/pocs/779d7265b6602a9381ef378d8ae22a6f2fc1f2fc ├── [3.1K] minio_information_disclosure.py ├── [487K] poc.png └── [ 699] README.md 0 directories, 3 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.