CVE-2024-47825
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedCilium is a networking, observability, and security solution with an eBPF-based dataplane. Starting in version 1.14.0 and prior to versions 1.14.16 and 1.15.10, a policy rule denying a prefix that is broader than `/32` may be ignored if there is a policy rule referencing a more narrow prefix (`CIDRSet` or `toFQDN`) and this narrower policy rule specifies either `enableDefaultDeny: false` or `- toEntities: all`. Note that a rule specifying `toEntities: world` or `toEntities: 0.0.0.0/0` is insufficient, it must be to entity `all`.This issue has been patched in Cilium v1.14.16 and v1.15.10. As this issue only affects policies using `enableDefaultDeny: false` or that set `toEntities` to `all`, some workarounds are available. For users with policies using `enableDefaultDeny: false`, remove this configuration option and explicitly define any allow rules required. For users with egress policies that explicitly specify `toEntities: all`, use `toEntities: world`.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceIn Cilium versions 1.14.0 through 1.14.15 and prior to 1.15.10, a security policy rule that denies a network prefix broader than /32 can be silently ignored when paired with another policy rule referencing a narrower prefix (CIDRSet or toFQDN) that has either enableDefaultDeny: false or toEntities: all configured. This creates a policy bypass where the broader deny rule fails to enforce, allowing unintended network traffic.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 1.14.0, < 1.14.16>= 1.15.0, < 1.15.10CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- High
- Privileges
- None
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check Cilium versionRun 'cilium version' or check the Cilium operator/agent pod version via 'kubectl get pods -n kube-system -l k8s-app=cilium -o jsonpath="{.items[*].spec.containers[*].image}"'Affected if Version is >= 1.14.0 and < 1.14.16, or >= 1.15.0 and < 1.15.10
-
Identify deny policies with broad CIDRRetrieve all CiliumNetworkPolicy and CiliumClusterwideNetworkPolicy resources: 'kubectl get cnp,ccnp -A -o yaml' and inspect for rules containing 'ingress' or 'egress' with 'deny' action and a 'cidr' field with prefix larger than /32 (e.g., '0.0.0.0/0', '::/0')Affected if A deny rule exists with a CIDR prefix covering a broad range (larger than a single IP)
-
Check for conflicting CIDRSet or toFQDN rulesIn the same policy files, search for rules that contain either 'cidrSet' or 'toFQDN' alongside either 'enableDefaultDeny: false' or 'toEntities: all' in the same or another rule within the same policyAffected if A separate rule in the policy uses CIDRSet or toFQDN with enableDefaultDeny set to false, or specifies toEntities: all
-
Verify policy coexistenceConfirm that both the broad CIDR deny rule and the CIDRSet/toFQDN rule with enableDefaultDeny: false or toEntities: all exist within the same CiliumNetworkPolicy or CiliumClusterwideNetworkPolicy resourceAffected if Both problematic rule patterns exist concurrently in any network policy in the cluster
You are affected if running a vulnerable Cilium version AND you have policies that combine a broad CIDR deny rule with a separate rule using CIDRSet or toFQDN that has enableDefaultDeny: false or toEntities: all.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped1.14.161.15.10
Upgrade Cilium to version 1.14.16 or 1.15.10 or higher. As interim workarounds, remove enableDefaultDeny: false from policies and explicitly define allow rules, or replace toEntities: all with toEntities: world in egress policies.
Cilium 1.14.16 (for 1.14.x branches) or Cilium 1.15.10 (for 1.15.x branches)
- Identify your current Cilium version using `cilium version` or checking your deployment manifests
- If running Cilium 1.14.x (>=1.14.0 and <1.14.16), upgrade to version 1.14.16
- If running Cilium 1.15.x (>=1.15.0 and <1.15.10), upgrade to version 1.15.10
- After upgrading, verify your network policies still function as expected by testing connectivity
- Alternatively, if immediate upgrade is not possible, review your CiliumNetworkPolicy resources: locate any rules with `enableDefaultDeny: false` and either remove this field or explicitly define all required allow rules; locate any rules with `toEntities: all` and change to `toEntities: world`
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-47825 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-47825 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data