-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename redpanda-console-detection.yaml to http/misconfigur…
…ation/redpanda-console.yaml
- Loading branch information
1 parent
d83860a
commit e14fbf3
Showing
2 changed files
with
33 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
id: redpanda-console | ||
|
||
info: | ||
name: Redpanda Console - Exposure | ||
author: kh4sh3i | ||
severity: medium | ||
description: | | ||
Unauthorized access to the Redpanda Console could allow attackers to view or manipulate streaming data, monitor clusters, or access configuration information, leading to potential data leaks or service disruption. | ||
impact: | | ||
Exposing the Redpanda Console to the public can result in unauthorized access, leading to data leaks, misconfigurations, or even denial of service attacks on the streaming infrastructure. | ||
reference: | ||
- https://github.com/redpanda-data/console | ||
metadata: | ||
verified: true | ||
max-request: 1 | ||
shodan-query: title:"Redpanda Console" | ||
tags: misconfig,redpanda,console,streaming | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/overview" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
part: body | ||
words: | ||
- "Redpanda Console" | ||
|
||
- type: status | ||
status: | ||
- 200 |
This file was deleted.
Oops, something went wrong.