Skip to content

Commit

Permalink
Merge pull request #7610 from projectdiscovery/princechaddha-patch-5
Browse files Browse the repository at this point in the history
Fixed FN - CVE-2023-28432
  • Loading branch information
ritikchaddha committed Jul 4, 2023
2 parents c5e9bee + ff1fcc7 commit ea1d247
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions http/cves/2023/CVE-2023-28432.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ info:
severity: high
description: |
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.
remediation: All users are advised to upgrade to RELEASE.2023-03-20T20-16-18Z.
reference:
- https://github.com/minio/minio/security/advisories/GHSA-6xvq-wj2x-3h3q
- https://github.com/minio/minio/pull/16853/files
- https://github.com/golang/vulndb/issues/1667
- https://github.com/CVEProject/cvelist/blob/master/2023/28xxx/CVE-2023-28432.json
- https://nvd.nist.gov/vuln/detail/CVE-2023-28432
remediation: All users are advised to upgrade to RELEASE.2023-03-20T20-16-18Z.
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
Expand All @@ -22,9 +22,9 @@ info:
epss-score: 0.01489
metadata:
max-request: 1
verified: true
fofa-query: app="Minio"
shodan-query: title:"Minio Console"
verified: true
tags: cve,cve2023,minio,console,exposure,kev

http:
Expand All @@ -41,7 +41,8 @@ http:
words:
- '"MINIO_ROOT_PASSWORD":'
- '"MINIO_ROOT_USER":'
condition: and
- '"MinioEnv":'
condition: or

- type: word
part: header
Expand Down

0 comments on commit ea1d247

Please sign in to comment.