Update prometheus-config-endpoint.yaml
parent
8d36ebe1d6
commit
8a69822285
|
@ -1,9 +1,9 @@
|
|||
id: prometheus-config-endpoint
|
||||
|
||||
info:
|
||||
name: Exposure of sensitive operational information via Prometheus config API endpoint
|
||||
name: Prometheus config API endpoint
|
||||
author: geeknik
|
||||
severity: high
|
||||
severity: info
|
||||
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/
|
||||
tags: prometheus,exposure
|
||||
|
|
Loading…
Reference in New Issue