CVE-2024-50204

Publication date

2024-11-08 06:07:55

Family

Linux

State

PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: fs: dont try and remove empty rbtree node When copying a namespace we wont 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.