CVE-2026-78234 PUBLISHED

Hawtio-operator: hawtio-operator: service-ca signing oracle allows arbitrary-cn certificate issuance to namespace edit users

Assigner: redhat
Reserved: 27.08.2026 Published: 08.09.2026 Updated: 08.09.2026

A flaw was found in hawtio-operator. The operator reads the OpenShift Service CA private signing key from the openshift-service-ca namespace and uses it to mint client certificates with a Subject Common Name (CN) supplied by the author of a namespaced Hawtio custom resource. Because the operator ships a ClusterRole that aggregates Hawtio CR permissions into the edit and admin roles, any user with edit access in any namespace can obtain a Service-CA-signed certificate with an arbitrary subject. This certificate can be used to impersonate any in-cluster service identity to peers that trust the Service CA for client authentication, including Jolokia agents and other Service-CA-trusting components.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
CVSS Score: 9.9

Product Status

Vendor Red Hat
Product Red Hat build of Apache Camel - HawtIO 4
Versions Default: affected
Vendor Red Hat
Product Red Hat build of Apache Camel - HawtIO 4
Versions Default: affected
Vendor Red Hat
Product Red Hat build of Apache Camel - HawtIO 4
Versions Default: affected

Workarounds

Do not set spec.routeHostName to values outside the operator's own namespace service names. Restrict which users can create or modify Hawtio custom resources via RBAC. Audit existing Hawtio CR instances for unexpected routeHostName values and rotate any TLS certificates that may have been issued with incorrect Common Names.

References

Problem Types

  • Improper Certificate Validation CWE