← Back to CVE List

CVE-2024-54456

Published: 2025-02-27T03:15Z
Last Modified: 2025-02-27T03:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
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. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt