LiveActive security incident?Get immediate response
CVE Record

CVE-2020-25688: A flaw was found in rhacm versions before 2.0.5 and before 2.1.0.

A flaw was found in rhacm versions before 2.0.5 and before 2.1.0. Two internal service APIs were incorrectly provisioned using a test certificate from the source repository. This would result in all installations using the same certificates. If an attacker could observe network traffic internal to a cluster, they could use the private key to decode API requests that should be protected by TLS sessions, potentially obtaining information they would not otherwise be able to. These certificates are not used for service authentication, so no opportunity for impersonation or active MITM attacks were made possible.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2020-25688 affects rhacm installations before 2.0.5 and before 2.1.0. Two internal service APIs used the same test certificate across installations. Someone already able to observe internal cluster traffic could decrypt protected API requests and potentially see sensitive information.

Executive priority

Prioritize remediation for clusters running affected rhacm versions where internal network visibility is broadly available. This is a confidentiality issue with constrained attacker position, not a cited active exploitation emergency.

Technical view

The issue is CWE-321: use of a hard-coded cryptographic key. Internal service APIs were provisioned with a test certificate and private key from the source repository, making TLS confidentiality ineffective against a passive internal traffic observer. The source states these certificates were not used for service authentication, so impersonation and active MITM were not enabled.

Likely exposure

Exposure is limited to rhacm deployments older than 2.0.5 or older than 2.1.0, especially clusters where an attacker could observe internal service traffic. Public internet exposure is not indicated by the sources.

Exploitation context

The source bundle does not show CISA KEV listing, active exploitation, public exploit use, or a CVSS score. The described attack requires internal cluster traffic visibility and is passive decryption, not authentication bypass or active interception.

Researcher notes

Evidence is narrow but clear: shared test certificates undermine TLS confidentiality for two internal APIs. No CVSS, exploit status, detailed API names, or vendor remediation procedure beyond affected-version boundaries is provided in the bundle.

Mitigation direction

  • Upgrade affected rhacm deployments to 2.0.5, 2.1.0, or a later vendor-supported release.
  • Review Red Hat guidance for any certificate rotation or cleanup steps.
  • Restrict access paths that allow observation of internal cluster network traffic.
  • Treat potentially exposed internal API data as sensitive until assessed.

Validation and detection

  • Inventory rhacm versions across all clusters and flag versions before 2.0.5 or before 2.1.0.
  • Confirm whether affected internal service APIs still use the repository test certificate.
  • Review who can capture or observe internal cluster service traffic.
  • Check vendor advisories for any additional validation 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 · low confidence lookup

CWE-321: 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.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-25688 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

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

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/arhacmAll rhacm versions before 2.0.5 and before 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-321 · source CWE mapping

Use of Hard-coded Cryptographic Key

Use of Hard-coded Cryptographic Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.