diff --git a/advisories/github-reviewed/2024/10/GHSA-3wwx-63fv-pfq6/GHSA-3wwx-63fv-pfq6.json b/advisories/github-reviewed/2024/10/GHSA-3wwx-63fv-pfq6/GHSA-3wwx-63fv-pfq6.json new file mode 100644 index 00000000000..89a30a39676 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-3wwx-63fv-pfq6/GHSA-3wwx-63fv-pfq6.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3wwx-63fv-pfq6", + "modified": "2024-10-21T19:03:47Z", + "published": "2024-10-21T19:03:47Z", + "aliases": [ + "CVE-2024-47825" + ], + "summary": "Cilium's CIDR deny policies may not take effect when a more narrow CIDR allow is present", + "details": "### Impact\n\nA policy rule denying a prefix that is broader than /32 may be ignored if there is\n\n- A policy rule referencing a more narrow prefix (`CIDRSet` or `toFQDN`) **and**\n- This narrower policy rule specifies either `enableDefaultDeny: false` or `- toEntities: all`\n\nNote that a rule specifying `toEntities: world` or `toEntities: 0.0.0.0/0` is insufficient, it must be to entity `all`.\n\nAs an example, given the below policies, traffic is allowed to 1.1.1.2, when it should be denied:\n\n```\napiVersion: cilium.io/v2\nkind: CiliumClusterwideNetworkPolicy\nmetadata:\n name: block-scary-range\nspec:\n endpointSelector: {}\n egressDeny:\n - toCIDRSet:\n - cidr: 1.0.0.0/8\n\n---\n\napiVersion: cilium.io/v2\nkind: CiliumNetworkPolicy\nmetadata:\n name: evade-deny\nspec:\n endpointSelector: {}\n egress:\n - toCIDR:\n - 1.1.1.2/32\n - toEntities:\n - all\n```\n\n### Patches\n\nThis issue affects:\n\n- Cilium v1.14 between v1.14.0 and v1.14.15 inclusive\n- Cilium v1.15 between v1.15.0 and v1.15.9 inclusive\n\nThis issue has been patched in:\n\n- Cilium v1.14.16\n- Cilium v1.15.10\n\n### Workarounds\n\nUsers with policies using `enableDefaultDeny: false` can work around this issue by removing this configuration option and explicitly defining any allow rules required.\n\nNo workaround is available to users with egress policies that explicitly specify `toEntities: all`.\n\n### Acknowledgements\n\nThe Cilium community has worked together with members of Isovalent to prepare these mitigations. Special thanks to @squeed, @christarazi, and @jrajahalme for their work in triaging and resolving this issue.\n\n### For more information\n\nIf you have any questions or comments about this advisory, please reach out on [Slack](https://docs.cilium.io/en/latest/community/community/#slack).\n\nIf you think you have found a vulnerability affecting Cilium, we strongly encourage you to report it to our security mailing list at [security@cilium.io](mailto:security@cilium.io). This is a private mailing list for the Cilium security team, and your report will be treated with top priority.\n", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:L/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/cilium/cilium" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.15.0" + }, + { + "fixed": "1.15.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/cilium/cilium" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.14.0" + }, + { + "fixed": "1.14.16" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/cilium/cilium/security/advisories/GHSA-3wwx-63fv-pfq6" + }, + { + "type": "WEB", + "url": "https://github.com/cilium/cilium/commit/02d28d9ac9afcaddd301fae6fb4d6cda8c2d0c45" + }, + { + "type": "WEB", + "url": "https://github.com/cilium/cilium/commit/9c01afb5646af3f0c696421a410dc66c513b6524" + }, + { + "type": "PACKAGE", + "url": "https://github.com/cilium/cilium" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-1038" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-10-21T19:03:47Z", + "nvd_published_at": null + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/10/GHSA-pppg-cpfq-h7wr/GHSA-pppg-cpfq-h7wr.json b/advisories/github-reviewed/2024/10/GHSA-pppg-cpfq-h7wr/GHSA-pppg-cpfq-h7wr.json index 2f2f96e8c03..9f634908996 100644 --- a/advisories/github-reviewed/2024/10/GHSA-pppg-cpfq-h7wr/GHSA-pppg-cpfq-h7wr.json +++ b/advisories/github-reviewed/2024/10/GHSA-pppg-cpfq-h7wr/GHSA-pppg-cpfq-h7wr.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-pppg-cpfq-h7wr", - "modified": "2024-10-16T17:05:07Z", + "modified": "2024-10-21T19:02:54Z", "published": "2024-10-11T15:30:32Z", "aliases": [ "CVE-2024-21534" @@ -44,10 +44,18 @@ "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-21534" }, + { + "type": "WEB", + "url": "https://github.com/JSONPath-Plus/JSONPath/issues/226" + }, { "type": "WEB", "url": "https://github.com/JSONPath-Plus/JSONPath/commit/6b2f1b4c234292c75912b790bf7e2d7339d4ccd3" }, + { + "type": "WEB", + "url": "https://github.com/JSONPath-Plus/JSONPath/commit/b70aa713553caf838a63bac923195a5bc541fd72" + }, { "type": "PACKAGE", "url": "https://github.com/JSONPath-Plus/JSONPath"