CVE-2022-50646 Details
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: hpsa: Fix possible memory leak in hpsa_init_one() The hpda_alloc_ctlr_info() allocates h and its field reply_map. However, in hpsa_init_one(), if alloc_percpu() failed, the hpsa_init_one() jumps to clean1 directly, which frees h and leaks the h->reply_map. Fix by calling hpda_free_ctlr_info() to release h->replay_map and h instead free h directly.
A memory leak vulnerability has been identified in the Linux kernel's SCSI HPSA driver. The issue arises in the 'hpsa_init_one()' function, where the 'hpda_alloc_ctlr_info()' function allocates a controller structure and its 'reply_map' field. If 'alloc_percpu()' fails, 'hpsa_init_one()' skips to a cleanup section that frees the controller structure but not the 'reply_map', leading to a memory leak. This vulnerability affects several versions of the Linux kernel.
The vulnerability has been fixed in the Linux kernel. Users should upgrade to a version that includes the fix.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Dec 9, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://git.kernel.org/stable/c/0aa7be66168b1e84b2581ffff3ccb54a6c804a1e | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/9c9ff300e0de07475796495d86f449340d454a0c | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/bfe10a1d9fbccdf39f8449d62509f070d8aaaac1 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/c808edbf580bfc454671cbe66e9d7c2e938e7601 | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/f4d1c14e8b404766ff2bb8644bb19443d73965de | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/f8fc2f18652917cdcc89cb23f3a1b7cb6e119c5e | kernel.org | Source CodeVendor |
| https://git.kernel.org/stable/c/fc998d0a7d65672f0812f11cd0ec4bbe4f8f8507 | kernel.org | Source CodeVendor |
Weakness Enumeration
No weakness enumeration is available for this CVE.
Affected Products
| Product | Versions |
|---|---|
| Linux kernel | All versions |
CPE
Remediation
| |
| scsi:hpsa | All versions |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | kernel.org |
| Dec 9, 2025 | New CVE Received | kernel.org |
Volerion