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

CVE-2026-80667 (GCVE-0-2026-80667)

Vulnerability from cvelistv5 – Published: 2026-08-28 06:49 – Updated: 2026-08-28 06:49
VLAI
Title
net/mlx5: LAG, MPESW, Fix missing complete() on devcom error
Summary
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: LAG, MPESW, Fix missing complete() on devcom error mlx5_mpesw_work() returned without calling complete() when mlx5_lag_get_devcom_comp() returned NULL. A caller that queued the work and waited on mpesww->comp would block indefinitely. Funnel the early-return path through a new "complete" label so the waiter is always woken.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: b430c1b4f63be51dde175a1dd3addba65ca24e2b , < 68cdbe498da8475cfd49591954e3db8fc6582eda (git)
Affected: b430c1b4f63be51dde175a1dd3addba65ca24e2b , < 6a802de97a8bf8d5f1e4a048c67de9a8c2d2f9eb (git)
Affected: b430c1b4f63be51dde175a1dd3addba65ca24e2b , < 4d720c6c60e1852253b68aeee3044ebed5243adb (git)
Affected: b430c1b4f63be51dde175a1dd3addba65ca24e2b , < d4b85f9a668b9c44216bb78daf4ec1a915cc92d1 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.7
Unaffected: 0 , < 6.7 (semver)
Unaffected: 6.12.97 , ≤ 6.12.* (semver)
Unaffected: 6.18.40 , ≤ 6.18.* (semver)
Unaffected: 7.1.5 , ≤ 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/net/ethernet/mellanox/mlx5/core/lag/mpesw.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "68cdbe498da8475cfd49591954e3db8fc6582eda",
              "status": "affected",
              "version": "b430c1b4f63be51dde175a1dd3addba65ca24e2b",
              "versionType": "git"
            },
            {
              "lessThan": "6a802de97a8bf8d5f1e4a048c67de9a8c2d2f9eb",
              "status": "affected",
              "version": "b430c1b4f63be51dde175a1dd3addba65ca24e2b",
              "versionType": "git"
            },
            {
              "lessThan": "4d720c6c60e1852253b68aeee3044ebed5243adb",
              "status": "affected",
              "version": "b430c1b4f63be51dde175a1dd3addba65ca24e2b",
              "versionType": "git"
            },
            {
              "lessThan": "d4b85f9a668b9c44216bb78daf4ec1a915cc92d1",
              "status": "affected",
              "version": "b430c1b4f63be51dde175a1dd3addba65ca24e2b",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/net/ethernet/mellanox/mlx5/core/lag/mpesw.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.7"
            },
            {
              "lessThan": "6.7",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.97",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.40",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.1.*",
              "status": "unaffected",
              "version": "7.1.5",
              "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.12.97",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.7",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nnet/mlx5: LAG, MPESW, Fix missing complete() on devcom error\n\nmlx5_mpesw_work() returned without calling complete() when\nmlx5_lag_get_devcom_comp() returned NULL. A caller that queued the\nwork and waited on mpesww-\u003ecomp would block indefinitely.\n\nFunnel the early-return path through a new \"complete\" label so the\nwaiter is always woken."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-28T06:49:09.277Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/68cdbe498da8475cfd49591954e3db8fc6582eda"
        },
        {
          "url": "https://git.kernel.org/stable/c/6a802de97a8bf8d5f1e4a048c67de9a8c2d2f9eb"
        },
        {
          "url": "https://git.kernel.org/stable/c/4d720c6c60e1852253b68aeee3044ebed5243adb"
        },
        {
          "url": "https://git.kernel.org/stable/c/d4b85f9a668b9c44216bb78daf4ec1a915cc92d1"
        }
      ],
      "title": "net/mlx5: LAG, MPESW, Fix missing complete() on devcom error",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80667",
    "datePublished": "2026-08-28T06:49:09.277Z",
    "dateReserved": "2026-08-26T14:34:25.782Z",
    "dateUpdated": "2026-08-28T06:49:09.277Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80667",
      "date": "2026-09-15",
      "epss": "0.00168",
      "percentile": "0.06366"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80667\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-08-28T08:16:51.973\",\"lastModified\":\"2026-08-28T08:16:51.973\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nnet/mlx5: LAG, MPESW, Fix missing complete() on devcom error\\n\\nmlx5_mpesw_work() returned without calling complete() when\\nmlx5_lag_get_devcom_comp() returned NULL. A caller that queued the\\nwork and waited on mpesww-\u003ecomp would block indefinitely.\\n\\nFunnel the early-return path through a new \\\"complete\\\" label so the\\nwaiter is always woken.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/net/ethernet/mellanox/mlx5/core/lag/mpesw.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"b430c1b4f63be51dde175a1dd3addba65ca24e2b\",\"lessThan\":\"68cdbe498da8475cfd49591954e3db8fc6582eda\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b430c1b4f63be51dde175a1dd3addba65ca24e2b\",\"lessThan\":\"6a802de97a8bf8d5f1e4a048c67de9a8c2d2f9eb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b430c1b4f63be51dde175a1dd3addba65ca24e2b\",\"lessThan\":\"4d720c6c60e1852253b68aeee3044ebed5243adb\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"b430c1b4f63be51dde175a1dd3addba65ca24e2b\",\"lessThan\":\"d4b85f9a668b9c44216bb78daf4ec1a915cc92d1\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/net/ethernet/mellanox/mlx5/core/lag/mpesw.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.7\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.7\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.12.97\",\"lessThanOrEqual\":\"6.12.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.18.40\",\"lessThanOrEqual\":\"6.18.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"7.1.5\",\"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/4d720c6c60e1852253b68aeee3044ebed5243adb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/68cdbe498da8475cfd49591954e3db8fc6582eda\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6a802de97a8bf8d5f1e4a048c67de9a8c2d2f9eb\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d4b85f9a668b9c44216bb78daf4ec1a915cc92d1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Low",
      "current_release_date": "2026-08-31T09:08:40+00:00",
      "cve": "CVE-2026-80667",
      "id": "CVE-2026-80667",
      "initial_release_date": "2026-08-28T00:00:00+00:00",
      "product_status:known_affected": "184",
      "product_status:known_not_affected": "90",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: net/mlx5: LAG, MPESW, Fix missing complete() on devcom error",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-80667.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-15T01:10:05Z",
      "cve": "CVE-2026-80667",
      "id": "CVE-2026-80667",
      "initial_release_date": "2026-08-28T16:34:44Z",
      "product_status:known_affected": "114",
      "product_status:known_not_affected": "239",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80667",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80667.json",
      "version": "7"
    }
  }
}



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…