GHSA-j574-jvxx-m43qMediumCVSS 5.5
In the Linux kernel, the following vulnerability has been resolved: nstree: tighten permission...
🔗 CVE IDs covered (1)
📋 Description
In the Linux kernel, the following vulnerability has been resolved:
nstree: tighten permission checks for listing
Even privileged services should not necessarily be able to see other privileged service's namespaces so they can't leak information to each other. Use may_see_all_namespaces() helper that centralizes this policy until the nstree adapts.