Ecosyste.ms: Advisories

An open API service providing security vulnerability metadata for many open source software ecosystems.

Security Advisories: GSA_kwCzR0hTQS03cmcyLWN4dnAtOXA3cM4AAwIP

Prometheus Exporter-Toolkit is vulnerable to authentication bypass

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.

Permalink: https://github.com/advisories/GHSA-7rg2-cxvp-9p7p
JSON: https://advisories.ecosyste.ms/api/v1/advisories/GSA_kwCzR0hTQS03cmcyLWN4dnAtOXA3cM4AAwIP
Source: GitHub Advisory Database
Origin: Unspecified
Severity: Moderate
Classification: General
Published: over 1 year ago
Updated: 3 months ago


CVSS Score: 6.2
CVSS vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Identifiers: GHSA-7rg2-cxvp-9p7p, CVE-2022-46146
References: Repository: https://github.com/prometheus/exporter-toolkit
Blast Radius: 20.5

Affected Packages

go:github.com/prometheus/exporter-toolkit
Dependent packages: 509
Dependent repositories: 2,056
Downloads:
Affected Version Ranges: < 0.7.2, >= 0.8.0, < 0.8.2
Fixed in: 0.7.2, 0.8.2
All affected versions: 0.1.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.5.1, 0.6.0, 0.6.1, 0.7.0, 0.7.1, 0.8.0, 0.8.1
All unaffected versions: 0.7.2, 0.7.3, 0.8.2, 0.9.0, 0.9.1, 0.10.0, 0.11.0