Security Advisory

CVE-2024-35914

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2024-05-19 08:35:07
Last updated 2026-05-11 20:13:41
Assigner Linux
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: nfsd: Fix error cleanup path in nfsd_rename() Commit a8b0026847b8 ("rename(): avoid a deadlock in the case of parents having no common ancestor") added an error bail out path. However this path does not drop the remount protection that has been acquired. Fix the cleanup path to properly drop the remount protection.