2022-03-02 16:59:13 +00:00
|
|
|
id: prometheus-metrics
|
|
|
|
|
|
|
|
info:
|
2023-02-23 19:29:46 +00:00
|
|
|
name: Prometheus Metrics - Detect
|
2023-04-17 04:07:09 +00:00
|
|
|
author: dhiyaneshDK,philippedelteil
|
2023-03-02 19:35:26 +00:00
|
|
|
severity: medium
|
2023-02-23 19:29:46 +00:00
|
|
|
description: Prometheus metrics page was detected.
|
2023-03-02 19:35:26 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
|
|
|
|
cvss-score: 5.3
|
|
|
|
cwe-id: CWE-200
|
2022-03-02 17:08:05 +00:00
|
|
|
reference:
|
2022-03-02 16:59:13 +00:00
|
|
|
- https://github.com/prometheus/prometheus
|
|
|
|
- https://hackerone.com/reports/1026196
|
2022-08-27 04:41:18 +00:00
|
|
|
tags: exposure,prometheus,hackerone,config
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2022-03-02 16:59:13 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-03-02 16:59:13 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/metrics"
|
2023-08-17 08:34:13 +00:00
|
|
|
- "{{BaseURL}}/api/metrics"
|
2022-03-02 16:59:13 +00:00
|
|
|
|
2023-08-17 09:15:05 +00:00
|
|
|
stop-at-first-match: true
|
2022-03-02 16:59:13 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'cpu_seconds_total'
|
|
|
|
- 'http_request_duration_seconds'
|
|
|
|
- 'process_virtual_memory_bytes'
|
|
|
|
- 'process_start_time_seconds'
|
|
|
|
condition: or
|
|
|
|
|
2023-04-17 04:07:09 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "lvm_"
|
|
|
|
negative: true
|
|
|
|
|
2022-03-02 16:59:13 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|