Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's JFS filesystem has been addressed. The issue involved the transaction management function 'txBegin', which did not properly check if the filesystem was mounted as read-only. This oversight could lead to a null pointer dereference. The vulnerability has been fixed by adding a check for read-only filesystems in 'txBegin' before initiating a transaction.
The vulnerability could lead to a null pointer dereference, potentially causing a system crash or instability.
The vulnerability can be reproduced by mounting a JFS filesystem as read-only and then initiating a transaction using the 'txBegin' function. Without the patch, the function would proceed without recognizing the read-only status, leading to a null pointer dereference.
Users can apply the patch available in the Linux kernel stable tree 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.