Description
Cilium is a networking, observability, and security solution. Prior to 1.17.14, 1.18.8, and 1.19.2, when Cilium L7 functionality is enabled, the embedded or standalone Envoy instance creates a world-accessible admin.sock on cluster nodes, allowing a local attacker to access Envoy admin endpoints, expose TLS secrets, disrupt cluster traffic, or terminate Envoy. This issue is fixed in versions 1.17.14, 1.18.8, and 1.19.2.
Published: 2026-07-15
Score: 9.2 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from Cilium’s handling of Envoy when Layer‑7 functionality is active. In versions before 1.17.14, 1.18.8, and 1.19.2, Envoy creates an admin.sock socket on each cluster node that is world‑accessible. A local attacker can connect to this socket, invoke Envoy admin endpoints, expose TLS secrets, manipulate or terminate traffic, and potentially bring down cluster routing. This flaw is a broken access control (CWE‑732). The defect has been remedied in the specified releases.

Affected Systems

Cilium Cilium networking stack, before the release of versions 1.17.14, 1.18.8, and 1.19.2. The issue occurs only when L7 functionality is active, affecting embedded or standalone Envoy instances on cluster nodes.

Risk and Exploitability

The vulnerability carries a high CVSS score of 9.2, indicating severe impact, yet the EPSS score is below 1%, suggesting exploitation chances are low at present. Because the exploit requires local access to the node, it is not an internet‑reachable vulnerability, but any compromised or improperly secured host can exploit it. The flaw is not listed in CISA’s KEV catalog and no public exploits are known, but the potential for cluster‑wide disruption warrants immediate attention.

Generated by OpenCVE AI on July 31, 2026 at 03:01 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Cilium to at least version 1.17.14, 1.18.8, or 1.19.2 to receive the fix.
  • If an immediate upgrade is not feasible, disable Layer 7 functionality or manually remove the world‑accessible Envoy admin socket from the node.
  • Configure Envoy to bind its admin socket with restricted permissions (e.g., 0600) or to a non‑world‑accessible path, ensuring only privileged processes can access it.

Generated by OpenCVE AI on July 31, 2026 at 03:01 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-3fcv-jvfp-m4q9 Cilium vulnerable to sensitive information disclosure and cluster disruption via local Envoy admin socket access
History

Thu, 16 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 15 Jul 2026 22:15:00 +0000

Type Values Removed Values Added
First Time appeared Cilium
Cilium cilium
Vendors & Products Cilium
Cilium cilium

Wed, 15 Jul 2026 19:45:00 +0000

Type Values Removed Values Added
Description Cilium is a networking, observability, and security solution. Prior to 1.17.14, 1.18.8, and 1.19.2, when Cilium L7 functionality is enabled, the embedded or standalone Envoy instance creates a world-accessible admin.sock on cluster nodes, allowing a local attacker to access Envoy admin endpoints, expose TLS secrets, disrupt cluster traffic, or terminate Envoy. This issue is fixed in versions 1.17.14, 1.18.8, and 1.19.2.
Title Cilium: Sensitive information disclosure and cluster disruption via local Envoy admin socket access
Weaknesses CWE-732
References
Metrics cvssV3_1

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


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-07-16T15:12:56.970Z

Reserved: 2026-05-30T02:43:33.106Z

Link: CVE-2026-49445

cve-icon Vulnrichment

Updated: 2026-07-16T14:59:45.528Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-31T03:15:04Z

Weaknesses
  • CWE-732

    Incorrect Permission Assignment for Critical Resource