CVE-2026-43473 (GCVE-0-2026-43473)

Vulnerability from cvelistv5 – Published: 2026-05-08 14:22 – Updated: 2026-05-09 04:11
VLAI?
Title
scsi: mpi3mr: Add NULL checks when resetting request and reply queues
Summary
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
Severity ?
No CVSS data available.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: fe6db615156573d3f6a37564b8a590cb03bbaf25 , < 7df0296ad4e9253d12c6dbe7f120044dddc95600 (git)
Affected: fe6db615156573d3f6a37564b8a590cb03bbaf25 , < 7da755e0d02e9ca035065127e108d1fed8950dc8 (git)
Affected: fe6db615156573d3f6a37564b8a590cb03bbaf25 , < 78d3f201f8b609928eade53cf03a52df5415aaf7 (git)
Affected: fe6db615156573d3f6a37564b8a590cb03bbaf25 , < e978a36f332ede78eb4de037b517db16265d420d (git)
Affected: fe6db615156573d3f6a37564b8a590cb03bbaf25 , < 220d7ca70611a73d50ef8e9edac630ed1ececb7c (git)
Affected: fe6db615156573d3f6a37564b8a590cb03bbaf25 , < fa96392ebebc8fade2b878acb14cce0f71016503 (git)
Create a notification for this product.
    Linux Linux Affected: 5.17
Unaffected: 0 , < 5.17 (semver)
Unaffected: 6.1.167 , ≤ 6.1.* (semver)
Unaffected: 6.6.130 , ≤ 6.6.* (semver)
Unaffected: 6.12.78 , ≤ 6.12.* (semver)
Unaffected: 6.18.19 , ≤ 6.18.* (semver)
Unaffected: 6.19.9 , ≤ 6.19.* (semver)
Unaffected: 7.0 , ≤ * (original_commit_for_fix)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/scsi/mpi3mr/mpi3mr_fw.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "7df0296ad4e9253d12c6dbe7f120044dddc95600",
              "status": "affected",
              "version": "fe6db615156573d3f6a37564b8a590cb03bbaf25",
              "versionType": "git"
            },
            {
              "lessThan": "7da755e0d02e9ca035065127e108d1fed8950dc8",
              "status": "affected",
              "version": "fe6db615156573d3f6a37564b8a590cb03bbaf25",
              "versionType": "git"
            },
            {
              "lessThan": "78d3f201f8b609928eade53cf03a52df5415aaf7",
              "status": "affected",
              "version": "fe6db615156573d3f6a37564b8a590cb03bbaf25",
              "versionType": "git"
            },
            {
              "lessThan": "e978a36f332ede78eb4de037b517db16265d420d",
              "status": "affected",
              "version": "fe6db615156573d3f6a37564b8a590cb03bbaf25",
              "versionType": "git"
            },
            {
              "lessThan": "220d7ca70611a73d50ef8e9edac630ed1ececb7c",
              "status": "affected",
              "version": "fe6db615156573d3f6a37564b8a590cb03bbaf25",
              "versionType": "git"
            },
            {
              "lessThan": "fa96392ebebc8fade2b878acb14cce0f71016503",
              "status": "affected",
              "version": "fe6db615156573d3f6a37564b8a590cb03bbaf25",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/scsi/mpi3mr/mpi3mr_fw.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.17"
            },
            {
              "lessThan": "5.17",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.167",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.130",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.78",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.19",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.19.*",
              "status": "unaffected",
              "version": "6.19.9",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.0",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.167",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.130",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.78",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.19",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.19.9",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nscsi: mpi3mr: Add NULL checks when resetting request and reply queues\n\nThe driver encountered a crash during resource cleanup when the reply and\nrequest queues were NULL due to freed memory.  This issue occurred when the\ncreation of reply or request queues failed, and the driver freed the memory\nfirst, but attempted to mem set the content of the freed memory, leading to\na system crash.\n\nAdd NULL pointer checks for reply and request queues before accessing the\nreply/request memory during cleanup"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-05-09T04:11:06.114Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/7df0296ad4e9253d12c6dbe7f120044dddc95600"
        },
        {
          "url": "https://git.kernel.org/stable/c/7da755e0d02e9ca035065127e108d1fed8950dc8"
        },
        {
          "url": "https://git.kernel.org/stable/c/78d3f201f8b609928eade53cf03a52df5415aaf7"
        },
        {
          "url": "https://git.kernel.org/stable/c/e978a36f332ede78eb4de037b517db16265d420d"
        },
        {
          "url": "https://git.kernel.org/stable/c/220d7ca70611a73d50ef8e9edac630ed1ececb7c"
        },
        {
          "url": "https://git.kernel.org/stable/c/fa96392ebebc8fade2b878acb14cce0f71016503"
        }
      ],
      "title": "scsi: mpi3mr: Add NULL checks when resetting request and reply queues",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-43473",
    "datePublished": "2026-05-08T14:22:32.210Z",
    "dateReserved": "2026-05-01T14:12:56.011Z",
    "dateUpdated": "2026-05-09T04:11:06.114Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-43473\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-05-08T15:17:00.453\",\"lastModified\":\"2026-05-09T06:16:15.580\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nscsi: mpi3mr: Add NULL checks when resetting request and reply queues\\n\\nThe driver encountered a crash during resource cleanup when the reply and\\nrequest queues were NULL due to freed memory.  This issue occurred when the\\ncreation of reply or request queues failed, and the driver freed the memory\\nfirst, but attempted to mem set the content of the freed memory, leading to\\na system crash.\\n\\nAdd NULL pointer checks for reply and request queues before accessing the\\nreply/request memory during cleanup\"}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/220d7ca70611a73d50ef8e9edac630ed1ececb7c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/78d3f201f8b609928eade53cf03a52df5415aaf7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7da755e0d02e9ca035065127e108d1fed8950dc8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7df0296ad4e9253d12c6dbe7f120044dddc95600\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e978a36f332ede78eb4de037b517db16265d420d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/fa96392ebebc8fade2b878acb14cce0f71016503\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}"
  }
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…