CVE Catalog

CVE-2026-80219

HighCVSS 8.7
Published: Updated: Translated: NVD NIST

Summary

In hawtio-operator, when deploying Hawtio in cluster mode, a cluster-scoped OAuthClient is created with automatic grant approval and no client secret. Redirect URIs are derived from the operator-created Route, whose hostname is tenant-controlled. A malicious tenant can register an arbitrary hostname as a valid OAuth redirect target and obtain OpenShift access tokens of any cluster user who visits the crafted authorization URL.

Risk Assessment

Risk of unauthorized access to OpenShift tokens of cluster users, potentially leading to account takeover and privilege escalation within the cluster.

Recommendation

Recommend changing the OAuthClient configuration to require user consent (e.g., GrantMethod: prompt) and restricting the ability to set the routeHostName field by tenants.

Other vulnerabilities in hawtio-operator

See all
Original NVD description (English source)

A flaw was found in hawtio-operator. When deploying Hawtio in cluster mode, the operator creates a cluster-scoped OAuthClient with automatic grant approval (GrantMethod: auto) and no client secret (public client). The redirect URIs are derived from the operator-created Route, whose hostname is tenant-controlled via the Hawtio CR spec.routeHostName field. A malicious tenant can register an arbitrary hostname as a valid OAuth redirect target and, because grants are auto-approved, obtain OpenShift access tokens of any cluster user who visits the crafted authorization URL without any consent prompt.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS