CVE-2022-50524
BaseFortify
Publication date: 2025-10-07
Last updated on: 2026-03-17
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability occurs in the Linux kernel's Mediatek IOMMU driver where the function platform_get_resource() may return a NULL pointer. The code did not check the return value before using it, which could lead to a null pointer dereference in the resource_size() function. The vulnerability has been resolved by adding a check for the return value of platform_get_resource() to prevent this null pointer dereference.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the Linux kernel to dereference a NULL pointer, potentially leading to a kernel crash or system instability. This could result in denial of service or unexpected behavior on affected systems.