
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2024-54456 is a buffer overflow vulnerability discovered in the Linux kernel's NFS (Network File System) implementation. The vulnerability was identified in the nfs_sysfs_link_rpc_client() function where a potential buffer overflow could occur due to unsafe string operations. The issue was disclosed on February 26, 2025, and affects the Linux kernel's NFS subsystem (NVD).
The vulnerability exists in the nfs_sysfs_link_rpc_client() function where a char array name[64] is used but the size of clnt->cl_program->name remains unknown. The original code used unsafe string operations (strcpy and strcat) which could lead to buffer overflow. The fix involves replacing these unsafe operations with bounds-checked alternatives: strscpy() for initial copy and strncat() with proper length calculations for concatenation (Kernel Patch).
A buffer overflow in the NFS subsystem could potentially lead to memory corruption, which might result in system crashes or potential privilege escalation. The vulnerability affects systems using the Linux kernel's NFS implementation (NVD).
The vulnerability has been patched in the Linux kernel. The fix involves replacing unsafe string operations with secure alternatives: strscpy() and strncat() with proper buffer size checking. Users should update their Linux kernel to a version containing the security fix (Kernel Patch).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."