PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-86332 Red Hat CVE debrief

A flaw in odh-dashboard in Red Hat OpenShift AI allows authenticated dashboard users to retrieve Kubernetes Secrets, including the cluster NVIDIA NGC API key Secret and the NIM image pull secret, without authorization. This vulnerability, CVE-2026-86332, is characterized by missing authorization checks on the backend-for-frontend route GET /api/nim-serving/:nimResource, which reads Kubernetes Secrets using the dashboard service account and returns the full Secret object, including .data. The lack of authorization checks enables any authenticated dashboard user to access sensitive credentials, potentially leading to unauthorized access or lateral movement within the cluster. Defe nd

Vendor
Red Hat
Product
Red Hat OpenShift AI (RHOAI)
CVSS
MEDIUM 6.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-07
Original CVE updated
2026-09-07
Advisory published
2026-09-07
Advisory updated
2026-09-07

Who should care

Defenders and administrators of Red Hat OpenShift AI clusters, as well as users with access to the odh-dashboard, should assess exposure and implement compensating controls to protect sensitive credentials.

Why it matters

CVE-2026-86332 allows authenticated users to retrieve sensitive Kubernetes Secrets without authorization, potentially leading to unauthorized access or lateral movement.

  • Authenticated users can retrieve sensitive credentials, potentially leading to unauthorized access.
  • Lack of authorization checks on the backend-for-frontend route GET /api/nim-serving/:nimResource.
  • Potential for lateral movement or privilege escalation if credentials are used improperly.

Technical summary

The odh-dashboard in Red Hat OpenShift AI has a flaw that allows authenticated users to retrieve Kubernetes Secrets, including sensitive credentials, without authorization. This is due to missing authorization checks on the backend-for-frontend route GET /api/nim-serving/:nimResource, which reads Kubernetes Secrets using the dashboard service account and returns the full Secret object, including .data. The vulnerability, CVE-2026-86332, enables any authenticated dashboard user to access sensitive credentials, potentially leading to unauthorized access or lateral movement within the cluster. The affected product deployments should be verified, and compensating controls should be implemented to protect sensitive

Defensive priority

Defenders should prioritize verifying exposure and implementing compensating controls to protect sensitive credentials.

Recommended defensive actions

  • Verify exposure by checking if the odh-dashboard is in use and if the affected route is accessible to authenticated users.
  • Implement compensating controls, such as restricting access to sensitive credentials and monitoring for suspicious activity.
  • Remediate by applying the vendor's patch or fix, if available.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented.

Evidence notes

The CVE description indicates that the backend-for-frontend route GET /api/nim-serving/:nimResource reads Kubernetes Secrets using the dashboard service account and returns the full Secret object, including .data, without an authorization check.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-86332 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-86332

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-86332 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-86332

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.