Your RSA-2048 keys break in 2030. Find every one of them before attackers do.
🐹
🐹 Go
Not in CISA KEV
HIGH severity

CVE-2021-41266

HIGHFix: minio/console#1217

CVE-2021-41266 is a high-severity (CVSS 8.6) Missing Authentication vulnerability in github.com/minio/console. 1 public exploit reference exists, so weaponization risk is real. O3 Security confirms whether CVE-2021-41266 is actually reachable in your code before you act, and blocks exploitation at runtime until you patch.

Authentication bypass issue in the Operator Console

Also known asGO-2022-0261
Published
Nov 15, 2021
Updated
May 4, 2026
Affected
1 pkg
Patched
1 / 1
Exploits
1 known
Exploitation data as of May 4, 2026 · OSV.dev, NVD, FIRST.org (EPSS)

Real-World Exposure

1 pkg affected
🐹github.com/minio/console

Real-time download stats are indexed for npm and PyPI packages. This vulnerability affects Go packages — download data is not available via public APIs for these ecosystems.

Description

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:

Affected Packages

1 total 1 fixed
EcosystemPackageVulnerable rangeFix
🐹Gogithub.com/minio/consoleall versions0.12.3
Exploits & PoCs
1

Research use only. For defensive security, authorized penetration testing, and academic research only. Never execute exploit code against systems without explicit written authorization.

Detection & mitigation playbook

Open-source dependency
  1. Detect

    Scan your dependency tree (package-lock.json, pnpm-lock.yaml, requirements.txt, go.sum, etc.) for github.com/minio/console. O3's reachability analysis confirms whether the vulnerable code path is actually invoked in your application, so you act on real exposure instead of every transitive match.

  2. Fix

    Update github.com/minio/console to 0.12.3 or later, then make sure no transitive (indirect) dependency still pins the vulnerable range — O3 confirms CVE-2021-41266 is resolved across your whole dependency graph.

  3. Workarounds

    If you can't upgrade right away: gate or disable the affected feature, validate untrusted input at the boundary, and avoid passing attacker-controlled data into the vulnerable path. O3's runtime protection blocks exploitation in production as an interim safeguard until the upgrade lands.

  4. How O3 protects you

    O3 pinpoints whether CVE-2021-41266 is reachable in your code and exactly where to fix it, then blocks exploitation in production at runtime until the patched version is deployed.

Tailored to CVE-2021-41266. Runtime protection reduces exposure until a permanent patch is applied and verified — it complements patching, it doesn't replace it.

Frequently Asked Questions

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 deploy
O3 Security · Impact-Aware SCA

Is CVE-2021-41266 in your dependencies?

O3 detects CVE-2021-41266 across Go dependencies and uses function-level reachability to confirm whether the vulnerable code path is actually reachable — not just present. No false positives.

CVE-2021-41266: Authentication bypass issue… | O3 Security