CVE-2024-49974

Updated: 2024-12-14 21:03:34.015258

Description:

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 NFS4ERR_DELAY. 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.


Links NIST CIRCL RHEL Ubuntu

Severity

Severity Score
CVSS Version 2.x 0
CVSS Version 3.x MEDIUM 5.5

Status

OS name Project name Version Score Severity Status Errata Last updated

Statement

AlmaLinux 9.2 ESU kernel 5.14.0 5.5 MEDIUM Ignored 2024-11-05 04:30:19
AlmaLinux 9.2 FIPS kernel 5.14.0 5.5 MEDIUM Ignored 2024-11-05 04:30:19
CentOS 6 ELS kernel 2.6.32 5.5 MEDIUM Ignored 2024-11-05 04:30:19
CentOS 7 ELS kernel 3.10.0 5.5 MEDIUM Ignored 2024-11-05 04:30:18
CentOS 8.4 ELS kernel 4.18.0 5.5 MEDIUM Ignored 2024-11-05 04:30:18
CentOS 8.5 ELS kernel 4.18.0 5.5 MEDIUM Ignored 2024-11-05 04:30:18
CentOS Stream 8 ELS kernel 4.18.0 5.5 MEDIUM Ignored 2024-11-05 04:30:18
CloudLinux 6 ELS kernel 2.6.32 5.5 MEDIUM Ignored 2024-11-05 04:30:19
CloudLinux 7 ELS kernel 3.10.0 5.5 MEDIUM Ignored 2024-11-05 04:30:18
Oracle Linux 6 ELS kernel 2.6.32 5.5 MEDIUM Ignored 2024-11-05 04:30:18
Total: 14