CVE-2024-54456
Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
27/02/2025
Last modified:
27/02/2025
Description
In the Linux kernel, the following vulnerability has been resolved:<br />
<br />
NFS: Fix potential buffer overflowin nfs_sysfs_link_rpc_client()<br />
<br />
name is char[64] where the size of clnt->cl_program->name remains<br />
unknown. Invoking strcat() directly will also lead to potential buffer<br />
overflow. Change them to strscpy() and strncat() to fix potential<br />
issues.