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

CVE-2026-89623 (GCVE-0-2026-89623)

Vulnerability from cvelistv5 – Published: 2026-09-11 19:45 – Updated: 2026-09-14 12:01
VLAI
Title
HID: mcp2221: stop device IO before hid_hw_stop
Summary
In the Linux kernel, the following vulnerability has been resolved: HID: mcp2221: stop device IO before hid_hw_stop Quiesce device IO at the start of the devm cleanup callback mcp2221_hid_unregister() so that incoming HID reports cannot race with hardware teardown during probe failure or device removal, addressing a potential use-after-free. Guard the call to hid_device_io_stop() with io_started. On normal removal hid_device_remove() has already cleared io_started before the devres group is released, so an unconditional call would otherwise hit the !io_started path and emit a spurious "io already stopped" warning on every removal. The guard preserves the probe-failure balancing, where io_started is still set after hid_device_io_start(), while staying silent on the normal removal path.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: d4b50ac06ea6e47bdd2b04e97d1090c673c80645 , < 85d963499f1feeea287c0a37c3eac3fc1898eca9 (git)
Affected: d4b50ac06ea6e47bdd2b04e97d1090c673c80645 , < 0ae90a19e6b5a8557d25d95facb7e01c9c07af38 (git)
Affected: d4b50ac06ea6e47bdd2b04e97d1090c673c80645 , < c99ba6c234d4d537c317336376b78c088174034a (git)
Affected: d4b50ac06ea6e47bdd2b04e97d1090c673c80645 , < 2eda1513f573945c1e3a0090341f3d28740463b1 (git)
Affected: d4b50ac06ea6e47bdd2b04e97d1090c673c80645 , < dca151633c0fde90935311c60e7cfc064aa56134 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.6.8 , < 6.6.157 (semver)
Affected: 6.6.8 , < 6.12.109 (semver)
Affected: 6.6.8 , < 6.18.50 (semver)
Affected: 6.6.8 , < 7.2.4 (semver)
Affected: 6.6.8 , < 7.3-rc1 (semver)
guessed Create a notification for this product.
Show details on NVD website

