Skip to main content

Cilium CVE-2026-56743

| EUVDEUVD-2026-44774 MEDIUM
Incorrect Authorization (CWE-863)
2026-07-15 GitHub_M GHSA-fm8w-2m5w-9j7r
5.4
CVSS 3.1 · Vendor: GitHub_M
Share

Severity by source

Vendor (GitHub_M) PRIMARY
5.4 MEDIUM
AV:A/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
vuln.today AI
5.4 MEDIUM

Adjacent vector because exploitation requires a pod inside the cluster; PR:L because any standard workload suffices; S:C because the bypass escapes the policy boundary to affect peer workloads; no availability impact.

3.1 AV:A/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
4.0 AV:A/AC:L/AT:P/PR:L/UI:N/VC:L/VI:L/VA:N/SC:L/SI:L/SA:N

Primary rating from Vendor (GitHub_M).

CVSS VectorVendor: GitHub_M

Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
Low
Integrity
Low
Availability
None

Lifecycle Timeline

3
Patch available
Jul 15, 2026 - 21:18 EUVD
Source Code Evidence Fetched
Jul 15, 2026 - 20:01 vuln.today
Analysis Generated
Jul 15, 2026 - 20:01 vuln.today

DescriptionCVE.org

Cilium is a networking, observability, and security solution. From 1.19.0 to 1.19.4, standard Kubernetes NetworkPolicy specifications using CIDR-based ipBlock rules without pod or namespace selectors erroneously generate a wildcard namespace allow rule when Cilium is configured with a custom clusterName rather than the default any value. The parser incorrectly instantiates a pod selector on selectorless peer definitions, allowing traffic from other workloads in the same namespace as the subject of the policy. This issue is fixed in version 1.19.5.

AnalysisAI

Network policy bypass in Cilium 1.19.0-1.19.4 allows workloads inside a Kubernetes namespace to reach peers that CIDR-based ipBlock NetworkPolicies should block. The flaw surfaces exclusively when Cilium is deployed with a custom clusterName (any value other than the default 'any'): the network-policy parser in parseNetworkPolicyPeer erroneously instantiates an empty pod selector for selectorless ipBlock peers, which compiles into a wildcard namespace-allow rule instead of a pure CIDR rule. No public exploit code has been identified at time of analysis, and this CVE is not listed in the CISA KEV catalog.

Technical ContextAI

Cilium is a eBPF-based CNI plugin that enforces Kubernetes NetworkPolicy at the dataplane level via compiled policy rules in pkg/k8s/network_policy.go. The affected code path is parseNetworkPolicyPeer(), which translates a NetworkPolicyPeer struct (containing either an IPBlock CIDR range or pod/namespace label selectors) into a Cilium-internal types.Selector. In versions 1.19.0-1.19.4, when a peer contained only an IPBlock (no PodSelector or NamespaceSelector), the function did not return early after processing the CIDR block; it continued into a branch that created an empty pod label selector (slim_metav1.LabelSelector{}) and appended it to the policy's L3 rules. Under a custom clusterName, that empty selector resolved to a wildcard allow for the entire namespace rather than being a no-op, causing the CIDR restriction to be silently augmented with blanket intra-namespace access. The root cause is classified as CWE-863 (Incorrect Authorization): the authorization check (CIDR-scoped network policy) is evaluated but its output is overridden by a spurious selector. The fix (PR #46305) adds an early return for the IPBlock case before any pod selector is instantiated. CPE cpe:2.3:a:cilium:cilium:*:*:*:*:*:*:*:* covers all editions 1.19.0-1.19.4.

RemediationAI

Upgrade Cilium to version 1.19.5, which contains the corrected parseNetworkPolicyPeer() logic in pkg/k8s/network_policy.go (commits 1c84ae3b58a7cd54f7ee355e6c524c82f620eae8 and bacea640404c0805c23515353dc1681c5bf35171). The release is available at https://github.com/cilium/cilium/releases/tag/v1.19.5. If an immediate upgrade is not possible, a targeted workaround is to rewrite affected NetworkPolicies to include an explicit podSelector or namespaceSelector on every peer that also carries an ipBlock - this forces the parser into a different, correctly-behaving branch. A second option is to temporarily set clusterName back to the default 'any', which disables the code path that produces the spurious wildcard selector; however, this may conflict with multi-cluster routing or identity requirements and should be validated against the deployment architecture before applying. Clusters that have never set a custom clusterName are not exposed and require no action.

CVE-2025-1974 CRITICAL POC
9.8 Mar 25

A critical vulnerability in Kubernetes ingress-nginx controller allows unauthenticated attackers with pod network access

CVE-2026-45321 CRITICAL POC
9.6 May 12

Credential-harvesting malware compromised 84 versions of 42 TanStack npm packages on 2026-05-11 via chained GitHub Actio

CVE-2025-1098 HIGH POC
8.8 Mar 25

Kubernetes ingress-nginx contains a configuration injection vulnerability via the mirror-target and mirror-host Ingress

CVE-2025-24514 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-url` Ingres

CVE-2025-1097 HIGH POC
8.8 Mar 25

A security issue was discovered in ingress-nginx https://github.com/kubernetes/ingress-nginx where the `auth-tls-match-c

CVE-2020-8554 MEDIUM POC
6.3 Jan 21

Kubernetes API server in all versions allow an attacker who is able to create a ClusterIP service and set the spec.exter

CVE-2023-3676 HIGH POC
8.8 Oct 31

A security issue was discovered in Kubernetes where a user that can create pods on Windows nodes may be able to escalate

CVE-2025-55190 CRITICAL POC
9.9 Sep 04

Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Rated critical severity (CVSS 9.9), this vulne

CVE-2026-34976 CRITICAL POC
10.0 Apr 02

Unauthenticated remote attackers can trigger complete database overwrites, server-side file reads, and SSRF attacks agai

CVE-2018-18843 CRITICAL POC
10.0 Dec 04

The Kubernetes integration in GitLab Enterprise Edition 11.x before 11.2.8, 11.3.x before 11.3.9, and 11.4.x before 11.4

CVE-2026-54680 CRITICAL POC
9.9 Jul 29

Fluentd configuration injection in the kube-logging Logging operator before 6.6.0 allows a namespace-scoped user who can

CVE-2026-22039 CRITICAL POC
9.9 Jan 27

Kyverno Kubernetes policy engine prior to 1.x has a privilege escalation vulnerability (CVSS 9.9) allowing policy bypass

Share

CVE-2026-56743 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy