Description
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.
Published: 2026-09-08
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in the hawtio-operator creates a cluster‑scoped OAuthClient that approves grant requests automatically and contains no secret, making the client effectively public. A tenant that controls the Hawtio resource can register an arbitrary hostname as a valid redirect target; when a cluster user follows the crafted OAuth URL the operator's auto‑approval supplies an OpenShift access token without prompting for consent, allowing the attacker to obtain credentials to act as that user. This flaw is a classic OAuth token theft scenario and is classified under CWE‑1390.

Affected Systems

Red Hat build of Apache Camel - HawtIO 4 (version 4) in Red Hat clusters. Any installation of the hawtio‑operator that deploys Hawtio in cluster mode is susceptible; a malicious tenant with access to create or modify the Hawtio Custom Resource can trigger the vulnerability.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.7, indicating high severity, but its EPSS score is not reported, making the current exploitation probability uncertain. It is not yet listed in the CISA KEV catalog. The attack requires a tenant that can submit the Hawtio specification and register a custom hostname, after which the operator will automatically grant OAuth tokens for any user who visits that URL. The weaknesses are tractable because the operator itself creates the OAuthClient; a workaround is to patch the OAuthClient to set grantMethod to 'prompt' and to supply a client secret, which forces user consent and prevents theft. Until a vendor patch is applied, the risk remains significant for multi‑tenant OpenShift deployments using hawtio‑operator.

Generated by OpenCVE AI on September 8, 2026 at 12:23 UTC.

Remediation

Vendor Workaround

Administrators can mitigate this issue by manually patching the OAuthClient resource created by the hawtio-operator to set grantMethod to 'prompt' instead of 'auto', and by adding a client secret. This forces explicit user consent for each OAuth authorization request and prevents unauthorized token acquisition. Monitor OpenShift OAuth server audit logs for unexpected authorization grants to the hawtio OAuthClient.


OpenCVE Recommended Actions

  • Apply the latest hawtio‑operator release that fixes the OAuthClient grantMethod configuration.
  • If a patch is not yet available, manually edit each hawtio OAuthClient resource to set grantMethod to 'prompt' and add a client secret.
  • Continuously monitor OpenShift OAuth server audit logs for abnormal grant events associated with the Hawtio OAuthClient and investigate any unexpected tokens.

Generated by OpenCVE AI on September 8, 2026 at 12:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 08 Sep 2026 11:45:00 +0000

Type Values Removed Values Added
Description 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.
Title Hawtio-operator: hawtio-operator: oauthclient created with grantmethod auto and no secret enables oauth token theft
First Time appeared Redhat
Redhat apache Camel Hawtio
Weaknesses CWE-1390
CPEs cpe:/a:redhat:apache_camel_hawtio:4
Vendors & Products Redhat
Redhat apache Camel Hawtio
References
Metrics cvssV3_1

{'score': 8.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N'}


Subscriptions

Redhat Apache Camel Hawtio
cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-09-08T11:27:54.486Z

Reserved: 2026-08-27T10:25:52.074Z

Link: CVE-2026-80219

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-08T12:16:59.700

Modified: 2026-09-08T12:16:59.700

Link: CVE-2026-80219

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-08T12:30:17Z

Weaknesses