CVE-2026-10101: Assisted-service: assisted-service: infraenv status leaks referenced pull-secret contents to namespace view users
ACM/MCE assisted-service writes raw referenced pull-secret contents into `InfraEnv.status.conditions[].message` when pull-secret validation fails. A namespace principal with the stock `view` ClusterRole cannot directly read Secrets, but can read `InfraEnv` objects and recover the referenced Secret's `.dockerconfigjson` data from status.
This bypasses the Kubernetes/OpenShift RBAC separation between read-only namespace viewers and Secret readers. In the reproduced proof, the same ServiceAccount was denied `get` and `list` on Secrets, but recovered synthetic pull-secret `username`, `password`, `email`, and base64 `auth` fields through `InfraEnv.status`.
Security readout for executives and security teams
Plain-English summary
CVE-2026-10101 lets a read-only namespace user in Red Hat Multicluster Engine assisted-service recover pull-secret contents indirectly from InfraEnv status messages after validation failures. This undermines expected Kubernetes/OpenShift RBAC separation because users who cannot read Secrets may still see secret data exposed in a readable custom resource status.
Executive priority
Treat as a targeted credential exposure issue, not a broad remote compromise. Prioritize clusters where many users have namespace view access or where pull secrets provide registry access beyond one namespace. Rotate exposed credentials and monitor vendor guidance.
Technical view
Assisted-service writes raw referenced pull-secret contents into InfraEnv.status.conditions[].message when pull-secret validation fails. Stock namespace view users can read InfraEnv objects but cannot directly get or list Secrets. The reported reproduction recovered .dockerconfigjson fields, including username, password, email, and auth, via InfraEnv status. CWE-201 applies.
Likely exposure
Exposure is limited to environments using Red Hat Multicluster Engine for Kubernetes with assisted-service InfraEnv resources and namespace principals granted view access. Impact depends on whether pull-secret validation failures occurred and whether status messages retained referenced Secret contents.
Exploitation context
The source bundle does not indicate active exploitation, and the CVE is not listed as KEV. Exploitation requires low privileges in the namespace and user interaction per CVSS. The practical risk is credential disclosure to users who were intentionally denied direct Secret access.
Researcher notes
The key control failure is secret material crossing from Secret storage into a readable status field. Validate RBAC assumptions around custom resource status visibility. Evidence in the bundle names multicluster-engine/assisted-service-9-rhel9 as affected but does not provide specific affected versions or a patch level.
Mitigation direction
Check Red Hat advisory and Bugzilla for fixed versions or supported mitigations.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-201: Information exposure and cloud metadata lookup
Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-201 · source CWE mapping
Insertion of Sensitive Information Into Sent Data
Insertion of Sensitive Information Into Sent Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.