In the Linux kernel, the following vulnerability has been resolved:
scsi: mpi3mr: Add NULL checks when resetting request and reply queues
The driver encountered a crash during resource cleanup when the reply and
request queues were NULL due to freed memory. This issue occurred when the
creation of reply or request queues failed, and the driver freed the memory
first, but attempted to mem set the content of the freed memory, leading to
a system crash.
Add NULL pointer checks for reply and request queues before accessing the
reply/request memory during cleanup
References
Configurations
Configuration 1 (hide)
|
History
21 May 2026, 14:59
| Type | Values Removed | Values Added |
|---|---|---|
| CPE |
21 May 2026, 13:14
| Type | Values Removed | Values Added |
|---|---|---|
| CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* |
|
| CWE | CWE-476 | |
| First Time |
Linux linux Kernel
Linux |
|
| CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
| References | () https://git.kernel.org/stable/c/220d7ca70611a73d50ef8e9edac630ed1ececb7c - Patch | |
| References | () https://git.kernel.org/stable/c/78d3f201f8b609928eade53cf03a52df5415aaf7 - Patch | |
| References | () https://git.kernel.org/stable/c/7da755e0d02e9ca035065127e108d1fed8950dc8 - Patch | |
| References | () https://git.kernel.org/stable/c/7df0296ad4e9253d12c6dbe7f120044dddc95600 - Patch | |
| References | () https://git.kernel.org/stable/c/e978a36f332ede78eb4de037b517db16265d420d - Patch | |
| References | () https://git.kernel.org/stable/c/fa96392ebebc8fade2b878acb14cce0f71016503 - Patch |
09 May 2026, 06:16
| Type | Values Removed | Values Added |
|---|---|---|
| References |
|
08 May 2026, 15:17
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-08 15:17
Updated : 2026-05-21 14:59
NVD link : CVE-2026-43473
Mitre link : CVE-2026-43473
CVE.ORG link : CVE-2026-43473
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-476
NULL Pointer Dereference
