SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-75889

HIGH · CVSS 7.7 EPSS 0.22% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-27 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Grafana Alloy component in Kubernetes is vulnerable due to its handling of ServiceMonitor resources, allowing users with write access to specify arbitrary local files via bearerTokenFile. This can lead to the disclosure of sensitive files, including the Kubernetes service account token, potentially granting attackers elevated permissions within the Kubernetes environment. Organizations using Grafana Alloy should prioritize addressing this vulnerability, especially those with users who can create or modify ServiceMonitor resources.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75889
Severity
HIGH
CVSS
7.7
EPSS
0.22%
Kubernetes

Original NVD Description

Grafana Alloy’s prometheus.operator.servicemonitors component allows a user who can create or modify ServiceMonitor resources in a watched namespace to specify an arbitrary local file through bearerTokenFile. Alloy reads the file and sends its contents as a bearer token to an attacker-controlled scrape endpoint. This may disclose files accessible to the Alloy process, including its projected Kubernetes service account token, potentially granting the attacker Alloy’s Kubernetes permissions. Exploitation requires ServiceMonitor write access and lower privileges than Alloy’s service account.