Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-6p8v-8cq8-v2r3

Опубликовано: 24 мая 2022
Источник: github
Github: Прошло ревью
CVSS3: 8.8

Описание

Access to Unix domain socket can lead to privileges escalation in Cilium

Impact

Users with host file system access on a node and the privileges to run as group ID 1000 can gain access to the per node API of Cilium via Unix domain socket on the host where Cilium is running. If a malicious user is able to gain unprivileged access to a user corresponding to this group, then they can leverage this access to compromise the integrity as well as system availability on that host. Operating Systems that have unprivileged users not belonging the group ID 1000 are not affected by this vulnerability.

Best practices for managing the secure deployment of Kubernetes clusters will typically limit the ability for a malicious user to deploy pods with access to this group or to access the host filesystem, and limit user access to the nodes for users belonging to this group. These best practices include (but are not limited to) enforcing Admission Control policies to limit the configuration of Kubernetes Pod hostPath and SecurityContext fields.

Patches

Cilium versions >=1.9.16, >=1.10.11, >=1.11.5 mitigate this issue by setting the default group to 0 (root).

Workarounds

Prevent Cilium from running with group 1000 by modifying Cilium's DaemonSet to run with the following command:

containers: - name: cilium-agent args: - -c - "groupdel cilium && cilium-agent --config-dir=/tmp/cilium/config-map" command: - bash

instead of

containers: - name: cilium-agent args: - --config-dir=/tmp/cilium/config-map command: - cilium-agent

Acknowledgements

The Cilium community has worked together with members of Isovalent and Form 3 to prepare these mitigations. Special thanks to Daniel Iziourov and Daniel Teixeira for their cooperation.

For more information

If you have any questions or comments about this advisory:

Пакеты

Наименование

github.com/cilium/cilium

go
Затронутые версииВерсия исправления

>= 1.11.0, < 1.11.5

1.11.5

Наименование

github.com/cilium/cilium

go
Затронутые версииВерсия исправления

>= 1.10.0, < 1.10.11

1.10.11

Наименование

github.com/cilium/cilium

go
Затронутые версииВерсия исправления

< 1.9.16

1.9.16

EPSS

Процентиль: 40%
0.00184
Низкий

8.8 High

CVSS3

Дефекты

CWE-276

Связанные уязвимости

CVSS3: 8.8
nvd
больше 3 лет назад

Cilium is open source software for providing and securing network connectivity and loadbalancing between application workloads. Cilium prior to versions 1.9.16, 1.10.11, and 1.11.15 contains an incorrect default permissions vulnerability. Operating Systems with users belonging to the group ID 1000 can access the API of Cilium via Unix domain socket available on the host where Cilium is running. This could allow malicious users to compromise integrity as well as system availability on that host. The problem has been fixed and the patch is available in versions 1.9.16, 1.10.11, and 1.11.5. A potential workaround is to modify Cilium's DaemonSet to run with a certain command, which can be found in the GitHub Security Advisory for this vulnerability.

CVSS3: 8.8
debian
больше 3 лет назад

Cilium is open source software for providing and securing network conn ...

EPSS

Процентиль: 40%
0.00184
Низкий

8.8 High

CVSS3

Дефекты

CWE-276