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
CVE-2023-28432,minio未授权访问检测工具
Readme
# minio_unauth_check
CVE-2023-28432,minio信息泄露检测工具

**本工具仅用于教育和研究目的,以提高安全意识和改进软件开发实践。在使用本工具之前,请确保您遵守了相关法律法规和道德准则。**

开发环境: python3

```python
使用方式(支持单个URL检测和批量检测)://url做了合规处理,支持输入ip、ip:port样式

单个检测:python minio_unauthcheck.py -u

示例:python minio_unauthcheck.py -u http://192.168.1.1/

批量检测:python minio_unauthcheck.py -f

示例:python minio_unauthcheck.py -f url.txt
```

演示截图:

单个检测:

![图片](https://user-images.githubusercontent.com/50813688/227418128-8298aa20-0a68-43cd-8333-5d5b7a786fb1.png)


批量检测:

![图片](https://user-images.githubusercontent.com/50813688/227418406-06c24f04-d353-4ce0-a710-bd2005f512c7.png)
File Snapshot

[4.0K] /data/pocs/4b47da0ad37152ec5fe9b8aad111ba1b19c39d34 ├── [3.2K] minio-unauthcheck.py └── [ 885] README.md 0 directories, 2 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.