2020-09-29 08:38:09 +00:00
|
|
|
id: sidekiq-dashboard
|
|
|
|
|
|
|
|
info:
|
2023-02-06 20:14:38 +00:00
|
|
|
name: Sidekiq Dashboard Panel - Detect
|
2023-10-05 17:04:07 +00:00
|
|
|
author: dhiyaneshDK,AmirMSafari
|
2023-02-06 20:14:38 +00:00
|
|
|
severity: medium
|
|
|
|
description: Sidekiq Dashboard panel was detected.
|
2021-08-18 19:44:12 +00:00
|
|
|
reference:
|
|
|
|
- https://sidekiq.org
|
|
|
|
- https://github.com/mperham/sidekiq
|
2023-02-02 23:05:19 +00:00
|
|
|
- https://github.com/mperham/sidekiq/wiki/Monitoring
|
2023-01-18 15:25:57 +00:00
|
|
|
classification:
|
2023-02-06 20:14:38 +00:00
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
2023-01-18 15:25:57 +00:00
|
|
|
cwe-id: CWE-200
|
2022-01-03 16:06:23 +00:00
|
|
|
tags: unauth,panel,sidekiq
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-09-29 08:38:09 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-09-29 08:38:09 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/sidekiq"
|
|
|
|
|
|
|
|
matchers-condition: and
|
2023-10-05 17:04:07 +00:00
|
|
|
redirects: true
|
|
|
|
max-redirects: 3
|
2020-09-29 08:38:09 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
2023-02-06 20:14:38 +00:00
|
|
|
part: body
|
2020-09-29 08:38:09 +00:00
|
|
|
words:
|
|
|
|
- <title>Sidekiq</title>
|
2023-10-05 17:04:07 +00:00
|
|
|
- <title>Sidekiq Enterprise</title>
|
|
|
|
condition: or
|
2020-09-29 08:38:09 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|