CVE-2026-63885 (GCVE-0-2026-63885)

Vulnerability from cvelistv5 – Published: 2026-07-19 14:54 – Updated: 2026-07-20 13:41
VLAI
Title
drm/gem: fix race between change_handle and handle_delete
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/gem: fix race between change_handle and handle_delete drm_gem_change_handle_ioctl leaves the old handle live in the IDR during the window between spin_unlock(table_lock) and the final spin_lock(table_lock). A concurrent drm_gem_handle_delete on the old handle succeeds in this window, decrements handle_count to 0, and frees the GEM object while the new handle's IDR entry still references it. NULL the old handle's IDR entry before dropping table_lock so that any concurrent GEM_CLOSE on the old handle sees NULL and returns -EINVAL. Restore the old entry on the prime-bookkeeping error path.
Assigner
Impacted products
Vendor Product Version
Linux Linux Affected: 672464dd53231509c9c771110798c56d4660e19e , < 0dfa42cfe4dbe114533480503934f43e33c1e83d (git)
Affected: 61bd96d3e5472c253f9c1ab77608f0c8aaa9d025 , < cde2c9257cbe8463b9dcf7b1075177b72b5fd938 (git)
Affected: 5e28b7b94408897e41c63477aabc9e1db439bc8c , < 7164d78559b0ff29931a366a840a9e5dd53d4b7c (git)
Create a notification for this product.
Linux Linux Affected: 6.18.32 , < 6.18.35 (semver)
Affected: 7.0.9 , < 7.0.12 (semver)
Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/drm_gem.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "0dfa42cfe4dbe114533480503934f43e33c1e83d",
              "status": "affected",
              "version": "672464dd53231509c9c771110798c56d4660e19e",
              "versionType": "git"
            },
            {
              "lessThan": "cde2c9257cbe8463b9dcf7b1075177b72b5fd938",
              "status": "affected",
              "version": "61bd96d3e5472c253f9c1ab77608f0c8aaa9d025",
              "versionType": "git"
            },
            {
              "lessThan": "7164d78559b0ff29931a366a840a9e5dd53d4b7c",
              "status": "affected",
              "version": "5e28b7b94408897e41c63477aabc9e1db439bc8c",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/drm_gem.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "6.18.35",
              "status": "affected",
              "version": "6.18.32",
              "versionType": "semver"
            },
            {
              "lessThan": "7.0.12",
              "status": "affected",
              "version": "7.0.9",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.35",
                  "versionStartIncluding": "6.18.32",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.12",
                  "versionStartIncluding": "7.0.9",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/gem: fix race between change_handle and handle_delete\n\ndrm_gem_change_handle_ioctl leaves the old handle live in the IDR\nduring the window between spin_unlock(table_lock) and the final\nspin_lock(table_lock). A concurrent drm_gem_handle_delete on the old\nhandle succeeds in this window, decrements handle_count to 0, and frees\nthe GEM object while the new handle\u0027s IDR entry still references it.\n\nNULL the old handle\u0027s IDR entry before dropping table_lock so that any\nconcurrent GEM_CLOSE on the old handle sees NULL and returns -EINVAL.\nRestore the old entry on the prime-bookkeeping error path."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          }
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-07-20T13:41:11.345Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/0dfa42cfe4dbe114533480503934f43e33c1e83d"
        },
        {
          "url": "https://git.kernel.org/stable/c/cde2c9257cbe8463b9dcf7b1075177b72b5fd938"
        },
        {
          "url": "https://git.kernel.org/stable/c/7164d78559b0ff29931a366a840a9e5dd53d4b7c"
        }
      ],
      "title": "drm/gem: fix race between change_handle and handle_delete",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-63885",
    "datePublished": "2026-07-19T14:54:58.590Z",
    "dateReserved": "2026-07-19T07:54:57.018Z",
    "dateUpdated": "2026-07-20T13:41:11.345Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-63885",
      "date": "2026-07-21",
      "epss": "0.00161",
      "percentile": "0.0575"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-63885\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-07-19T16:17:05.623\",\"lastModified\":\"2026-07-20T15:16:53.890\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/gem: fix race between change_handle and handle_delete\\n\\ndrm_gem_change_handle_ioctl leaves the old handle live in the IDR\\nduring the window between spin_unlock(table_lock) and the final\\nspin_lock(table_lock). A concurrent drm_gem_handle_delete on the old\\nhandle succeeds in this window, decrements handle_count to 0, and frees\\nthe GEM object while the new handle\u0027s IDR entry still references it.\\n\\nNULL the old handle\u0027s IDR entry before dropping table_lock so that any\\nconcurrent GEM_CLOSE on the old handle sees NULL and returns -EINVAL.\\nRestore the old entry on the prime-bookkeeping error path.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/gpu/drm/drm_gem.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"672464dd53231509c9c771110798c56d4660e19e\",\"lessThan\":\"0dfa42cfe4dbe114533480503934f43e33c1e83d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"61bd96d3e5472c253f9c1ab77608f0c8aaa9d025\",\"lessThan\":\"cde2c9257cbe8463b9dcf7b1075177b72b5fd938\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5e28b7b94408897e41c63477aabc9e1db439bc8c\",\"lessThan\":\"7164d78559b0ff29931a366a840a9e5dd53d4b7c\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/gpu/drm/drm_gem.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.18.32\",\"lessThan\":\"6.18.35\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"7.0.9\",\"lessThan\":\"7.0.12\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"LOW\",\"userInteraction\":\"NONE\",\"scope\":\"CHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.0,\"impactScore\":6.0}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0dfa42cfe4dbe114533480503934f43e33c1e83d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/7164d78559b0ff29931a366a840a9e5dd53d4b7c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/cde2c9257cbe8463b9dcf7b1075177b72b5fd938\",\"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…