Security Advisory

CVE-2024-50204

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-11-08 06:07:55
Last updated 2026-05-11 20:47:26
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

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.