2023-03-18 22:07:09 +00:00
|
|
|
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:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 2
|
2023-03-18 22:07:09 +00:00
|
|
|
verified: true
|
|
|
|
shodan-query: http.title:"UI for Apache Kafka"
|
|
|
|
tags: misconfig,apache,kafka,unauth,exposure
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-03-18 22:07:09 +00:00
|
|
|
- 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
|