CVE-2021-41266
Authentication bypass issue in the Operator Console
Record summary
CVE-2021-41266 has a selected CVSS score of 8.6 (high); EIP currently links 1 Nuclei template.
Description
Minio console is a graphical user interface for the for MinIO operator. Minio itself is a multi-cloud object storage project. Affected versions are subject to an authentication bypass issue in the Operator Console when an external IDP is enabled. All users on release v0.12.2 and before are affected and are advised to update to 0.12.3 or newer. Users unable to upgrade should add automountServiceAccountToken: false to the operator-console deployment in Kubernetes so no service account token will get mounted inside the pod, then disable the external identity provider authentication by unset the CONSOLE_IDP_URL, CONSOLE_IDP_CLIENT_ID, CONSOLE_IDP_SECRET and CONSOLE_IDP_CALLBACK environment variable and instead use the Kubernetes service account token.
Exploitation context
Known exploitation
- VulnCheck KEV
- Listed · Jan 22, 2024 · VulnCheck
- Reported exploitation
- Observed · VulnCheck
Available material
- Nuclei templates
- 1
Affected products and versions
3| Product | Source | Version range | Status |
|---|---|---|---|
minio_consoleBrowse min / minio_console | VulnCheck | Version data not supplied | |
consoleBrowse minio / console | CVE List | < 0.12.3 | affected |
github.com/minio/consoleBrowse Go / github.com/minio/console | GitHub Advisory | Before 0.12.3 · Fixed in 0.12.3 | affected |
Nuclei templates
1ProjectDiscoveryCRITICALMinIO Operator Console Authentication BypassCVSS 9.8
MinIO Console is a graphical user interface for the for MinIO Operator. MinIO itself is a multi-cloud object storage project. Affected versions are subject to an authentication bypass issue in the Operator Console when an external IDP is enabled.
Impact
An attacker can bypass authentication and gain unauthorized access to the MinIO Operator Console.
Remediation
Update to v.0.12.3 or higher. Users unable to upgrade should add automountServiceAccountToken: false to the operator-console deployment in Kubernetes so no service account token will get mounted inside the pod, then disable the external identity provider authentication by unset the CONSOLE_IDP_URL, CONSOLE_IDP_CLIENT_ID, CONSOLE_IDP_SECRET and CONSOLE_IDP_CALLBACK environment variable and instead use the Kubernetes service account token.
Source: ProjectDiscovery