nuclei-templates/misconfiguration/unauth-apache-kafka-ui.yaml

33 lines
802 B
YAML

id: unauth-apache-kafka-ui
info:
name: Apache Kafka - Unauthorized UI Exposure
author: theamanrawat
severity: medium
description: Unauthorized access to apache kakfa UI.
reference:
- https://www.acunetix.com/vulnerabilities/web/apache-kafka-unauthorized-access-vulnerability
- https://github.com/provectus/kafka-ui
metadata:
verified: true
shodan-query: http.title:"UI for Apache Kafka"
tags: misconfig,apache,kafka,unauth,exposure
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/ui/clusters/kafka-ui/brokers'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>UI for Apache Kafka</title>'
- type: status
status:
- 200