In the Linux kernel, the following vulnerability has been resolved:
scsi: smartpqi: Fix memory leak in pqi_report_phys_luns()
pqi_report_phys_luns() fails to release the rpl_list buffer when
encountering an unsupported data format or when the allocation for
rpl_16byte_wwid_list fails. These early returns bypass the cleanup logic,
leading to memory leaks.
Consolidate the error handling by adding an out_free_rpl_list label and use
goto statements to ensure rpl_list is consistently freed on failure.
Compile tested only. Issue found using a prototype static analysis tool and
code review.
References
Configurations
Configuration 1 (hide)
|
History
25 Jun 2026, 21:06
| Type | Values Removed | Values Added |
|---|---|---|
| CWE | CWE-401 | |
| First Time |
Linux linux Kernel
Linux |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* | |
| References | () https://git.kernel.org/stable/c/41b37312bd9722af77ec7817ccf22d7a4880c289 - Patch | |
| References | () https://git.kernel.org/stable/c/454570434114e4862767f506a442a0f110b639b2 - Patch | |
| References | () https://git.kernel.org/stable/c/d52e13122d3771f753dd73ae6512fa01f58015cb - Patch | |
| References | () https://git.kernel.org/stable/c/e5579ebaadc7b699868dad0f591a7bf83cd647e1 - Patch | |
| References | () https://git.kernel.org/stable/c/f471ecfec093e39ef8fd08978413793087daa14d - Patch | |
| References | () https://git.kernel.org/stable/c/fdf1188cfa80f88c9f18d58cb33d57ff40e70e26 - Patch |
27 May 2026, 14:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-27 14:17
Updated : 2026-06-25 21:06
NVD link : CVE-2026-45872
Mitre link : CVE-2026-45872
CVE.ORG link : CVE-2026-45872
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-401
Missing Release of Memory after Effective Lifetime
