Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's handling of mount namespace releases can lead to a NULL pointer dereference. This issue occurs in the 'mnt_ns_release()' function, which may be called with a NULL pointer when invoked from 'listmount()'. The vulnerability has been addressed by adding a check to ensure the pointer is not NULL before proceeding with the release process.
Exploitation of this vulnerability can cause a NULL pointer dereference, leading to a crash of the kernel or the process that triggered the issue.
The vulnerability can be reproduced by calling the 'mnt_ns_release()' function from 'listmount()'' without proper checks, allowing a NULL pointer to be dereferenced. This can be done by manipulating mount namespace references in a way that bypasses the usual safeguards, such as using a custom user namespace or modifying namespace handling in a way that introduces a NULL reference.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been patched. Instructions for downloading the patched kernel can be found in the Linux kernel documentation.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.