GHSA-gj2r-phwg-6rww

Suggest an improvement
Source
https://github.com/advisories/GHSA-gj2r-phwg-6rww
Import Source
https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2023/09/GHSA-gj2r-phwg-6rww/GHSA-gj2r-phwg-6rww.json
JSON Data
https://api.test.osv.dev/v1/vulns/GHSA-gj2r-phwg-6rww
Aliases
Related
Published
2023-09-26T18:00:22Z
Modified
2024-09-11T06:12:24.292569Z
Severity
  • 5.4 (Medium) CVSS_V3 - CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:L CVSS Calculator
Summary
Kubernetes users may update Pod labels to bypass network policy
Details

Impact

An attacker with the ability to update pod labels can cause Cilium to apply incorrect network policies.

This issue arises due to the fact that on pod update, Cilium incorrectly uses user-provided pod labels to select the policies which apply to the workload in question.

This can affect:

  • Cilium network policies that use the namespace, service account or cluster constructs to restrict traffic
  • Cilium clusterwide network policies that use Cilium namespace labels to select the Pod
  • Kubernetes network policies

Non-existent construct names can be provided, which bypass all network policies applicable to the construct. For example, providing a pod with a non-existent namespace as the value of the io.kubernetes.pod.namespace label results in none of the namespaced CiliumNetworkPolicies applying to the pod in question.

This attack requires the attacker to have Kubernetes API Server access, as described in the Cilium Threat Model.

Patches

This issue affects:

  • Cilium <= v1.14.1
  • Cilium <= v1.13.6
  • Cilium <= v1.12.13

This issue has been resolved in:

  • Cilium v1.14.2
  • Cilium v1.13.7
  • Cilium v1.12.14

Workarounds

An admission webhook can be used to prevent pod label updates to the k8s:io.kubernetes.pod.namespace and io.cilium.k8s.policy.* keys.

Acknowledgements

The Cilium community has worked together with members of Palantir and Isovalent to prepare these mitigations. Special thanks to @odinuge for reporting this issue and to @nebril for the fix.

For more information

If you have any questions or comments about this advisory, please reach out on Slack.

If you think you have found a vulnerability in Cilium, we strongly encourage you to report it to our private security mailing list – security@cilium.io – first, before disclosing them in any public forums. This is a private mailing list where only members of the Cilium internal security team are subscribed to, and is treated as top priority.

Database specific
{
    "nvd_published_at": "2023-09-27T15:18:55Z",
    "cwe_ids": [
        "CWE-345"
    ],
    "severity": "MODERATE",
    "github_reviewed": true,
    "github_reviewed_at": "2023-09-26T18:00:22Z"
}
References

Affected packages

Go / github.com/cilium/cilium

Package

Name
github.com/cilium/cilium
View open source insights on deps.dev
Purl
pkg:golang/github.com/cilium/cilium

Affected ranges

Type
SEMVER
Events
Introduced
1.13.0
Fixed
1.13.7

Database specific

{
    "last_known_affected_version_range": "<= 1.13.6"
}

Go / github.com/cilium/cilium

Package

Name
github.com/cilium/cilium
View open source insights on deps.dev
Purl
pkg:golang/github.com/cilium/cilium

Affected ranges

Type
SEMVER
Events
Introduced
1.14.0
Fixed
1.14.2

Database specific

{
    "last_known_affected_version_range": "<= 1.14.1"
}

Go / github.com/cilium/cilium

Package

Name
github.com/cilium/cilium
View open source insights on deps.dev
Purl
pkg:golang/github.com/cilium/cilium

Affected ranges

Type
SEMVER
Events
Introduced
0Unknown introduced version / All previous versions are affected
Fixed
1.12.14

Database specific

{
    "last_known_affected_version_range": "<= 1.12.13"
}