Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/grafana/agent
  4. ›
  5. CVE-2021-41090

CVE-2021-41090: Exposure of Sensitive Information to an Unauthorized Actor

December 8, 2021 (updated March 31, 2022)

Grafana Agent is a telemetry collector for sending metrics, logs, and trace data to the opinionated Grafana observability stack., inline secrets defined within a metrics instance config are exposed in plaintext over two endpoints: metrics instance configs defined in the base YAML file are exposed at /-/config and metrics instance configs defined for the scraping service are exposed at /agent/api/v1/configs/:key. Inline secrets will be exposed to anyone being able to reach these endpoints. If HTTPS with client authentication is not configured, these endpoints are accessible to unauthenticated users. Secrets found in these sections are used for delivering metrics to a Prometheus Remote Write system, authenticating against a system for discovering Prometheus targets, and authenticating against a system for collecting metrics. This does not apply for non-inlined secrets, such as *_file based secrets. This issue is patched in Grafana Agent A few workarounds are available. Users who cannot upgrade should use non-inline secrets where possible. Users may also desire to restrict API access to Grafana Agent with some combination of restricting the network interfaces Grafana Agent listens on through http_listen_address in the server block, configuring Grafana Agent to use HTTPS with client authentication, and/or using firewall rules to restrict external access to Grafana Agent’s API.

References

  • github.com/grafana/agent/commit/af7fb01e31fe2d389e5f1c36b399ddc46b412b21
  • github.com/grafana/agent/pull/1152
  • github.com/grafana/agent/releases/tag/v0.20.1
  • github.com/grafana/agent/releases/tag/v0.21.2
  • github.com/grafana/agent/security/advisories/GHSA-9c4x-5hgq-q3wh
  • nvd.nist.gov/vuln/detail/CVE-2021-41090

Code Behaviors & Features

Detect and mitigate CVE-2021-41090 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions starting from 0.14.0 before 0.20.1, all versions starting from 0.21.0 before 0.21.2

Fixed versions

  • v0.20.1
  • v0.21.2

Solution

Upgrade to versions 0.20.1, 0.21.2 or above.

Impact 7.5 HIGH

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

Learn more about CVSS

Weakness

  • CWE-312: Cleartext Storage of Sensitive Information

Source file

go/github.com/grafana/agent/CVE-2021-41090.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 14 May 2025 12:15:21 +0000.