Skip to content

Apache Kafka Topics Panel - Detect

ID: kafka-topics-ui

Severity: info

Author: pdteam,righettod

Tags: panel,kafka,apache,detect,provectus

Apache Kafka Topics panel was detected.

id: kafka-topics-ui
info:
name: Apache Kafka Topics Panel - Detect
author: pdteam,righettod
severity: info
description: Apache Kafka Topics panel was detected.
reference:
- https://kafka.apache.org/
- https://github.com/provectus/kafka-ui
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:provectus:ui:*:*:*:*:kafka:*:*:*
metadata:
max-request: 2
vendor: provectus
product: ui
platform: kafka
tags: panel,kafka,apache,detect,provectus
http:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/info'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '<title>Kafka Topics UI - Browse Kafka Data</title>'
- '<title>UI for Apache Kafka</title>'
- 'github.com/provectus/kafka-ui'
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '"v([0-9.]+)"'
# digest: 4b0a00483046022100fab39e8cb2b1bc9f188fac0ed7cf770ada82128cf6f9e52206a3be07cb2589ad022100e4d4bf1fa19a2d641f653fee839328cebf3d72d477aac3541f7fd586aef76649: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/exposed-panels/kafka-topics-ui.yaml"

View on Github