Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's IOMMU/MediaTek implementation could lead to a null pointer dereference. The issue arises because the platform_get_resource() function may return a NULL pointer, which, if not properly checked, can cause a dereference error when resource_size() is called. This vulnerability has been addressed by adding a check for the return value of platform_get_resource() before using it.
Exploitation of this vulnerability can lead to a null pointer dereference, causing a crash or undefined behavior in the kernel.
The vulnerability can be reproduced by loading a device driver that uses the IOMMU/MediaTek functionality without the necessary platform resources. The missing resources will cause platform_get_resource() to return NULL, leading to a null pointer dereference when resource_size() is called.
Users can upgrade to the patched version of the Linux kernel where this vulnerability has been fixed.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.