Security Advisory

CVE-2024-50241

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2024-11-09 10:14:51
Last updated 2026-05-23 15:54:51
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: NFSD: Initialize struct nfsd4_copy earlier Ensure the refcount and async_copies fields are initialized early. cleanup_async_copy() will reference these fields if an error occurs in nfsd4_copy(). If they are not correctly initialized, at the very least, a refcount underflow occurs.