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

CVE-2026-80989 (GCVE-0-2026-80989)

Vulnerability from cvelistv5 – Published: 2026-09-11 19:42 – Updated: 2026-09-14 11:59
VLAI
Title
net: thunderbolt: Mark the connection down when bringing it up fails
Summary
In the Linux kernel, the following vulnerability has been resolved: net: thunderbolt: Mark the connection down when bringing it up fails Every failure path in tbnet_connected_work() undoes its own work and returns without clearing login_sent, so the connection still looks established. The next tbnet_tear_down() therefore takes its main branch and repeats a teardown that already happened: it stops rings that are already stopped, which is a dev_WARN() and fatal under panic_on_warn, and it releases net->remote_transmit_path even on the HopID mismatch path, where this connection never owned that id, silently freeing one that someone else is still using. Clear login_sent on those paths. That is enough for tbnet_tear_down() to leave the unwound state alone, and login_received has to stay set: it records that the peer has logged in and carries the transmit path it gave us, which nothing on this side can make the peer send again. Two things change beyond keeping the teardown out of the way: the logout request in that block is no longer sent, and the peer's next login request now re-queues our login work rather than connected_work, giving the connection a fresh login instead of a retry on stale state.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e , < e0d4a17afde5aa0045dc3e1d66c6bb80927bad8c (git)
Affected: e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e , < ed1d6e3d735e7b03f43a02f4306c89eb7663da14 (git)
Affected: e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e , < f01e6a35c440b62f060e21f36b385e574a7f308c (git)
Affected: e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e , < d6c0af293129345a17dc31c9b4179dc7f3d6af7a (git)
Affected: e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e , < 3c8b26ebf525ba5960510f48c6e9936a79ebe76f (git)
guessed Create a notification for this product.
Linux Linux Affected: 4.15
Unaffected: 0 , < 4.15 (semver)
Unaffected: 6.6.157 , ≤ 6.6.* (semver)
Unaffected: 6.12.109 , ≤ 6.12.* (semver)
Unaffected: 6.18.50 , ≤ 6.18.* (semver)
Unaffected: 7.2.4 , ≤ 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/net/thunderbolt/main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "e0d4a17afde5aa0045dc3e1d66c6bb80927bad8c",
              "status": "affected",
              "version": "e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e",
              "versionType": "git"
            },
            {
              "lessThan": "ed1d6e3d735e7b03f43a02f4306c89eb7663da14",
              "status": "affected",
              "version": "e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e",
              "versionType": "git"
            },
            {
              "lessThan": "f01e6a35c440b62f060e21f36b385e574a7f308c",
              "status": "affected",
              "version": "e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e",
              "versionType": "git"
            },
            {
              "lessThan": "d6c0af293129345a17dc31c9b4179dc7f3d6af7a",
              "status": "affected",
              "version": "e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e",
              "versionType": "git"
            },
            {
              "lessThan": "3c8b26ebf525ba5960510f48c6e9936a79ebe76f",
              "status": "affected",
              "version": "e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/thunderbolt/main.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.15"
            },
            {
              "lessThan": "4.15",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.157",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.109",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.50",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.2.*",
              "status": "unaffected",
              "version": "7.2.4",
              "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.6.157",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.109",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.4",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "4.15",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet: thunderbolt: Mark the connection down when bringing it up fails\n\nEvery failure path in tbnet_connected_work() undoes its own work and\nreturns without clearing login_sent, so the connection still looks\nestablished. The next tbnet_tear_down() therefore takes its main branch\nand repeats a teardown that already happened: it stops rings that are\nalready stopped, which is a dev_WARN() and fatal under panic_on_warn,\nand it releases net-\u003eremote_transmit_path even on the HopID mismatch\npath, where this connection never owned that id, silently freeing one\nthat someone else is still using.\n\nClear login_sent on those paths. That is enough for tbnet_tear_down() to\nleave the unwound state alone, and login_received has to stay set: it\nrecords that the peer has logged in and carries the transmit path it gave\nus, which nothing on this side can make the peer send again. Two things\nchange beyond keeping the teardown out of the way: the logout request in\nthat block is no longer sent, and the peer\u0027s next login request now\nre-queues our login work rather than connected_work, giving the\nconnection a fresh login instead of a retry on stale state."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:A - Triggered by ThunderboltIP XDomain control messages (TBIP_LOGIN/TBIP_LOGOUT) from a peer on the same direct Thunderbolt/USB4 link; not Internet-routable, but reachable from an adjacent connected host, dock, or in-line device, matching other tbnet CVEs.\nAC:L - A malicious peer completes the ThunderboltIP handshake, sends LOGIN with an invalid or colliding transmit_path so tbnet_connected_work() fails, then sends TBIP_LOGOUT to run tbnet_tear_down(); the attacker controls both sides with no race or layout dependency.\nPR:N - No Linux account, capability, or init-namespace privilege is required; any Thunderbolt/USB4 peer that speaks ThunderboltIP can send the crafted login and logout on the unauthenticated XDomain control channel after the automatic host-to-host handshake.\nUI:N - Once a ThunderboltIP-capable link exists, which is typical for docks, direct laptop-to-laptop networking, and shared workstations, the peer can force the failed bring-up and teardown without further victim action beyond the existing cable connection.\nS:U - Impact stays in the host kernel Thunderbolt network driver and XDomain DMA path state (ring WARN, HopID IDA, NHI teardown) and does not by itself cross a VM, container, or IOMMU security boundary.\nC:H - Failed bring-up leaves login_sent set, so the next teardown releases net-\u003eremote_transmit_path even when this connection never owned that HopID, freeing an ID another tunnel still uses; reuse of that HopID can misdirect NHI DMA and disclose kernel or other-tunnel buffer contents.\nI:H - The same stale-login teardown double-stops rings and disables or releases DMA HopIDs that may belong to another XDomain tunnel, and on ICM firmware it issues a port-wide XDomain disconnect, which can overwrite live hop config and let reused NHI DMA corrupt kernel memory.\nA:H - Repeating teardown of an already unwound connection calls tb_ring_stop() on stopped rings (dev_WARN, fatal under panic_on_warn) and ida_free() of an unallocated or in-use HopID (WARN), and can hang or panic the host via bad DMA path teardown."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-14T11:59:31.013Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/e0d4a17afde5aa0045dc3e1d66c6bb80927bad8c"
        },
        {
          "url": "https://git.kernel.org/stable/c/ed1d6e3d735e7b03f43a02f4306c89eb7663da14"
        },
        {
          "url": "https://git.kernel.org/stable/c/f01e6a35c440b62f060e21f36b385e574a7f308c"
        },
        {
          "url": "https://git.kernel.org/stable/c/d6c0af293129345a17dc31c9b4179dc7f3d6af7a"
        },
        {
          "url": "https://git.kernel.org/stable/c/3c8b26ebf525ba5960510f48c6e9936a79ebe76f"
        }
      ],
      "title": "net: thunderbolt: Mark the connection down when bringing it up fails",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80989",
    "datePublished": "2026-09-11T19:42:46.872Z",
    "dateReserved": "2026-08-26T14:34:25.811Z",
    "dateUpdated": "2026-09-14T11:59:31.013Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80989",
      "date": "2026-09-17",
      "epss": "0.00338",
      "percentile": "0.27117"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-15T01:54:38.000Z",
      "cve": "CVE-2026-80989",
      "id": "msrc_CVE-2026-80989",
      "initial_release_date": "2026-09-13T01:05:49.000Z",
      "product_status:known_not_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "net: thunderbolt: Mark the connection down when bringing it up fails",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-80989.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80989\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-11T20:19:05.730\",\"lastModified\":\"2026-09-14T13:18:53.647\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet: thunderbolt: Mark the connection down when bringing it up fails\\n\\nEvery failure path in tbnet_connected_work() undoes its own work and\\nreturns without clearing login_sent, so the connection still looks\\nestablished. The next tbnet_tear_down() therefore takes its main branch\\nand repeats a teardown that already happened: it stops rings that are\\nalready stopped, which is a dev_WARN() and fatal under panic_on_warn,\\nand it releases net-\u003eremote_transmit_path even on the HopID mismatch\\npath, where this connection never owned that id, silently freeing one\\nthat someone else is still using.\\n\\nClear login_sent on those paths. That is enough for tbnet_tear_down() to\\nleave the unwound state alone, and login_received has to stay set: it\\nrecords that the peer has logged in and carries the transmit path it gave\\nus, which nothing on this side can make the peer send again. Two things\\nchange beyond keeping the teardown out of the way: the logout request in\\nthat block is no longer sent, and the peer\u0027s next login request now\\nre-queues our login work rather than connected_work, giving the\\nconnection a fresh login instead of a retry on stale state.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/thunderbolt/main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e\",\"lessThan\":\"e0d4a17afde5aa0045dc3e1d66c6bb80927bad8c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e\",\"lessThan\":\"ed1d6e3d735e7b03f43a02f4306c89eb7663da14\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e\",\"lessThan\":\"f01e6a35c440b62f060e21f36b385e574a7f308c\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e\",\"lessThan\":\"d6c0af293129345a17dc31c9b4179dc7f3d6af7a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"e69b6c02b4c3b8d03be7136f90dd9551ad5a5a5e\",\"lessThan\":\"3c8b26ebf525ba5960510f48c6e9936a79ebe76f\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/thunderbolt/main.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.15\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.15\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.157\",\"lessThanOrEqual\":\"6.6.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.109\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.50\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.2.4\",\"lessThanOrEqual\":\"7.2.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.3-rc1\",\"lessThanOrEqual\":\"*\",\"versionType\":\"original_commit_for_fix\",\"status\":\"unaffected\"}]}]}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":8.8,\"baseSeverity\":\"HIGH\",\"attackVector\":\"ADJACENT_NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":2.8,\"impactScore\":5.9}]},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/3c8b26ebf525ba5960510f48c6e9936a79ebe76f\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d6c0af293129345a17dc31c9b4179dc7f3d6af7a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e0d4a17afde5aa0045dc3e1d66c6bb80927bad8c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/ed1d6e3d735e7b03f43a02f4306c89eb7663da14\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f01e6a35c440b62f060e21f36b385e574a7f308c\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-14T20:05:57+00:00",
      "cve": "CVE-2026-80989",
      "id": "CVE-2026-80989",
      "initial_release_date": "2026-09-11T00:00:00+00:00",
      "product_status:known_affected": "234",
      "product_status:known_not_affected": "42",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: net: thunderbolt: Mark the connection down when bringing it up fails",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80989.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-15T01:04:36Z",
      "cve": "CVE-2026-80989",
      "id": "CVE-2026-80989",
      "initial_release_date": "2026-09-15T01:04:36Z",
      "product_status:known_affected": "263",
      "product_status:known_not_affected": "90",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80989",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80989.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…