CVE-2022-50646
N/A
N/A
Summary
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.
Affected Software
| Vendor | Product | Version Range | Status |
|---|---|---|---|
| Linux | Linux | 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef < f4d1c14e8b404766ff2bb8644bb19443d73965de | affected |
| Linux | Linux | 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef < f8fc2f18652917cdcc89cb23f3a1b7cb6e119c5e | affected |
| Linux | Linux | 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef < c808edbf580bfc454671cbe66e9d7c2e938e7601 | affected |
| Linux | Linux | 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef < bfe10a1d9fbccdf39f8449d62509f070d8aaaac1 | affected |
| Linux | Linux | 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef < fc998d0a7d65672f0812f11cd0ec4bbe4f8f8507 | affected |
| Linux | Linux | 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef < 0aa7be66168b1e84b2581ffff3ccb54a6c804a1e | affected |
| Linux | Linux | 8b834bff1b73dce46f4e9f5e84af6f73fed8b0ef < 9c9ff300e0de07475796495d86f449340d454a0c | affected |
| Linux | Linux | 1edd825c11f8ed2c409d6fb6b3d90a042cbf738d | affected |
| Linux | Linux | 4.14.63 < 4.15 | affected |
| Linux | Linux | 4.16 | affected |
| Linux | Linux | 0 < 4.16 | unaffected |
| Linux | Linux | 4.19.270 <= 4.19.* | unaffected |
| Linux | Linux | 5.4.229 <= 5.4.* | unaffected |
| Linux | Linux | 5.10.163 <= 5.10.* | unaffected |
| Linux | Linux | 5.15.86 <= 5.15.* | unaffected |
| Linux | Linux | 6.0.16 <= 6.0.* | unaffected |
| Linux | Linux | 6.1.2 <= 6.1.* | unaffected |
| Linux | Linux | 6.2 <= * | unaffected |
Weaknesses
References
- https://git.kernel.org/stable/c/f4d1c14e8b404766ff2bb8644bb19443d73965de
- https://git.kernel.org/stable/c/f8fc2f18652917cdcc89cb23f3a1b7cb6e119c5e
- https://git.kernel.org/stable/c/c808edbf580bfc454671cbe66e9d7c2e938e7601
- https://git.kernel.org/stable/c/bfe10a1d9fbccdf39f8449d62509f070d8aaaac1
- https://git.kernel.org/stable/c/fc998d0a7d65672f0812f11cd0ec4bbe4f8f8507
- https://git.kernel.org/stable/c/0aa7be66168b1e84b2581ffff3ccb54a6c804a1e
- https://git.kernel.org/stable/c/9c9ff300e0de07475796495d86f449340d454a0c
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.