LiveActive security incident?Get immediate response
CVE Record

CVE-2020-25655: An issue was discovered in ManagedClusterView API, that could allow secrets to be disclosed to users withou...

An issue was discovered in ManagedClusterView API, that could allow secrets to be disclosed to users without the correct permissions. Views created for an admin user would be made available for a short time to users with only view permission. In this short time window the user with view permission could read cluster secrets that should only be disclosed to admin users.

MediumCVSS 5.7Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This flaw could briefly expose Kubernetes cluster secrets to users who should only have view-level access. The business risk is unauthorized disclosure of sensitive cluster credentials or configuration data. It is rated medium, but confidentiality impact is high where affected Red Hat open-cluster-management versions are deployed.

Executive priority

Prioritize this for any cluster management environment using affected Red Hat open-cluster-management versions. It is not a mass unauthenticated internet risk, but leaked cluster secrets can create follow-on operational and security impact.

Technical view

CVE-2020-25655 affects the ManagedClusterView API in Red Hat open-cluster-management 2.0.4 and 2.1.0. Views created for an admin user could remain briefly available to lower-privileged view users, allowing unintended secret reads. The issue maps to CWE-863, incorrect authorization.

Likely exposure

Exposure is likely limited to environments running Red Hat open-cluster-management 2.0.4 or 2.1.0 with users holding view permission. Risk increases where those users can observe ManagedClusterView output during the short disclosure window.

Exploitation context

The source bundle does not cite active exploitation, public exploit code, or CISA KEV listing. Exploitation requires a low-privileged authenticated user and user interaction according to the CVSS vector. Evidence is insufficient to claim real-world abuse.

Researcher notes

The key issue is transient authorization failure in ManagedClusterView result availability. Available public details do not name a patch version, workaround, or exploit procedure. Focus validation on affected versions, RBAC exposure, audit evidence, and vendor-confirmed remediation.

Mitigation direction

  • Check Red Hat guidance for fixed packages or supported remediation.
  • Upgrade affected open-cluster-management deployments when vendor fixes are available.
  • Restrict view-level access to trusted users until remediation is complete.
  • Review and rotate cluster secrets if unauthorized access is suspected.
  • Monitor vendor advisories for additional affected-version or fix details.

Validation and detection

  • Inventory open-cluster-management deployments and confirm exact versions.
  • Identify users and groups with view permission to managed cluster resources.
  • Review audit logs for ManagedClusterView access by non-admin users.
  • Check whether sensitive secret data was exposed during relevant windows.
  • Verify remediation against Red Hat advisory or package guidance.
Prepared
Confidence
medium
Sources
3

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-863: Authorization and privilege behavior lookup

Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-25655 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.7 (3.1)
Known Exploited
No
Published

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

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

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.

1CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS vector scores

1 official score

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.

ScoreVersionSeverityVectorExploitImpactSource
5.7CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N2.13.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.7Medium
CVSS 3.1 vector shape for CVE-2020-25655Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red Hatopen-cluster-management2.0.4, 2.1.0Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-863 · source CWE mapping

Incorrect Authorization

Incorrect Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.