37 lines
1011 B
YAML
37 lines
1011 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
|
|
max-request: 2
|
|
shodan-query: http.title:"UI for Apache Kafka"
|
|
tags: misconfig,apache,kafka,unauth,exposure
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 490a0046304402206d35f02707c9544a53b20bc75ffe681278c4116d63151a40944ed0bdb8d6f92b0220316ea327980abf75df261bd4a3e23df0e70300cba1fb2b70499c20308aacf543:922c64590222798bb761d5b6d8e72950
|