Update prometheus-config-endpoint.yaml
parent
7016e71473
commit
8d36ebe1d6
|
@ -3,9 +3,9 @@ id: prometheus-config-endpoint
|
||||||
info:
|
info:
|
||||||
name: Exposure of sensitive operational information via Prometheus config API endpoint
|
name: Exposure of sensitive operational information via Prometheus config API endpoint
|
||||||
author: geeknik
|
author: geeknik
|
||||||
|
severity: high
|
||||||
description: The config endpoint returns the loaded Prometheus configuration file. This file also contains addresses of targets and alerting/discovery services alongside the credentials required to access them. Usually, Prometheus replaces the passwords in the credentials config configuration field with the placeholder <secret> (although this still leaks the username).
|
description: The config endpoint returns the loaded Prometheus configuration file. This file also contains addresses of targets and alerting/discovery services alongside the credentials required to access them. Usually, Prometheus replaces the passwords in the credentials config configuration field with the placeholder <secret> (although this still leaks the username).
|
||||||
reference: https://jfrog.com/blog/dont-let-prometheus-steal-your-fire/
|
reference: https://jfrog.com/blog/dont-let-prometheus-steal-your-fire/
|
||||||
severity: high
|
|
||||||
tags: prometheus,exposure
|
tags: prometheus,exposure
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
|
|
Loading…
Reference in New Issue