Prometheus vulnerable to basic authentication bypass
High7.2Published Dec 5, 2022 · updated Apr 15, 2026
### Impact Prometheus 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](https://github.com/prometheus/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. ### Patches Prometheus 2.37.4 ([LTS](https://prometheus.io/docs/introduction/release-cycle/)) and 2.40.4 have been released to address this issue. ### Workarounds There is no workaround but attacker must have access to the hashed password, stored in disk, to bypass the authentication. ### Credit We want to thank Lei Wan for reporting this security issue.
Affected versions
| Package | Affected | Fixed in |
|---|---|---|
| github.com/prometheus/prometheus Go | >= 2.24.1, < 2.37.4 | 2.37.4 |
| >= 2.38.0, < 2.40.4 | 2.40.4 |
Details and references
- CVSS 3.1
- CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
- Severity from
- GitHub (reviewed advisory)
- Weakness
- CWE-303
More prometheus advisories
All prometheus| Date | Advisory | Severity | Fixed in |
|---|---|---|---|
| May 5 | prometheus: cross-site scripting | Medium6.1 | 0.311.3 |
| May 5 | Prometheus: Remote read endpoint allows denial of service via crafted snappy payload | High7.5 | 0.305.2+1 more |
| May 5 | Prometheus Azure AD remote write OAuth client secret exposed via config API | High7.5 | 0.311.3 |
| Apr 13 | Prometheus has Stored XSS via metric names and label values in Prometheus web UI tooltips and metrics explorer | Medium6.1 | 0.311.2-0.20260410083055-07c6232d159b |