{
  "containers": {
    "cna": {
      "affected": [
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/hid/hid-mcp2221.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "85d963499f1feeea287c0a37c3eac3fc1898eca9",
              "status": "affected",
              "version": "d4b50ac06ea6e47bdd2b04e97d1090c673c80645",
              "versionType": "git"
            },
            {
              "lessThan": "0ae90a19e6b5a8557d25d95facb7e01c9c07af38",
              "status": "affected",
              "version": "d4b50ac06ea6e47bdd2b04e97d1090c673c80645",
              "versionType": "git"
            },
            {
              "lessThan": "c99ba6c234d4d537c317336376b78c088174034a",
              "status": "affected",
              "version": "d4b50ac06ea6e47bdd2b04e97d1090c673c80645",
              "versionType": "git"
            },
            {
              "lessThan": "2eda1513f573945c1e3a0090341f3d28740463b1",
              "status": "affected",
              "version": "d4b50ac06ea6e47bdd2b04e97d1090c673c80645",
              "versionType": "git"
            },
            {
              "lessThan": "dca151633c0fde90935311c60e7cfc064aa56134",
              "status": "affected",
              "version": "d4b50ac06ea6e47bdd2b04e97d1090c673c80645",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "unaffected",
          "product": "Linux",
          "programFiles": [
            "drivers/hid/hid-mcp2221.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "6.6.157",
              "status": "affected",
              "version": "6.6.8",
              "versionType": "semver"
            },
            {
              "lessThan": "6.12.109",
              "status": "affected",
              "version": "6.6.8",
              "versionType": "semver"
            },
            {
              "lessThan": "6.18.50",
              "status": "affected",
              "version": "6.6.8",
              "versionType": "semver"
            },
            {
              "lessThan": "7.2.4",
              "status": "affected",
              "version": "6.6.8",
              "versionType": "semver"
            },
            {
              "lessThan": "7.3-rc1",
              "status": "affected",
              "version": "6.6.8",
              "versionType": "semver"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.157",
                  "versionStartIncluding": "6.6.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.109",
                  "versionStartIncluding": "6.6.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.50",
                  "versionStartIncluding": "6.6.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2.4",
                  "versionStartIncluding": "6.6.8",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.3-rc1",
                  "versionStartIncluding": "6.6.8",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nHID: mcp2221: stop device IO before hid_hw_stop\n\nQuiesce device IO at the start of the devm cleanup callback\nmcp2221_hid_unregister() so that incoming HID reports cannot race with\nhardware teardown during probe failure or device removal, addressing a\npotential use-after-free.\n\nGuard the call to hid_device_io_stop() with io_started. On normal\nremoval hid_device_remove() has already cleared io_started before the\ndevres group is released, so an unconditional call would otherwise hit\nthe !io_started path and emit a spurious \"io already stopped\" warning\non every removal. The guard preserves the probe-failure balancing,\nwhere io_started is still set after hid_device_io_start(), while\nstaying silent on the normal removal path."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-14T12:01:36.363Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/85d963499f1feeea287c0a37c3eac3fc1898eca9"
        },
        {
          "url": "https://git.kernel.org/stable/c/0ae90a19e6b5a8557d25d95facb7e01c9c07af38"
        },
        {
          "url": "https://git.kernel.org/stable/c/c99ba6c234d4d537c317336376b78c088174034a"
        },
        {
          "url": "https://git.kernel.org/stable/c/2eda1513f573945c1e3a0090341f3d28740463b1"
        },
        {
          "url": "https://git.kernel.org/stable/c/dca151633c0fde90935311c60e7cfc064aa56134"
        }
      ],
      "title": "HID: mcp2221: stop device IO before hid_hw_stop",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-89623",
    "datePublished": "2026-09-11T19:45:20.758Z",
    "dateReserved": "2026-09-11T19:38:34.737Z",
    "dateUpdated": "2026-09-14T12:01:36.363Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-89623",
      "date": "2026-09-15",
      "epss": "0.00209",
      "percentile": "0.11195"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-15T01:50:21.000Z",
      "cve": "CVE-2026-89623",
      "id": "msrc_CVE-2026-89623",
      "initial_release_date": "2026-09-13T01:06:56.000Z",
      "product_status:known_not_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "HID: mcp2221: stop device IO before hid_hw_stop",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-89623.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-89623\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-11T20:19:47.630\",\"lastModified\":\"2026-09-14T13:19:16.097\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nHID: mcp2221: stop device IO before hid_hw_stop\\n\\nQuiesce device IO at the start of the devm cleanup callback\\nmcp2221_hid_unregister() so that incoming HID reports cannot race with\\nhardware teardown during probe failure or device removal, addressing a\\npotential use-after-free.\\n\\nGuard the call to hid_device_io_stop() with io_started. On normal\\nremoval hid_device_remove() has already cleared io_started before the\\ndevres group is released, so an unconditional call would otherwise hit\\nthe !io_started path and emit a spurious \\\"io already stopped\\\" warning\\non every removal. The guard preserves the probe-failure balancing,\\nwhere io_started is still set after hid_device_io_start(), while\\nstaying silent on the normal removal path.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/hid/hid-mcp2221.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"d4b50ac06ea6e47bdd2b04e97d1090c673c80645\",\"lessThan\":\"85d963499f1feeea287c0a37c3eac3fc1898eca9\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d4b50ac06ea6e47bdd2b04e97d1090c673c80645\",\"lessThan\":\"0ae90a19e6b5a8557d25d95facb7e01c9c07af38\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d4b50ac06ea6e47bdd2b04e97d1090c673c80645\",\"lessThan\":\"c99ba6c234d4d537c317336376b78c088174034a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d4b50ac06ea6e47bdd2b04e97d1090c673c80645\",\"lessThan\":\"2eda1513f573945c1e3a0090341f3d28740463b1\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"d4b50ac06ea6e47bdd2b04e97d1090c673c80645\",\"lessThan\":\"dca151633c0fde90935311c60e7cfc064aa56134\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/hid/hid-mcp2221.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.6.8\",\"lessThan\":\"6.6.157\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.6.8\",\"lessThan\":\"6.12.109\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.6.8\",\"lessThan\":\"6.18.50\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.6.8\",\"lessThan\":\"7.2.4\",\"versionType\":\"semver\",\"status\":\"affected\"},{\"version\":\"6.6.8\",\"lessThan\":\"7.3-rc1\",\"versionType\":\"semver\",\"status\":\"affected\"}]}]}],\"metrics\":{},\"references\":[{\"url\":\"https://git.kernel.org/stable/c/0ae90a19e6b5a8557d25d95facb7e01c9c07af38\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2eda1513f573945c1e3a0090341f3d28740463b1\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/85d963499f1feeea287c0a37c3eac3fc1898eca9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/c99ba6c234d4d537c317336376b78c088174034a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/dca151633c0fde90935311c60e7cfc064aa56134\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-09-15T16:23:36+00:00",
      "cve": "CVE-2026-89623",
      "id": "CVE-2026-89623",
      "initial_release_date": "2026-09-11T00:00:00+00:00",
      "product_status:known_affected": "2",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: HID: mcp2221: stop device IO before hid_hw_stop",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-89623.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-16T00:01:28Z",
      "cve": "CVE-2026-89623",
      "id": "CVE-2026-89623",
      "initial_release_date": "2026-09-12T16:24:49Z",
      "product_status:known_affected": "114",
      "product_status:known_not_affected": "239",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-89623",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-89623.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…

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…