CVE-2026-89810 (GCVE-0-2026-89810)

Vulnerability from cvelistv5 – Published: 2026-09-16 10:30 – Updated: 2026-09-17 09:29
VLAI
Title
drm/amdkfd: Fix error path at svm_migrate_copy_to_ram
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix error path at svm_migrate_copy_to_ram If page migration from device to sys ram fails for some reasons driver needs release and unlock allocated system pages. To do that driver should use page physical address, or pfn, then get struct page*. Current driver uses dma address(for adev) that is not correct with IOMMU enabled, or even in general. The patch releases and unlocks allocated system pages based on where migration failed by struct page* of sys ram pages. Also dma_unmap correspodent system ram pages at error path.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 48ff079b28d82dbce000cc45c0fd35b6ae9ffbda , < da87bcad1f781d822e7ced6d1de9dbc6d381c72e (git)
Affected: 48ff079b28d82dbce000cc45c0fd35b6ae9ffbda , < a2035918a7a1d8fd3bb79d22e1e149294a5a8418 (git)
Affected: 48ff079b28d82dbce000cc45c0fd35b6ae9ffbda , < 960c4a8069bfd352c48cc88592618f1ebe24c69e (git)
guessed Create a notification for this product.
Linux Linux Affected: 5.14
Unaffected: 0 , < 5.14 (semver)
Unaffected: 6.18.51 , ≤ 6.18.* (semver)
Unaffected: 7.2.5 , ≤ 7.2.* (semver)
Unaffected: 7.3-rc1 , ≤ * (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/amdkfd/kfd_migrate.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "da87bcad1f781d822e7ced6d1de9dbc6d381c72e",
              "status": "affected",
              "version": "48ff079b28d82dbce000cc45c0fd35b6ae9ffbda",
              "versionType": "git"
            },
            {
              "lessThan": "a2035918a7a1d8fd3bb79d22e1e149294a5a8418",
              "status": "affected",
              "version": "48ff079b28d82dbce000cc45c0fd35b6ae9ffbda",
              "versionType": "git"
            },
            {
              "lessThan": "960c4a8069bfd352c48cc88592618f1ebe24c69e",
              "status": "affected",
              "version": "48ff079b28d82dbce000cc45c0fd35b6ae9ffbda",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/amd/amdkfd/kfd_migrate.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "5.14"
            },
            {
              "lessThan": "5.14",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.51",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.5",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.3-rc1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.51",
                  "versionStartIncluding": "5.14",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.5",
                  "versionStartIncluding": "5.14",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "5.14",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix error path at svm_migrate_copy_to_ram\n\nIf page migration from device to sys ram fails for some reasons driver needs\nrelease and unlock allocated system pages. To do that driver should use page\nphysical address, or pfn, then get struct page*. Current driver uses dma\naddress(for adev) that is not correct with IOMMU enabled, or even in general.\n\nThe patch releases and unlocks allocated system pages based on where migration\nfailed by struct page* of sys ram pages. Also dma_unmap correspodent system\nram pages at error path."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug is in amdkfd SVM VRAM-to-RAM migration (svm_migrate_copy_to_ram), reached from local /dev/kfd AMDKFD_IOC_SVM ioctls, CPU/GPU page faults, or TTM eviction in the caller\u2019s process; it is not reachable from the network stack.\nAC:L - An attacker who can open /dev/kfd fully controls SVM prefetch and faults and can force the failing copy path (alloc_page_vma ENOMEM, dma_map_page failure, or GART IB allocation failure) via memory or DMA-mapping pressure; no uncontrollable race or rare config is required.\nPR:L - kfd_open() and AMDKFD_IOC_SVM perform no capability check; /dev/kfd and the amdgpu render node are accessible to unprivileged users in the render group, which is standard on AMD GPU, ROCm, HPC, and embedded systems.\nUI:N - The attacker opens /dev/kfd, establishes an SVM range, and triggers VRAM-to-RAM migration from their own process; no other user must mount, open, or interact with anything.\nS:U - Impact is kernel page-refcount and vmemmap corruption inside the host kernel that runs amdkfd. This is standard local kernel memory corruption, not a guest-to-host escape or IOMMU DMA-isolation bypass.\nC:H - On the error path the driver treats DMA addresses (IOMMU IOVAs, bounce-buffer addresses, or 0 for skipped pages) as PFNs and put_page()s the resulting struct page, a use-after-free/refcount underflow of unrelated pages that can disclose kernel memory.\nI:H - The same wrong-page unlock_page()+put_page() can free still-mapped pages or drop the lock on pages other code holds, and invalid PFNs write through pfn_to_page() into vmemmap; that is an exploitable write/UAF primitive for control-flow hijack.\nA:H - pfn_to_page() without pfn_valid() on a DMA IOVA, unlock_page() of an unlocked page, and later use of an underflowed page refcount each produce a kernel oops or panic, fully denying availability."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-17T09:29:08.780Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/da87bcad1f781d822e7ced6d1de9dbc6d381c72e"
        },
        {
          "url": "https://git.kernel.org/stable/c/a2035918a7a1d8fd3bb79d22e1e149294a5a8418"
        },
        {
          "url": "https://git.kernel.org/stable/c/960c4a8069bfd352c48cc88592618f1ebe24c69e"
        }
      ],
      "title": "drm/amdkfd: Fix error path at svm_migrate_copy_to_ram",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-89810",
    "datePublished": "2026-09-16T10:30:43.350Z",
    "dateReserved": "2026-09-11T19:38:34.767Z",
    "dateUpdated": "2026-09-17T09:29:08.780Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-89810",
      "date": "2026-09-25",
      "epss": "0.00173",
      "percentile": "0.05977"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-24T02:44:41.000Z",
      "cve": "CVE-2026-89810",
      "id": "msrc_CVE-2026-89810",
      "initial_release_date": "2026-09-17T01:05:10.000Z",
      "product_status:known_affected": "3",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "drm/amdkfd: Fix error path at svm_migrate_copy_to_ram",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-89810.json",
      "version": "4"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "drivers/gpu/drm/amd/amdkfd/kfd_migrate.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "da87bcad1f781d822e7ced6d1de9dbc6d381c72e",
                    "status": "affected",
                    "version": "48ff079b28d82dbce000cc45c0fd35b6ae9ffbda",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "a2035918a7a1d8fd3bb79d22e1e149294a5a8418",
                    "status": "affected",
                    "version": "48ff079b28d82dbce000cc45c0fd35b6ae9ffbda",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "960c4a8069bfd352c48cc88592618f1ebe24c69e",
                    "status": "affected",
                    "version": "48ff079b28d82dbce000cc45c0fd35b6ae9ffbda",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "drivers/gpu/drm/amd/amdkfd/kfd_migrate.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "5.14"
                  },
                  {
                    "lessThan": "5.14",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.18.*",
                    "status": "unaffected",
                    "version": "6.18.51",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.2.*",
                    "status": "unaffected",
                    "version": "7.2.5",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.3-rc1",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amdkfd: Fix error path at svm_migrate_copy_to_ram\n\nIf page migration from device to sys ram fails for some reasons driver needs\nrelease and unlock allocated system pages. To do that driver should use page\nphysical address, or pfn, then get struct page*. Current driver uses dma\naddress(for adev) that is not correct with IOMMU enabled, or even in general.\n\nThe patch releases and unlocks allocated system pages based on where migration\nfailed by struct page* of sys ram pages. Also dma_unmap correspodent system\nram pages at error path."
          }
        ],
        "id": "CVE-2026-89810",
        "lastModified": "2026-09-17T10:17:04.157",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "HIGH",
                "baseScore": 7.8,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 5.9,
              "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
              "type": "Secondary"
            }
          ]
        },
        "published": "2026-09-16T11:16:46.157",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/960c4a8069bfd352c48cc88592618f1ebe24c69e"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/a2035918a7a1d8fd3bb79d22e1e149294a5a8418"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/da87bcad1f781d822e7ced6d1de9dbc6d381c72e"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Received"
      }
    }
  }
}



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…

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…