Description
A flaw was found in the Submariner operator. The Submariner Custom Resource (CR), used for configuring network connectivity, stores the IPsec pre-shared key (PSK) in an unencrypted format. This key, which is critical for securing communication between Kubernetes clusters, can be accessed by unauthorized parties. Such access enables an attacker to passively decrypt network traffic flowing between any two clusters in the mesh, resulting in sensitive information disclosure.
Published: 2026-08-18
Score: 6.5 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Submariner operator stores the IPsec pre‑shared key (PSK) inside the Submariner Custom Resource in plain text. Because the key is not encrypted, any party that gains read access to the CR can obtain the PSK and use it to decrypt traffic between Kubernetes clusters in the mesh, exposing sensitive information from network exchanges. This flaw is a confidentiality violation classified under CWE‑312.

Affected Systems

The vulnerability affects Red Hat Advanced Cluster Management for Kubernetes 2, as implemented by the Submariner operator. No specific version numbers are disclosed in the available data.

Risk and Exploitability

The CVSS score of 6.5 indicates a moderate severity, and the EPSS score is not available. The vulnerability is not listed in the CISA KEV catalog. Since the PSK is stored in the cluster’s configuration, an attacker must have cluster access and read permissions to the Submariner CR. The likely attack vector is an insider or compromised cluster administrator who can extract the PSK and passively decrypt inter‑cluster traffic. Proper RBAC can limit this risk, but in the absence of that, any user with CR visibility can exploit the flaw.

Generated by OpenCVE AI on August 18, 2026 at 18:53 UTC.

Remediation

Vendor Workaround

To mitigate the risk of IPsec pre-shared key (PSK) disclosure, implement strict Kubernetes Role-Based Access Control (RBAC) policies to limit access to Submariner Custom Resources. Ensure that only authorized administrators and systems are granted permissions to view `submariner` Custom Resources within their namespaces. Additionally, exercise caution when collecting and storing diagnostic data, such as must-gather bundles, and when managing GitOps repositories, as these may inadvertently expose the cleartext PSK.


OpenCVE Recommended Actions

  • Enforce strict Kubernetes RBAC so only authorized administrators can view Submariner Custom Resources.
  • Restrict the collection of diagnostic bundles (must‑gather) and GitOps repositories that may expose the cleartext PSK.
  • Check for and apply any available update or patch to the Submariner operator that secures the PSK storage.

Generated by OpenCVE AI on August 18, 2026 at 18:53 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 17:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in the Submariner operator. The Submariner Custom Resource (CR), used for configuring network connectivity, stores the IPsec pre-shared key (PSK) in an unencrypted format. This key, which is critical for securing communication between Kubernetes clusters, can be accessed by unauthorized parties. Such access enables an attacker to passively decrypt network traffic flowing between any two clusters in the mesh, resulting in sensitive information disclosure.
Title Submariner-operator: submariner-operator: ipsec psk stored cleartext in submariner cr spec
First Time appeared Redhat
Redhat acm
Weaknesses CWE-312
CPEs cpe:/a:redhat:acm:2
Vendors & Products Redhat
Redhat acm
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: redhat

Published:

Updated: 2026-08-18T19:21:45.335Z

Reserved: 2026-07-27T17:51:24.885Z

Link: CVE-2026-66781

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-18T17:17:00.580

Modified: 2026-08-18T17:17:00.580

Link: CVE-2026-66781

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T19:00:12Z

Weaknesses
  • CWE-312

    Cleartext Storage of Sensitive Information