GHSA-7rg2-cxvp-9p7p

Suggest an improvement
Source
https://github.com/advisories/GHSA-7rg2-cxvp-9p7p
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/12/GHSA-7rg2-cxvp-9p7p/GHSA-7rg2-cxvp-9p7p.json
JSON Data
https://api.osv.dev/v1/vulns/GHSA-7rg2-cxvp-9p7p
Aliases
Related
Published
2022-12-02T22:25:46Z
Modified
2023-11-01T05:00:25.344465Z
Severity
  • 6.2 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N CVSS Calculator
Summary
Prometheus Exporter-Toolkit is vulnerable to authentication bypass
Details

Impact

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.

Patches

The exporter-toolkit v0.7.3 and v0.8.2 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 reporting this security issue.

References

Affected packages

Go / github.com/prometheus/exporter-toolkit

Package

Name
github.com/prometheus/exporter-toolkit
View open source insights on deps.dev
Purl
pkg:golang/github.com/prometheus/exporter-toolkit

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
0.7.2

Go / github.com/prometheus/exporter-toolkit

Package

Name
github.com/prometheus/exporter-toolkit
View open source insights on deps.dev
Purl
pkg:golang/github.com/prometheus/exporter-toolkit

Affected ranges

Type
SEMVER
Events
Introduced
0.8.0
Fixed
0.8.2