CVE-2022-50532
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-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a resource leak and potential kernel crash in the Linux kernel's mpt3sas driver. Specifically, in the function mpt3sas_transport_port_add(), if sas_rphy_add() fails, the allocated resource from sas_end_device_alloc() is not freed because sas_rphy_free() is not called. This leads to a NULL pointer dereference and kernel crash when sas_rphy_remove() is later called to remove the device.
How can this vulnerability impact me? :
This vulnerability can cause a kernel crash due to a NULL pointer dereference, potentially leading to system instability or downtime. It may disrupt normal operation of systems using the affected mpt3sas driver, impacting availability.