In the Linux kernel, the following vulnerability has been resolved:
NFS: Fix potential buffer overflowin nfssysfslinkrpcclient()
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.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2024/54xxx/CVE-2024-54456.json",
"cna_assigner": "Linux"
}