In the Linux kernel, the following vulnerability has been resolved:
NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()
name is char[64] where the size of clnt->cl_program->name remains
unknown. Invoking strcat() directly will also lead to potential buffer
overflow. Change them to strscpy() and strncat() to fix potential
issues.
CVE ID: CVE-2024-54456
Vendor: Linux, Linux
Product: Linux, Linux
EPSS Score: 0.03% (probability of being exploited)
EPSS Percentile: 4.16% (scored less or equal to compared to others)
EPSS Date: 2025-03-27 (when was this score calculated)