Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's NFS server (NFSD) has been addressed, which involved improper management of export references. The issue arose because the export cleanup process was not correctly synchronized with the RCU (Read-Copy-Update) grace period. This mismanagement allowed for concurrent access to freed resources, leading to a NULL pointer dereference. The vulnerability was caused by the immediate release of export references before the RCU grace period, enabling RCU readers to access invalidated data. The issue has been fixed by deferring the cleanup process until after the RCU grace period, ensuring that all references are properly managed and reducing the risk of concurrent access to freed resources.
Exploitation of this vulnerability could lead to a NULL pointer dereference, causing a crash or instability in the NFS server.
The vulnerability has been fixed in the Linux kernel. Users should upgrade to the latest version where this issue has been addressed.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.