CVE-2022-46146Medium· 6.2▾ SunlitPrometheus Exporter-Toolkit is vulnerable to authentication bypass
▾ Sunlit zone — Low / medium · no exploitation signal
impact 34.1 · likelihood 0.2 · exploitation 0
Need a working PoC? Pro members can cast a request and our team develops one — it lands right here.
Exploit-prediction probability, daily snapshots since Sep 12.
Disclosure to exploitation, from the record and what we observed since indexing it.
Disclosed via OSV
Last analysed / modified upstream
1.2%
1.2% → 1.2%
Prometheus and its exporters can be secured by a web.yml file that specifies usernames and hashed passwords for basic authentication.
Passwords are hashed with bcrypt, which means that even if you have access to the hash, it is very hard to find the original password back.
However, a flaw in the way this mechanism was implemented in the exporter toolkit makes it possible with people who know the hashed password to authenticate against Prometheus.
A request can be forged by an attacker to poison the internal cache used to cache the computation of hashes and make subsequent requests successful. This cache is used in both happy and unhappy scenarios in order to limit side channel attacks that could tell an attacker if a user is present in the file or not.
The exporter-toolkit v0.7.3 and v0.8.2 have been released to address this issue.
There is no workaround but attacker must have access to the hashed password, stored in disk, to bypass the authentication.
We want to thank Lei Wan reporting this security issue.
github.com/prometheus/exporter-toolkit < 0.7.2github.com/prometheus/exporter-toolkit >= 0.8.0, < 0.8.2Upgrade to a patched release:
github.com/prometheus/exporter-toolkit 0.7.2github.com/prometheus/exporter-toolkit 0.8.2Connected by shared product, vendor, weakness, or advisory.
CVE-2026-40179NonePrometheus has Stored XSS via metric names and label values in Prometheus web UI in github.com/prometheus/prometheus
CVE-2026-42151High· 7.5Prometheus is an open-source monitoring system and time series database
CVE-2023-26735High· 7.5blackbox_exporter v0.23.0 was discovered to contain an access control issue in its probe interface
CVE-2026-42154High· 7.5Prometheus is an open-source monitoring system and time series database