ghsa-4999-659w-mq36
Vulnerability from github
During an internal security audit, we detected an authentication bypass issue in the Operator Console when an external IDP is enabled. The security issue has been reported internally. We have not observed this exploit in the wild or reported elsewhere in the community at large. All users are advised to upgrade ASAP.
Impact
All users on release v0.12.2 and before are affected.
Patches
This issue was fixed by PR https://github.com/minio/console/pull/1217, users should upgrade to latest release.
Workarounds
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.
References
1217 for more information on the fix and how it was fixed.
For more information
If you have any questions or comments about this advisory: * Open an issue in console issues * Email us at security@minio.io
{ "affected": [ { "package": { "ecosystem": "Go", "name": "github.com/minio/console" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "0.12.3" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2021-41266" ], "database_specific": { "cwe_ids": [ "CWE-306" ], "github_reviewed": true, "github_reviewed_at": "2021-11-15T20:27:39Z", "nvd_published_at": "2021-11-15T21:15:00Z", "severity": "HIGH" }, "details": "During an internal security audit, we detected an authentication bypass issue in the Operator Console when an external IDP is enabled. The security issue has been reported internally. We have not observed this exploit in the wild or reported elsewhere in the community at large. All users are advised to upgrade ASAP.\n\n### Impact\n\nAll users on release v0.12.2 and before are affected.\n\n### Patches\n\nThis issue was fixed by PR https://github.com/minio/console/pull/1217, users should upgrade to latest release.\n\n### Workarounds\n\nAdd `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.\n\n### References\n\n#1217 for more information on the fix and how it was fixed.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [console issues](https://github.com/minio/console/issues)\n* Email us at [security@minio.io](mailto:security@minio.io)\n", "id": "GHSA-4999-659w-mq36", "modified": "2021-11-15T20:27:39Z", "published": "2021-11-15T23:16:49Z", "references": [ { "type": "WEB", "url": "https://github.com/minio/console/security/advisories/GHSA-4999-659w-mq36" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41266" }, { "type": "WEB", "url": "https://github.com/minio/console/pull/1217" }, { "type": "PACKAGE", "url": "https://github.com/minio/console" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:L", "type": "CVSS_V3" } ], "summary": "Authentication bypass issue in the Operator Console" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.