CVE-2026-68429 (GCVE-0-2026-68429)

Vulnerability from cvelistv5 – Published: 2026-08-12 00:07 – Updated: 2026-08-17 05:05
VLAI
Title
drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe() A hotplug or link-loss event can tear down the MST topology (setting mgr->mst_state = false and mgr->mst_primary = NULL) concurrently with a caller invoking drm_dp_mst_topology_queue_probe(). Since the check is already performed under mgr->lock, the condition is not a programming error but a valid race -- the topology was valid when the caller decided to call this function, but was torn down before the lock was acquired. Replace the drm_WARN_ON() with a graceful early return. This eliminates spurious kernel warnings and the resulting compositor crashes observed when connecting/disconnecting DP MST monitors, while keeping the correct behavior of doing nothing when MST is not active. A drm_dbg_mst() trace is added so the skipped probe remains observable under MST debug logging. The existing WARN_ON(mgr->mst_primary) in drm_dp_mst_topology_mgr_set_mst() already catches the case where the topology is initialized twice, so no diagnostic coverage is lost.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 5f57a96e92c60f62da91d58ceb5e5acd40e7d594 , < b1d05cc61dfa6c4bd5e67855bec6a03e955f512d (git)
Affected: dbaeef363ea54f4c18112874b77503c72ba60fec , < 4ed6d08c4a59ee6a8cb806347f6d9873de5d229e (git)
Affected: dbaeef363ea54f4c18112874b77503c72ba60fec , < 8c6d84a54823cd839e6ce22af559925f1320c310 (git)
Affected: dbaeef363ea54f4c18112874b77503c72ba60fec , < afdff9103818656627920c21822e48a6dae2906f (git)
Affected: dbaeef363ea54f4c18112874b77503c72ba60fec , < 613059875958e7b217b250ed14c3b189f9488421 (git)
Affected: 6.6.86 , < 6.6.148 (semver)
guessed Create a notification for this product.
Linux Linux Affected: 6.12
Unaffected: 0 , < 6.12 (semver)
Unaffected: 6.6.148 , ≤ 6.6.* (semver)
Unaffected: 6.12.101 , ≤ 6.12.* (semver)
Unaffected: 6.18.42 , ≤ 6.18.* (semver)
Unaffected: 7.1.6 , ≤ 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/display/drm_dp_mst_topology.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "b1d05cc61dfa6c4bd5e67855bec6a03e955f512d",
              "status": "affected",
              "version": "5f57a96e92c60f62da91d58ceb5e5acd40e7d594",
              "versionType": "git"
            },
            {
              "lessThan": "4ed6d08c4a59ee6a8cb806347f6d9873de5d229e",
              "status": "affected",
              "version": "dbaeef363ea54f4c18112874b77503c72ba60fec",
              "versionType": "git"
            },
            {
              "lessThan": "8c6d84a54823cd839e6ce22af559925f1320c310",
              "status": "affected",
              "version": "dbaeef363ea54f4c18112874b77503c72ba60fec",
              "versionType": "git"
            },
            {
              "lessThan": "afdff9103818656627920c21822e48a6dae2906f",
              "status": "affected",
              "version": "dbaeef363ea54f4c18112874b77503c72ba60fec",
              "versionType": "git"
            },
            {
              "lessThan": "613059875958e7b217b250ed14c3b189f9488421",
              "status": "affected",
              "version": "dbaeef363ea54f4c18112874b77503c72ba60fec",
              "versionType": "git"
            },
            {
              "lessThan": "6.6.148",
              "status": "affected",
              "version": "6.6.86",
              "versionType": "semver"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/gpu/drm/display/drm_dp_mst_topology.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.12"
            },
            {
              "lessThan": "6.12",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.148",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.101",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.42",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.6",
              "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.6.148",
                  "versionStartIncluding": "6.6.86",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.101",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.42",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.6",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.12",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\ndrm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()\n\nA hotplug or link-loss event can tear down the MST topology\n(setting mgr-\u003emst_state = false and mgr-\u003emst_primary = NULL) concurrently\nwith a caller invoking drm_dp_mst_topology_queue_probe(). Since the check\nis already performed under mgr-\u003elock, the condition is not a programming\nerror but a valid race -- the topology was valid when the caller decided\nto call this function, but was torn down before the lock was acquired.\n\nReplace the drm_WARN_ON() with a graceful early return. This eliminates\nspurious kernel warnings and the resulting compositor crashes observed\nwhen connecting/disconnecting DP MST monitors, while keeping the correct\nbehavior of doing nothing when MST is not active. A drm_dbg_mst() trace\nis added so the skipped probe remains observable under MST debug logging.\n\nThe existing WARN_ON(mgr-\u003emst_primary) in drm_dp_mst_topology_mgr_set_mst()\nalready catches the case where the topology is initialized twice, so no\ndiagnostic coverage is lost."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-17T05:05:25.387Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/b1d05cc61dfa6c4bd5e67855bec6a03e955f512d"
        },
        {
          "url": "https://git.kernel.org/stable/c/4ed6d08c4a59ee6a8cb806347f6d9873de5d229e"
        },
        {
          "url": "https://git.kernel.org/stable/c/8c6d84a54823cd839e6ce22af559925f1320c310"
        },
        {
          "url": "https://git.kernel.org/stable/c/afdff9103818656627920c21822e48a6dae2906f"
        },
        {
          "url": "https://git.kernel.org/stable/c/613059875958e7b217b250ed14c3b189f9488421"
        }
      ],
      "title": "drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-68429",
    "datePublished": "2026-08-12T00:07:14.640Z",
    "dateReserved": "2026-07-30T09:28:09.393Z",
    "dateUpdated": "2026-08-17T05:05:25.387Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-68429",
      "date": "2026-08-24",
      "epss": "0.00168",
      "percentile": "0.06291"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-68429\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-12T00:17:42.940\",\"lastModified\":\"2026-08-17T06:17:51.940\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\ndrm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()\\n\\nA hotplug or link-loss event can tear down the MST topology\\n(setting mgr-\u003emst_state = false and mgr-\u003emst_primary = NULL) concurrently\\nwith a caller invoking drm_dp_mst_topology_queue_probe(). Since the check\\nis already performed under mgr-\u003elock, the condition is not a programming\\nerror but a valid race -- the topology was valid when the caller decided\\nto call this function, but was torn down before the lock was acquired.\\n\\nReplace the drm_WARN_ON() with a graceful early return. This eliminates\\nspurious kernel warnings and the resulting compositor crashes observed\\nwhen connecting/disconnecting DP MST monitors, while keeping the correct\\nbehavior of doing nothing when MST is not active. A drm_dbg_mst() trace\\nis added so the skipped probe remains observable under MST debug logging.\\n\\nThe existing WARN_ON(mgr-\u003emst_primary) in drm_dp_mst_topology_mgr_set_mst()\\nalready catches the case where the topology is initialized twice, so no\\ndiagnostic coverage is lost.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/gpu/drm/display/drm_dp_mst_topology.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5f57a96e92c60f62da91d58ceb5e5acd40e7d594\",\"lessThan\":\"b1d05cc61dfa6c4bd5e67855bec6a03e955f512d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"dbaeef363ea54f4c18112874b77503c72ba60fec\",\"lessThan\":\"4ed6d08c4a59ee6a8cb806347f6d9873de5d229e\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"dbaeef363ea54f4c18112874b77503c72ba60fec\",\"lessThan\":\"8c6d84a54823cd839e6ce22af559925f1320c310\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"dbaeef363ea54f4c18112874b77503c72ba60fec\",\"lessThan\":\"afdff9103818656627920c21822e48a6dae2906f\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"dbaeef363ea54f4c18112874b77503c72ba60fec\",\"lessThan\":\"613059875958e7b217b250ed14c3b189f9488421\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"6.6.86\",\"lessThan\":\"6.6.148\",\"versionType\":\"semver\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/gpu/drm/display/drm_dp_mst_topology.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.12\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.12\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.148\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.101\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.42\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.6\",\"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/4ed6d08c4a59ee6a8cb806347f6d9873de5d229e\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/613059875958e7b217b250ed14c3b189f9488421\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/8c6d84a54823cd839e6ce22af559925f1320c310\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/afdff9103818656627920c21822e48a6dae2906f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/b1d05cc61dfa6c4bd5e67855bec6a03e955f512d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-12T17:28:33+00:00",
      "cve": "CVE-2026-68429",
      "id": "CVE-2026-68429",
      "initial_release_date": "2026-08-12T00:00:00+00:00",
      "product_status:known_affected": "183",
      "product_status:known_not_affected": "93",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-68429.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…