Skip to content

Helm Dashboard - Exposure

ID: helm-dashboard-exposure

Severity: medium

Author: DhiyaneshDk

Tags: helm,exposure,dashboard,misconfig

id: helm-dashboard-exposure
info:
name: Helm Dashboard - Exposure
author: DhiyaneshDk
severity: medium
classification:
cpe: cpe:2.3:a:helm:helm:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: helm
product: helm
shodan-query: http.favicon.hash:-594722214
tags: helm,exposure,dashboard,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Helm Dashboard</title>"
- type: status
status:
- 200
# digest: 4a0a004730450221008adc84b9f7d6ab162b38483ae8879d7a03e01a22950f3275e13f116cd48443b30220542a5200651ef256d9b6e854d34842c140052264ba5e2154136527de93cfb030:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/helm-dashboard-exposure.yaml"

View on Github