CVE-2026-78234
9.9Red Hat · Red Hat build of Apache Camel - HawtIO 4
A flaw in the Hawtio operator allows users with edit access to mint arbitrary Service-CA-signed certificates, enabling impersonation of internal cluster services.
Executive summary
A critical vulnerability in the Red Hat Hawtio operator allows authenticated users to impersonate internal cluster services, posing a severe risk to internal service-to-service authentication.
Vulnerability
The Hawtio operator improperly handles the OpenShift Service CA private signing key, allowing users with namespaced edit permissions to mint certificates with arbitrary subjects. An authenticated attacker can use these certificates to impersonate cluster services to components that trust the Service CA, such as Jolokia agents.
Business impact
The ability to impersonate internal services allows an attacker to bypass authentication mechanisms for critical cluster components. With a CVSS score of 9.9, this vulnerability could lead to unauthorized remote code execution via MBean invocation on Java workloads. The risk includes total compromise of internal service communications and data exfiltration.
Remediation
Immediate Action: Configure the software to use the Kubernetes CSR API instead of directly reading the signing key and restrict RBAC permissions for modifying custom resources.
Proactive Monitoring: Audit existing cluster instances to identify and rotate any suspect TLS certificates that may have been generated through this vulnerability.
Compensating Controls: Implement strict RBAC policies to ensure that only authorized personnel have edit access to Hawtio custom resources, and monitor for unauthorized certificate signing requests.
Exploitation status
Public Exploit Available: No.
Analyst recommendation
Due to the severity of this flaw, administrators must prioritize the recommended configuration changes to the Hawtio operator. Rotating certificates and tightening RBAC permissions are essential steps to ensure that the cluster remains protected against unauthorized impersonation attacks.
More Red Hat CVEs all →
History
- Disclosed CVE record published
- Collected by CVE Brief via github
- Analyst report written
- Analyst report updated
- Published in the daily brief critical section
Sources
- Vulnerability database entry
- RHBZ#2524894 Issue tracker