SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-77968

HIGH · CVSS 8.2 EPSS 0.25%

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

CyberRota Analysis

AI-Generated

The vulnerability exists in the hawtio-operator, where its ClusterRole grants excessive permissions to manage secrets across all namespaces. This flaw allows an attacker who compromises the operator pod to gain read access to sensitive information, including bootstrap tokens and cloud credentials. Organizations using this operator should prioritize remediation to mitigate the risk of unauthorized access to critical secrets within their Kubernetes clusters.

CVE
CVE-2026-77968
Severity
HIGH
CVSS
8.2
EPSS
0.25%

Original NVD Description

A flaw was found in hawtio-operator. The operator's ClusterRole grants secrets: [create, get, list, update, watch] across all namespaces. While the operator uses a controller-runtime label-selector cache as a memory optimization, the ServiceAccount token authorizes read access to every Secret in the cluster. The operator also bypasses the cache via direct API calls. Compromise of the operator pod would yield read access to every Secret in the cluster, including bootstrap tokens, cloud credentials, and other operators' secrets.