PatchSiren cyber security CVE debrief
CVE-2026-43473 Git CVE debrief
CVE-2026-43473 affects the Linux kernel mpi3mr SCSI driver cleanup path. According to the supplied record, if reply or request queue creation failed and memory was freed first, the driver could still try to reset or memset that queue state during cleanup. That could crash the system. The fix adds NULL checks before accessing the reply/request queue memory.
- Vendor
- Git
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-08
- Original CVE updated
- 2026-05-21
- Advisory published
- 2026-05-08
- Advisory updated
- 2026-05-21
Who should care
Linux kernel maintainers, distro kernel packagers, storage platform vendors, and operators running systems that use the mpi3mr SCSI driver. This is especially relevant where queue creation or teardown failures can occur during device initialization, error handling, or resource cleanup.
Technical summary
The vulnerability is a cleanup-path bug in the mpi3mr driver. When reply or request queue creation failed, the associated memory could already be freed or the pointer could be NULL, but the driver still attempted to access and reset the queue contents. The resolved change adds explicit NULL pointer checks before touching reply/request queue memory during cleanup, preventing access to invalid memory and the resulting crash.
Defensive priority
Medium priority for affected systems: the issue is described as a kernel crash in a driver cleanup path, and the corpus does not provide CVSS scoring or broader exploitation context. Systems that load mpi3mr should prioritize patched kernels or backports.
Recommended defensive actions
- Apply the Linux kernel fix referenced by the linked kernel.org stable commits and ensure the change is backported to your supported kernel lines.
- Inventory systems that load or may load the mpi3mr SCSI driver, especially storage platforms and appliances built on Linux kernels.
- Validate cleanup and failure-path behavior in non-production test systems after patching to confirm queue allocation failures no longer trigger crashes.
- Monitor kernel logs for oopses or crashes tied to mpi3mr resource cleanup until patched builds are deployed.
- Coordinate with your kernel vendor or distribution to confirm the exact release that includes this fix, since the provided corpus does not include version ranges.
Evidence notes
The supplied NVD record for CVE-2026-43473 was published on 2026-05-08 and modified on 2026-05-09. Its description states that resource cleanup could crash when reply/request queues were NULL due to freed memory after queue creation failure, and that the fix adds NULL checks before accessing the queue memory. NVD also lists multiple kernel.org stable references associated with the fix. The corpus does not include CVSS metrics, affected version ranges, or commit contents, so impact should be scoped conservatively from the driver/cleanup-path description alone.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-43473 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-43473
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-43473 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43473
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/220d7ca70611a73d50ef8e9edac630ed1ececb7c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/78d3f201f8b609928eade53cf03a52df5415aaf7
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7da755e0d02e9ca035065127e108d1fed8950dc8
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/7df0296ad4e9253d12c6dbe7f120044dddc95600
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/e978a36f332ede78eb4de037b517db16265d420d
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/fa96392ebebc8fade2b878acb14cce0f71016503
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.