CVE-2025-12103: Openshift-ai: trusty ai grants all authenticated users to list pods in any namespace
A flaw was found in Red Hat Openshift AI Service. The TrustyAI component is granting all service accounts and users on a cluster permissions to get, list, watch any pod in any namespace on the cluster.
TrustyAI is creating a role `trustyai-service-operator-lmeval-user-role` and a CRB `trustyai-service-operator-default-lmeval-user-rolebinding` which is being applied to `system:authenticated` making it so that every single user or service account can get a list of pods running in any namespace on the cluster
Additionally users can access all `persistentvolumeclaims` and `lmevaljobs`
Security readout for executives and security teams
Plain-English summary
A TrustyAI authorization error gives every authenticated OpenShift cluster user and service account visibility into pods across all namespaces, plus access to persistent volume claims and LMEvalJobs. This can expose workload and storage metadata useful for reconnaissance, especially in shared clusters. The supplied assessment reports no direct integrity or availability impact.
Executive priority
Schedule prompt remediation rather than emergency shutdown. Raise priority for multi-tenant clusters because any authenticated identity may enumerate workloads outside its namespace. Confirm ownership, affected builds, and remediation status; the supplied evidence does not establish active exploitation.
Technical view
TrustyAI creates trustyai-service-operator-lmeval-user-role and binds it through trustyai-service-operator-default-lmeval-user-rolebinding to system:authenticated. Consequently, low-privileged authenticated principals can get, list, and watch pods cluster-wide and access persistentvolumeclaims and lmevaljobs. Red Hat classifies this as CWE-266 with CVSS 3.1 score 5.0.
Likely exposure
Exposure exists where the cited affected Red Hat OpenShift AI 2.25, 3.0, or RHOAI TrustyAI packages are deployed and the generated binding targets system:authenticated. Exact version scope for the generic RHOAI entry is not provided. Exploitation requires an authenticated cluster identity, including a service account.
Exploitation context
The CVSS vector indicates network access, low privileges, low complexity, and no user interaction. The issue enables cross-namespace discovery and may reveal operational metadata. It is not listed as KEV, and the supplied sources provide no evidence of active exploitation or public weaponization.
Researcher notes
The scope change and confidentiality impact align with the supplied CVSS vector; integrity and availability are scored none. The bundle clearly identifies the unsafe subject and resources, but does not include corrected package versions, detailed PVC/LMEvalJob verbs, or exploitation telemetry. Avoid inferring access to volume contents from PVC access alone.
Mitigation direction
Review Red Hat’s CVE page and both referenced RHSAs for the applicable corrected package or upgrade.
Apply the Red Hat-supported remediation matching the deployed OpenShift AI release and TrustyAI package.
After remediation, verify the TrustyAI binding no longer grants excessive access to system:authenticated.
Prioritize shared clusters containing sensitive workloads or broadly issued user and service-account credentials.
Validation and detection
Inventory deployed OpenShift AI releases and the listed TrustyAI package names and build identifiers.
Inspect the named role binding and determine whether system:authenticated is currently a subject.
Review the bound role rules for pods, persistentvolumeclaims, and lmevaljobs across namespaces.
Using an authorized least-privileged test identity, confirm cross-namespace access is denied after remediation.
Review audit records for unexpected cross-namespace requests by ordinary users or service accounts.
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 · low confidence lookup
CWE-266: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. 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.
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-266 · source CWE mapping
Incorrect Privilege Assignment
Incorrect Privilege Assignment represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.