Update unprivileged_userns_restriction

John Johansen 2024-06-02 09:15:42 +00:00
parent fd58196b9e
commit 1f6cfc57b3

@ -6,6 +6,7 @@ However while unprivileged user namespaces have been beneficial by reducing the
This has lead to many real world CVEs. Examples (to pick a few):
* [CVE-2024-1086](https://nvd.nist.gov/vuln/detail/CVE-2024-1086): to exploit, needs to be able to add netfilter rules
* [CVE-2022-0185](https://nvd.nist.gov/vuln/detail/CVE-2022-0185): to exploit, need to be able to mount a filesystem, granted by `CAP_SYS_ADMIN` in a user namespace.
* [CVE-2022-1015](https://nvd.nist.gov/vuln/detail/CVE-2022-1015): to exploit, need to be able to add netfilter rules, granted by `CAP_NET_ADMIN` in a new user and network namespace.
* [CVE-2022-2078](https://nvd.nist.gov/vuln/detail/CVE-2022-2078): to exploit, need to be able to add netfilter rules, granted by `CAP_NET_ADMIN` in a new user and network namespace.