Kafka Manager Panel - Unauthorized Access
ID: kafka-manager-unauth
Severity: low
Author: Paper-Pen
Tags: misconfig,apache,kafka,unauth,exposure
Description
Section titled “Description”A kafka manager unauthorized access was discovered.
YAML Source
Section titled “YAML Source”id: kafka-manager-unauth
info: name: Kafka Manager Panel - Unauthorized Access author: Paper-Pen severity: low description: A kafka manager unauthorized access was discovered. reference: - https://github.com/yahoo/CMAK metadata: max-request: 1 fofa-query: app="Kafka-Manager" tags: misconfig,apache,kafka,unauth,exposure
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - "<title>Kafka Manager</title>"
- type: status status: - 200# digest: 4a0a00473045022037eea28917e646cead712957f97dc6d9dbf4b9b6a90c8fcc2488efe430268ea3022100bdd7c3f1349d472afe36f8ae8691b46b9ca5d1fd28f26c35568afbadc8712509:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/misconfiguration/apache/kafka-manager-unauth.yaml"