43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: kubernetes-web-view
|
|
|
|
info:
|
|
name: Kubernetes Local Cluster Web View Panel- Detect
|
|
author: tess
|
|
severity: medium
|
|
description: Kubernetes local cluster web view panel discovered.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N
|
|
cvss-score: 6.5
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"Kubernetes Web View"
|
|
tags: panel,misconfig,kubernetes,k8s
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/clusters/local'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Kubernetes Web View</title>'
|
|
- 'a href="https://codeberg.org/hjacobs/kube-web-view'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a004730450220123cd9a43e18aa72a4c013120af37c3c83e025906df5c644088467bf2ff4a433022100a6b012360b4e97af4806d12aa5653d548ef239ded6de5fcab4a1c8b8940e6b98:922c64590222798bb761d5b6d8e72950
|