products / cilium

Cilium

Cilium is an eBPF-based networking, observability, and security platform for Kubernetes (CNCF). It provides cluster networking, network policy enforcement, and ingress/gateway APIs that sit below application runtimes and AI workloads. NVD tracks it as cilium:cilium with semver-style version ranges.

api usage

Querying Cilium

product slugcilium
version format1.16.0, 1.13.0, 1.12.8
bash
curl "https://api.attestd.io/v1/check?product=cilium&version=1.13.0" \
  -H "Authorization: Bearer $ATTESTD_KEY"

Cilium 1.13.0 is affected by CVE-2023-29002 (TLS private keys logged when debug mode is enabled). The aggregated response expects a non- none risk_state.

json
{
  "product": "cilium",
  "version": "1.13.0",
  "supported": true,
  "risk_state": "medium",
  "risk_factors": [
    "information_disclosure",
    "patch_available"
  ],
  "actively_exploited": false,
  "remote_exploitable": false,
  "authentication_required": true,
  "patch_available": true,
  "fixed_version": "1.13.2",
  "confidence": 0.84,
  "cve_ids": ["CVE-2023-29002"],
  "last_updated": "2026-05-22T00:00:00Z"
}
safe version

Cilium 1.16.0 is used as a patched-line example; confirm with live /v1/check after ingestion.

bash
curl "https://api.attestd.io/v1/check?product=cilium&version=1.16.0" \
  -H "Authorization: Bearer $ATTESTD_KEY"
notable cves

CVE history

Cilium CVEs span the eBPF dataplane, Kubernetes network policy enforcement, Hubble observability, and ingress/gateway TLS handling. Policy bypass and information disclosure issues are particularly relevant when Cilium secures multi-tenant AI or platform clusters.

CVEDescriptionAffectsCVSS
CVE-2023-39347Network policy bypass via manipulated endpoint labels in certain upgrade paths.< 1.14.28.8
CVE-2023-34242Gateway API implementation allows policy bypass for cross-namespace references.< 1.13.46.5
CVE-2023-29002Debug mode logs TLS private keys from cilium-secrets namespace.< 1.13.26.3
CVE-2022-29178Incorrect default permissions on Cilium's Unix domain socket allow users in group ID 1000 to access the Cilium API on the host, enabling integrity and availability compromise.< 1.11.58.8
related