Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A null pointer dereference vulnerability has been identified in the Linux kernel's SYSV file system. This issue arises because the function 'sb_getblk' can return a null pointer, which, when followed by taking a lock, leads to a dereference of a null pointer, causing a crash. The vulnerability has been addressed by adding a null check before the lock is applied.
Exploitation of this vulnerability leads to a null pointer dereference, causing a kernel crash.
The vulnerability can be reproduced by triggering the 'alloc_branch' function in the SYSV file system. When 'sb_getblk' is called with a parent block that does not exist, it returns a null pointer. If the code then attempts to lock this null pointer, it causes a null pointer dereference, crashing the kernel.
Users can upgrade to the latest stable version of the Linux kernel to address this vulnerability.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.