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.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2024-11-08 06:15
Updated : 2024-11-19 16:17
NVD link : CVE-2024-50204
Mitre link : CVE-2024-50204
CVE.ORG link : CVE-2024-50204
JSON object : View
Products Affected
linux
- linux_kernel
CWE