First published: Fri Nov 08 2024(Updated: )
In the Linux kernel, the following vulnerability has been resolved: fs: don't try and remove empty rbtree node When copying a namespace we won't have added the new copy into the namespace rbtree until after the copy succeeded. Calling free_mnt_ns() will try to remove the copy from the rbtree which is invalid. Simply free the namespace skeleton directly.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | >=6.11<6.11.6 | |
Linux Kernel | =6.12-rc1 | |
Linux Kernel | =6.12-rc2 | |
Linux Kernel | =6.12-rc3 | |
Linux Kernel | =6.12-rc4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2024-50204 has not been specifically ranked but it affects the Linux kernel's ability to handle namespace copying.
To fix CVE-2024-50204, update your Linux kernel to version 6.11.6 or later.
CVE-2024-50204 affects Linux kernel versions from 6.11 up to 6.11.6 and 6.12-rc1 through 6.12-rc4.
If not patched, CVE-2024-50204 may lead to instability in namespace management within the Linux kernel.
Currently, there are no known workarounds for CVE-2024-50204, making patching the only solution.