CVE-2026-80618 (GCVE-0-2026-80618)

Vulnerability from cvelistv5 – Published: 2026-08-28 06:48 – Updated: 2026-08-28 06:48
VLAI
Title
drm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free amdgpu_amdkfd_gpuvm_free_memory_of_gpu() unpinned DOORBELL and MMIO remap BOs (which are pinned at allocation time) before checking whether the BO is still mapped to the GPU. When the BO is still mapped, the function returns -EBUSY and leaves the BO alive, but it has already been unpinned. The BO is then unpinned again when it is finally freed during process teardown, triggering a ttm_bo_unpin() underflow warning: WARNING: CPU: 18 PID: 15066 at ttm/ttm_bo.c:650 amdttm_bo_unpin+0x6d/0x80 [amdttm] Workqueue: kfd_process_wq kfd_process_wq_release [amdgpu] RIP: 0010:amdttm_bo_unpin+0x6d/0x80 [amdttm] Call Trace: amdgpu_bo_unpin+0x1a/0x90 [amdgpu] amdgpu_amdkfd_gpuvm_unpin_bo+0x31/0xb0 [amdgpu] amdgpu_amdkfd_gpuvm_free_memory_of_gpu+0x3bf/0x460 [amdgpu] kfd_process_free_outstanding_kfd_bos+0xd4/0x170 [amdgpu] kfd_process_wq_release+0x109/0x1b0 [amdgpu] process_one_work+0x1e2/0x3b0 worker_thread+0x50/0x3a0 kthread+0xdd/0x100 ret_from_fork+0x29/0x50 Move the unpin after the mapped_to_gpu_memory check so it only happens once we are committed to freeing the BO. (cherry picked from commit 927c5b2defb9b09856444d94bebfd056a002bd75)
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: d25e35bc26c3ca8cd728101545cfb3e86a5d7431 , < 461ae406ae12107ebb321cabe561434c27aaea58 (git)
Affected: d25e35bc26c3ca8cd728101545cfb3e86a5d7431 , < 283e77af49fda96aaa57709fc5408b55ffec075e (git)
Affected: d25e35bc26c3ca8cd728101545cfb3e86a5d7431 , < c055a2088b719e9a4b580685e0ca97f9554a41a8 (git)
Affected: d25e35bc26c3ca8cd728101545cfb3e86a5d7431 , < 0e27d92f69b8e4c750a4b181cc05a86b9338c4f5 (git)
Affected: d25e35bc26c3ca8cd728101545cfb3e86a5d7431 , < 1d12ae8b079e173107abec0e5817332954c8e95f (git)
Affected: d25e35bc26c3ca8cd728101545cfb3e86a5d7431 , < 3f0cc1735273a57c5116710cf0202e12152f59cc (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.17
Unaffected: 0 , < 5.17 (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/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "461ae406ae12107ebb321cabe561434c27aaea58",
              "status": "affected",
              "version": "d25e35bc26c3ca8cd728101545cfb3e86a5d7431",
              "versionType": "git"
            },
            {
              "lessThan": "283e77af49fda96aaa57709fc5408b55ffec075e",
              "status": "affected",
              "version": "d25e35bc26c3ca8cd728101545cfb3e86a5d7431",
              "versionType": "git"
            },
            {
              "lessThan": "c055a2088b719e9a4b580685e0ca97f9554a41a8",
              "status": "affected",
              "version": "d25e35bc26c3ca8cd728101545cfb3e86a5d7431",
              "versionType": "git"
            },
            {
              "lessThan": "0e27d92f69b8e4c750a4b181cc05a86b9338c4f5",
              "status": "affected",
              "version": "d25e35bc26c3ca8cd728101545cfb3e86a5d7431",
              "versionType": "git"
            },
            {
              "lessThan": "1d12ae8b079e173107abec0e5817332954c8e95f",
              "status": "affected",
              "version": "d25e35bc26c3ca8cd728101545cfb3e86a5d7431",
              "versionType": "git"
            },
            {
              "lessThan": "3f0cc1735273a57c5116710cf0202e12152f59cc",
              "status": "affected",
              "version": "d25e35bc26c3ca8cd728101545cfb3e86a5d7431",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.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.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": "6.1.178",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "5.17",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free\n\namdgpu_amdkfd_gpuvm_free_memory_of_gpu() unpinned DOORBELL and MMIO\nremap BOs (which are pinned at allocation time) before checking whether\nthe BO is still mapped to the GPU. When the BO is still mapped, the\nfunction returns -EBUSY and leaves the BO alive, but it has already\nbeen unpinned. The BO is then unpinned again when it is finally freed\nduring process teardown, triggering a ttm_bo_unpin() underflow warning:\n\n  WARNING: CPU: 18 PID: 15066 at ttm/ttm_bo.c:650 amdttm_bo_unpin+0x6d/0x80 [amdttm]\n  Workqueue: kfd_process_wq kfd_process_wq_release [amdgpu]\n  RIP: 0010:amdttm_bo_unpin+0x6d/0x80 [amdttm]\n  Call Trace:\n   amdgpu_bo_unpin+0x1a/0x90 [amdgpu]\n   amdgpu_amdkfd_gpuvm_unpin_bo+0x31/0xb0 [amdgpu]\n   amdgpu_amdkfd_gpuvm_free_memory_of_gpu+0x3bf/0x460 [amdgpu]\n   kfd_process_free_outstanding_kfd_bos+0xd4/0x170 [amdgpu]\n   kfd_process_wq_release+0x109/0x1b0 [amdgpu]\n   process_one_work+0x1e2/0x3b0\n   worker_thread+0x50/0x3a0\n   kthread+0xdd/0x100\n   ret_from_fork+0x29/0x50\n\nMove the unpin after the mapped_to_gpu_memory check so it only happens\nonce we are committed to freeing the BO.\n\n(cherry picked from commit 927c5b2defb9b09856444d94bebfd056a002bd75)"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-28T06:48:38.112Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/461ae406ae12107ebb321cabe561434c27aaea58"
        },
        {
          "url": "https://git.kernel.org/stable/c/283e77af49fda96aaa57709fc5408b55ffec075e"
        },
        {
          "url": "https://git.kernel.org/stable/c/c055a2088b719e9a4b580685e0ca97f9554a41a8"
        },
        {
          "url": "https://git.kernel.org/stable/c/0e27d92f69b8e4c750a4b181cc05a86b9338c4f5"
        },
        {
          "url": "https://git.kernel.org/stable/c/1d12ae8b079e173107abec0e5817332954c8e95f"
        },
        {
          "url": "https://git.kernel.org/stable/c/3f0cc1735273a57c5116710cf0202e12152f59cc"
        }
      ],
      "title": "drm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80618",
    "datePublished": "2026-08-28T06:48:38.112Z",
    "dateReserved": "2026-08-26T14:34:25.774Z",
    "dateUpdated": "2026-08-28T06:48:38.112Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80618",
      "date": "2026-09-01",
      "epss": "0.00172",
      "percentile": "0.06779"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80618\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-28T08:16:45.823\",\"lastModified\":\"2026-08-28T08:16:45.823\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free\\n\\namdgpu_amdkfd_gpuvm_free_memory_of_gpu() unpinned DOORBELL and MMIO\\nremap BOs (which are pinned at allocation time) before checking whether\\nthe BO is still mapped to the GPU. When the BO is still mapped, the\\nfunction returns -EBUSY and leaves the BO alive, but it has already\\nbeen unpinned. The BO is then unpinned again when it is finally freed\\nduring process teardown, triggering a ttm_bo_unpin() underflow warning:\\n\\n  WARNING: CPU: 18 PID: 15066 at ttm/ttm_bo.c:650 amdttm_bo_unpin+0x6d/0x80 [amdttm]\\n  Workqueue: kfd_process_wq kfd_process_wq_release [amdgpu]\\n  RIP: 0010:amdttm_bo_unpin+0x6d/0x80 [amdttm]\\n  Call Trace:\\n   amdgpu_bo_unpin+0x1a/0x90 [amdgpu]\\n   amdgpu_amdkfd_gpuvm_unpin_bo+0x31/0xb0 [amdgpu]\\n   amdgpu_amdkfd_gpuvm_free_memory_of_gpu+0x3bf/0x460 [amdgpu]\\n   kfd_process_free_outstanding_kfd_bos+0xd4/0x170 [amdgpu]\\n   kfd_process_wq_release+0x109/0x1b0 [amdgpu]\\n   process_one_work+0x1e2/0x3b0\\n   worker_thread+0x50/0x3a0\\n   kthread+0xdd/0x100\\n   ret_from_fork+0x29/0x50\\n\\nMove the unpin after the mapped_to_gpu_memory check so it only happens\\nonce we are committed to freeing the BO.\\n\\n(cherry picked from commit 927c5b2defb9b09856444d94bebfd056a002bd75)\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"d25e35bc26c3ca8cd728101545cfb3e86a5d7431\",\"lessThan\":\"461ae406ae12107ebb321cabe561434c27aaea58\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25e35bc26c3ca8cd728101545cfb3e86a5d7431\",\"lessThan\":\"283e77af49fda96aaa57709fc5408b55ffec075e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25e35bc26c3ca8cd728101545cfb3e86a5d7431\",\"lessThan\":\"c055a2088b719e9a4b580685e0ca97f9554a41a8\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25e35bc26c3ca8cd728101545cfb3e86a5d7431\",\"lessThan\":\"0e27d92f69b8e4c750a4b181cc05a86b9338c4f5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25e35bc26c3ca8cd728101545cfb3e86a5d7431\",\"lessThan\":\"1d12ae8b079e173107abec0e5817332954c8e95f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d25e35bc26c3ca8cd728101545cfb3e86a5d7431\",\"lessThan\":\"3f0cc1735273a57c5116710cf0202e12152f59cc\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gpuvm.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5.17\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"5.17\",\"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/0e27d92f69b8e4c750a4b181cc05a86b9338c4f5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/1d12ae8b079e173107abec0e5817332954c8e95f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/283e77af49fda96aaa57709fc5408b55ffec075e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/3f0cc1735273a57c5116710cf0202e12152f59cc\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/461ae406ae12107ebb321cabe561434c27aaea58\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c055a2088b719e9a4b580685e0ca97f9554a41a8\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-31T08:04:54+00:00",
      "cve": "CVE-2026-80618",
      "id": "CVE-2026-80618",
      "initial_release_date": "2026-08-28T00:00:00+00:00",
      "product_status:known_affected": "246",
      "product_status:known_not_affected": "28",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: drm/amdkfd: Avoid double-unpin of DOORBELL/MMIO BOs on free",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80618.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…