CVE-2024-49974: NFSD: Limit the number of concurrent async COPY operations
In the Linux kernel, the following vulnerability has been resolved:
NFSD: Limit the number of concurrent async COPY operations
Nothing appears to limit the number of concurrent async COPY operations that clients can start. In addition, AFAICT each async COPY can copy an unlimited number of 4MB chunks, so can run for a long time. Thus IMO async COPY can become a DoS vector.
Add a restriction mechanism that bounds the number of concurrent background COPY operations. Start simple and try to be fair -- this patch implements a per-namespace limit.
An async COPY request that occurs while this limit is exceeded gets NFS4ERRDELAY. The requesting client can choose to send the request again after a delay or fall back to a traditional read/write style copy.
If there is need to make the mechanism more sophisticated, we can visit that in future patches.
Other sources
This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.
— Launchpad
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2024-49974?
CVE-2024-49974 has a moderate severity level due to the lack of limits on concurrent async COPY operations in the Linux kernel.
How do I fix CVE-2024-49974?
To fix CVE-2024-49974, upgrade the Linux kernel to version 6.10.14 or to the versions that are safe from 6.11 to 6.11.3.
Which versions of the Linux kernel are affected by CVE-2024-49974?
CVE-2024-49974 affects Linux kernel versions prior to 6.10.14 and versions from 6.11 to 6.11.3.
Are there specific distributions that have remediations for CVE-2024-49974?
Yes, Debian provides remediation for CVE-2024-49974 in specific versions including 6.1.123-1 and 6.12.15-1.
What type of vulnerability is CVE-2024-49974 categorized as?
CVE-2024-49974 is categorized as a concurrency vulnerability relating to the operations in the NFSD of the Linux kernel.