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

CVE-2026-80542 (GCVE-0-2026-80542)

Vulnerability from cvelistv5 – Published: 2026-08-26 14:37 – Updated: 2026-08-26 14:37
VLAI
Title
drm/amd/display: Fix NULL pointer dereference in amdgpu_dm_crtc_set_vblank()
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix NULL pointer dereference in amdgpu_dm_crtc_set_vblank() amdgpu_dm_crtc_set_vblank() dereferences acrtc_state->stream when vblank is enabled/queried from DRM_IOCTL_MODE_CRTC_GET_SEQUENCE before a stream is attached to it. BUG: kernel NULL pointer dereference, address: 0000000000000008 RIP: amdgpu_dm_crtc_set_vblank+0x6b/0x4d0 [amdgpu] Call Trace: drm_vblank_enable drm_vblank_get drm_crtc_get_sequence_ioctl drm_ioctl_kernel drm_ioctl Reproduced by running VKCTS with WSI tests enabled on RADV. Guard the enable path on acrtc_state->stream being non-NULL, matching the existing checks in this function. (cherry picked from commit 7b1b31bf6942e6f43509b48da23f8e27269aac39)
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 34d66bc7ff10e146a4cec76cf286979740a10954 , < 5045fb4c70bfde36a05e0f41cf35ddfb6d85d3af (git)
Affected: 34d66bc7ff10e146a4cec76cf286979740a10954 , < 4a6bc92fac30070511d66bcce4ed9b7dac983180 (git)
Affected: 34d66bc7ff10e146a4cec76cf286979740a10954 , < f2a1c4c6fe0a6fcde02e59dde546dba28d283635 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.18
Unaffected: 0 , < 6.18 (semver)
Unaffected: 6.18.46 , ≤ 6.18.* (semver)
Unaffected: 7.1.10 , ≤ 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/display/amdgpu_dm/amdgpu_dm_crtc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "5045fb4c70bfde36a05e0f41cf35ddfb6d85d3af",
              "status": "affected",
              "version": "34d66bc7ff10e146a4cec76cf286979740a10954",
              "versionType": "git"
            },
            {
              "lessThan": "4a6bc92fac30070511d66bcce4ed9b7dac983180",
              "status": "affected",
              "version": "34d66bc7ff10e146a4cec76cf286979740a10954",
              "versionType": "git"
            },
            {
              "lessThan": "f2a1c4c6fe0a6fcde02e59dde546dba28d283635",
              "status": "affected",
              "version": "34d66bc7ff10e146a4cec76cf286979740a10954",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.18"
            },
            {
              "lessThan": "6.18",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.46",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.10",
              "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.18.46",
                  "versionStartIncluding": "6.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.10",
                  "versionStartIncluding": "6.18",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.18",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/amd/display: Fix NULL pointer dereference in amdgpu_dm_crtc_set_vblank()\n\namdgpu_dm_crtc_set_vblank() dereferences acrtc_state-\u003estream when\nvblank is enabled/queried from DRM_IOCTL_MODE_CRTC_GET_SEQUENCE before\na stream is attached to it.\n\nBUG: kernel NULL pointer dereference, address: 0000000000000008\nRIP: amdgpu_dm_crtc_set_vblank+0x6b/0x4d0 [amdgpu]\nCall Trace:\n drm_vblank_enable\n drm_vblank_get\n drm_crtc_get_sequence_ioctl\n drm_ioctl_kernel\n drm_ioctl\n\nReproduced by running VKCTS with WSI tests enabled on RADV.\n\nGuard the enable path on acrtc_state-\u003estream being non-NULL, matching\nthe existing checks in this function.\n\n(cherry picked from commit 7b1b31bf6942e6f43509b48da23f8e27269aac39)"
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-26T14:37:15.168Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/5045fb4c70bfde36a05e0f41cf35ddfb6d85d3af"
        },
        {
          "url": "https://git.kernel.org/stable/c/4a6bc92fac30070511d66bcce4ed9b7dac983180"
        },
        {
          "url": "https://git.kernel.org/stable/c/f2a1c4c6fe0a6fcde02e59dde546dba28d283635"
        }
      ],
      "title": "drm/amd/display: Fix NULL pointer dereference in amdgpu_dm_crtc_set_vblank()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80542",
    "datePublished": "2026-08-26T14:37:15.168Z",
    "dateReserved": "2026-08-26T14:34:25.765Z",
    "dateUpdated": "2026-08-26T14:37:15.168Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80542",
      "date": "2026-09-17",
      "epss": "0.00166",
      "percentile": "0.06247"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80542\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-26T15:17:08.540\",\"lastModified\":\"2026-08-26T15:17:08.540\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/amd/display: Fix NULL pointer dereference in amdgpu_dm_crtc_set_vblank()\\n\\namdgpu_dm_crtc_set_vblank() dereferences acrtc_state-\u003estream when\\nvblank is enabled/queried from DRM_IOCTL_MODE_CRTC_GET_SEQUENCE before\\na stream is attached to it.\\n\\nBUG: kernel NULL pointer dereference, address: 0000000000000008\\nRIP: amdgpu_dm_crtc_set_vblank+0x6b/0x4d0 [amdgpu]\\nCall Trace:\\n drm_vblank_enable\\n drm_vblank_get\\n drm_crtc_get_sequence_ioctl\\n drm_ioctl_kernel\\n drm_ioctl\\n\\nReproduced by running VKCTS with WSI tests enabled on RADV.\\n\\nGuard the enable path on acrtc_state-\u003estream being non-NULL, matching\\nthe existing checks in this function.\\n\\n(cherry picked from commit 7b1b31bf6942e6f43509b48da23f8e27269aac39)\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"34d66bc7ff10e146a4cec76cf286979740a10954\",\"lessThan\":\"5045fb4c70bfde36a05e0f41cf35ddfb6d85d3af\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"34d66bc7ff10e146a4cec76cf286979740a10954\",\"lessThan\":\"4a6bc92fac30070511d66bcce4ed9b7dac983180\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"34d66bc7ff10e146a4cec76cf286979740a10954\",\"lessThan\":\"f2a1c4c6fe0a6fcde02e59dde546dba28d283635\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.18\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.18\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.46\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.10\",\"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/4a6bc92fac30070511d66bcce4ed9b7dac983180\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/5045fb4c70bfde36a05e0f41cf35ddfb6d85d3af\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f2a1c4c6fe0a6fcde02e59dde546dba28d283635\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-27T13:38:39+00:00",
      "cve": "CVE-2026-80542",
      "id": "CVE-2026-80542",
      "initial_release_date": "2026-08-26T00:00:00+00:00",
      "product_status:known_affected": "198",
      "product_status:known_not_affected": "76",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: drm/amd/display: Fix NULL pointer dereference in amdgpu_dm_crtc_set_vblank()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80542.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-08-27T16:47:19Z",
      "cve": "CVE-2026-80542",
      "id": "CVE-2026-80542",
      "initial_release_date": "2026-08-27T16:47:19Z",
      "product_status:known_not_affected": "280",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80542",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80542.json",
      "version": "2"
    }
  }
}



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…

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…