GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

CVE-2026-74379 (GCVE-0-2026-74379)

Vulnerability from cvelistv5 – Published: 2026-08-15 05:58 – Updated: 2026-08-17 05:18
VLAI
Title
dax/kmem: account for partial discontiguous resource upon removal
Summary
In the Linux kernel, the following vulnerability has been resolved: dax/kmem: account for partial discontiguous resource upon removal When dev_dax_kmem_probe() partially succeeds (at least one range is mapped) but a subsequent range fails request_mem_region() or add_memory_driver_managed(), the probe silently continues, ultimately returning success, but with the corresponding range resource NULL'ed out. dev_dax_kmem_remove() iterates over all dax_device ranges regardless of if the underlying resource exists. When remove_memory() is called later, it returns 0 because the memory was never added which causes dev_dax_kmem_remove() to incorrectly assume the (nonexistent) resource can be removed and attempts cleanup on a NULL pointer. Fix this by skipping these ranges altogether, noting that these cases are considered success, such that the cleanup is still reached when all actually-added ranges are successfully removed.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 60e93dc097f7f13a16a7e4b75b8803eb2adbb721 , < ef4fc53898bd6c4d0119cc6d419ebef7f2560f31 (git)
Affected: 60e93dc097f7f13a16a7e4b75b8803eb2adbb721 , < 5d3139abb9d1671fa5e42c3d6d8cb3b05479c5bb (git)
Affected: 60e93dc097f7f13a16a7e4b75b8803eb2adbb721 , < d47b0b8a69a13e06afafa54723f3e8c99b0c788f (git)
Affected: 60e93dc097f7f13a16a7e4b75b8803eb2adbb721 , < 799e54c510a03a65a57627018a817838d72f35bd (git)
Affected: 60e93dc097f7f13a16a7e4b75b8803eb2adbb721 , < 598ed7393a639c7547b28ff3e14db9f1ac37c132 (git)
Affected: 60e93dc097f7f13a16a7e4b75b8803eb2adbb721 , < 30ea97affbcce236c57287c82dc6ef7a29c63b76 (git)
Affected: 60e93dc097f7f13a16a7e4b75b8803eb2adbb721 , < 8aa442cfce79e2d69e72fc8e0c0864ac2971149d (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.10
Unaffected: 0 , < 5.10 (semver)
Unaffected: 5.15.212 , ≤ 5.15.* (semver)
Unaffected: 6.1.178 , ≤ 6.1.* (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (semver)
Unaffected: 6.12.97 , ≤ 6.12.* (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 7.1.* (semver)
Unaffected: 7.2 , ≤ * (original_commit_for_fix)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/dax/kmem.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "ef4fc53898bd6c4d0119cc6d419ebef7f2560f31",
              "status": "affected",
              "version": "60e93dc097f7f13a16a7e4b75b8803eb2adbb721",
              "versionType": "git"
            },
            {
              "lessThan": "5d3139abb9d1671fa5e42c3d6d8cb3b05479c5bb",
              "status": "affected",
              "version": "60e93dc097f7f13a16a7e4b75b8803eb2adbb721",
              "versionType": "git"
            },
            {
              "lessThan": "d47b0b8a69a13e06afafa54723f3e8c99b0c788f",
              "status": "affected",
              "version": "60e93dc097f7f13a16a7e4b75b8803eb2adbb721",
              "versionType": "git"
            },
            {
              "lessThan": "799e54c510a03a65a57627018a817838d72f35bd",
              "status": "affected",
              "version": "60e93dc097f7f13a16a7e4b75b8803eb2adbb721",
              "versionType": "git"
            },
            {
              "lessThan": "598ed7393a639c7547b28ff3e14db9f1ac37c132",
              "status": "affected",
              "version": "60e93dc097f7f13a16a7e4b75b8803eb2adbb721",
              "versionType": "git"
            },
            {
              "lessThan": "30ea97affbcce236c57287c82dc6ef7a29c63b76",
              "status": "affected",
              "version": "60e93dc097f7f13a16a7e4b75b8803eb2adbb721",
              "versionType": "git"
            },
            {
              "lessThan": "8aa442cfce79e2d69e72fc8e0c0864ac2971149d",
              "status": "affected",
              "version": "60e93dc097f7f13a16a7e4b75b8803eb2adbb721",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/dax/kmem.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.10"
            },
            {
              "lessThan": "5.10",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.212",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.178",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.2",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.212",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.10",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndax/kmem: account for partial discontiguous resource upon removal\n\nWhen dev_dax_kmem_probe() partially succeeds (at least one range is\nmapped) but a subsequent range fails request_mem_region() or\nadd_memory_driver_managed(), the probe silently continues, ultimately\nreturning success, but with the corresponding range resource NULL\u0027ed out.\n\ndev_dax_kmem_remove() iterates over all dax_device ranges regardless of if\nthe underlying resource exists.  When remove_memory() is called later, it\nreturns 0 because the memory was never added which causes\ndev_dax_kmem_remove() to incorrectly assume the (nonexistent) resource can\nbe removed and attempts cleanup on a NULL pointer.\n\nFix this by skipping these ranges altogether, noting that these cases are\nconsidered success, such that the cleanup is still reached when all\nactually-added ranges are successfully removed."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:18:16.387Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/ef4fc53898bd6c4d0119cc6d419ebef7f2560f31"
        },
        {
          "url": "https://git.kernel.org/stable/c/5d3139abb9d1671fa5e42c3d6d8cb3b05479c5bb"
        },
        {
          "url": "https://git.kernel.org/stable/c/d47b0b8a69a13e06afafa54723f3e8c99b0c788f"
        },
        {
          "url": "https://git.kernel.org/stable/c/799e54c510a03a65a57627018a817838d72f35bd"
        },
        {
          "url": "https://git.kernel.org/stable/c/598ed7393a639c7547b28ff3e14db9f1ac37c132"
        },
        {
          "url": "https://git.kernel.org/stable/c/30ea97affbcce236c57287c82dc6ef7a29c63b76"
        },
        {
          "url": "https://git.kernel.org/stable/c/8aa442cfce79e2d69e72fc8e0c0864ac2971149d"
        }
      ],
      "title": "dax/kmem: account for partial discontiguous resource upon removal",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-74379",
    "datePublished": "2026-08-15T05:58:57.024Z",
    "dateReserved": "2026-08-15T05:44:03.890Z",
    "dateUpdated": "2026-08-17T05:18:16.387Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-74379",
      "date": "2026-09-04",
      "epss": "0.00173",
      "percentile": "0.06804"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-74379\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-15T06:22:39.703\",\"lastModified\":\"2026-08-17T06:19:32.760\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndax/kmem: account for partial discontiguous resource upon removal\\n\\nWhen dev_dax_kmem_probe() partially succeeds (at least one range is\\nmapped) but a subsequent range fails request_mem_region() or\\nadd_memory_driver_managed(), the probe silently continues, ultimately\\nreturning success, but with the corresponding range resource NULL\u0027ed out.\\n\\ndev_dax_kmem_remove() iterates over all dax_device ranges regardless of if\\nthe underlying resource exists.  When remove_memory() is called later, it\\nreturns 0 because the memory was never added which causes\\ndev_dax_kmem_remove() to incorrectly assume the (nonexistent) resource can\\nbe removed and attempts cleanup on a NULL pointer.\\n\\nFix this by skipping these ranges altogether, noting that these cases are\\nconsidered success, such that the cleanup is still reached when all\\nactually-added ranges are successfully removed.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/dax/kmem.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"60e93dc097f7f13a16a7e4b75b8803eb2adbb721\",\"lessThan\":\"ef4fc53898bd6c4d0119cc6d419ebef7f2560f31\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"60e93dc097f7f13a16a7e4b75b8803eb2adbb721\",\"lessThan\":\"5d3139abb9d1671fa5e42c3d6d8cb3b05479c5bb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"60e93dc097f7f13a16a7e4b75b8803eb2adbb721\",\"lessThan\":\"d47b0b8a69a13e06afafa54723f3e8c99b0c788f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"60e93dc097f7f13a16a7e4b75b8803eb2adbb721\",\"lessThan\":\"799e54c510a03a65a57627018a817838d72f35bd\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"60e93dc097f7f13a16a7e4b75b8803eb2adbb721\",\"lessThan\":\"598ed7393a639c7547b28ff3e14db9f1ac37c132\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"60e93dc097f7f13a16a7e4b75b8803eb2adbb721\",\"lessThan\":\"30ea97affbcce236c57287c82dc6ef7a29c63b76\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"60e93dc097f7f13a16a7e4b75b8803eb2adbb721\",\"lessThan\":\"8aa442cfce79e2d69e72fc8e0c0864ac2971149d\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/dax/kmem.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.10\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.10\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.212\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.178\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.97\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"lessThanOrEqual\":\"7.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/30ea97affbcce236c57287c82dc6ef7a29c63b76\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/598ed7393a639c7547b28ff3e14db9f1ac37c132\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5d3139abb9d1671fa5e42c3d6d8cb3b05479c5bb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/799e54c510a03a65a57627018a817838d72f35bd\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8aa442cfce79e2d69e72fc8e0c0864ac2971149d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d47b0b8a69a13e06afafa54723f3e8c99b0c788f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ef4fc53898bd6c4d0119cc6d419ebef7f2560f31\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-20T20:57:20+00:00",
      "cve": "CVE-2026-74379",
      "id": "CVE-2026-74379",
      "initial_release_date": "2026-08-15T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: dax/kmem: account for partial discontiguous resource upon removal",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-74379.json",
      "version": "3"
    }
  }
}



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…

Loading…