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

CVE-2026-80872 (GCVE-0-2026-80872)

Vulnerability from cvelistv5 – Published: 2026-09-04 16:48 – Updated: 2026-09-04 16:48
VLAI
Title
ALSA: hda/tas2781: Cancel async firmware request at unbind
Summary
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/tas2781: Cancel async firmware request at unbind TAS2781 HDA I2C and SPI queue RCA firmware loading from component bind with request_firmware_nowait(). The firmware loader keeps the callback module pinned and holds a device reference, but the callback still uses driver-private HDA state. Component unbind removes controls and DSP state immediately. Later device removal tears down the TAS2781 private data, including codec_lock. If the async firmware callback runs after unbind has started, it can operate on state that is being torn down. Cancel or synchronize the async firmware request before removing controls and DSP state. A queued callback is cancelled, and an already-running callback is allowed to finish before unbind continues.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 5be27f1e3ec98975c18a91e220d4847d0dec9671 , < f8272331da877eec8fe8e89a1e98e6a710e12490 (git)
Affected: 5be27f1e3ec98975c18a91e220d4847d0dec9671 , < da9e3be9cf31d7138d23e9e2f7ba1c102ef09f07 (git)
Affected: 5be27f1e3ec98975c18a91e220d4847d0dec9671 , < 5367e2ad14f0ae9350a7aaf2e77c87de39a43ae9 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.6
Unaffected: 0 , < 6.6 (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": [
            "sound/hda/codecs/side-codecs/tas2781_hda_i2c.c",
            "sound/hda/codecs/side-codecs/tas2781_hda_spi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "f8272331da877eec8fe8e89a1e98e6a710e12490",
              "status": "affected",
              "version": "5be27f1e3ec98975c18a91e220d4847d0dec9671",
              "versionType": "git"
            },
            {
              "lessThan": "da9e3be9cf31d7138d23e9e2f7ba1c102ef09f07",
              "status": "affected",
              "version": "5be27f1e3ec98975c18a91e220d4847d0dec9671",
              "versionType": "git"
            },
            {
              "lessThan": "5367e2ad14f0ae9350a7aaf2e77c87de39a43ae9",
              "status": "affected",
              "version": "5be27f1e3ec98975c18a91e220d4847d0dec9671",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "sound/hda/codecs/side-codecs/tas2781_hda_i2c.c",
            "sound/hda/codecs/side-codecs/tas2781_hda_spi.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.6"
            },
            {
              "lessThan": "6.6",
              "status": "unaffected",
              "version": "0",
              "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.18.40",
                  "versionStartIncluding": "6.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "6.6",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "6.6",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nALSA: hda/tas2781: Cancel async firmware request at unbind\n\nTAS2781 HDA I2C and SPI queue RCA firmware loading from component\nbind with request_firmware_nowait(). The firmware loader keeps the\ncallback module pinned and holds a device reference, but the callback\nstill uses driver-private HDA state.\n\nComponent unbind removes controls and DSP state immediately. Later\ndevice removal tears down the TAS2781 private data, including\ncodec_lock. If the async firmware callback runs after unbind has\nstarted, it can operate on state that is being torn down.\n\nCancel or synchronize the async firmware request before removing\ncontrols and DSP state. A queued callback is cancelled, and an\nalready-running callback is allowed to finish before unbind continues."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-04T16:48:37.011Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/f8272331da877eec8fe8e89a1e98e6a710e12490"
        },
        {
          "url": "https://git.kernel.org/stable/c/da9e3be9cf31d7138d23e9e2f7ba1c102ef09f07"
        },
        {
          "url": "https://git.kernel.org/stable/c/5367e2ad14f0ae9350a7aaf2e77c87de39a43ae9"
        }
      ],
      "title": "ALSA: hda/tas2781: Cancel async firmware request at unbind",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80872",
    "datePublished": "2026-09-04T16:48:37.011Z",
    "dateReserved": "2026-08-26T14:34:25.798Z",
    "dateUpdated": "2026-09-04T16:48:37.011Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-80872",
      "date": "2026-09-11",
      "epss": "0.00155",
      "percentile": "0.04918"
    },
    "microsoft_vex": {
      "current_release_date": "2026-09-09T01:52:09.000Z",
      "cve": "CVE-2026-80872",
      "id": "msrc_CVE-2026-80872",
      "initial_release_date": "2026-09-06T04:48:02.000Z",
      "product_status:known_not_affected": "1",
      "source": "Microsoft CSAF VEX",
      "status": "final",
      "title": "ALSA: hda/tas2781: Cancel async firmware request at unbind",
      "url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2026-80872.json",
      "version": "3"
    },
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80872\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-04T17:16:59.160\",\"lastModified\":\"2026-09-04T17:16:59.160\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nALSA: hda/tas2781: Cancel async firmware request at unbind\\n\\nTAS2781 HDA I2C and SPI queue RCA firmware loading from component\\nbind with request_firmware_nowait(). The firmware loader keeps the\\ncallback module pinned and holds a device reference, but the callback\\nstill uses driver-private HDA state.\\n\\nComponent unbind removes controls and DSP state immediately. Later\\ndevice removal tears down the TAS2781 private data, including\\ncodec_lock. If the async firmware callback runs after unbind has\\nstarted, it can operate on state that is being torn down.\\n\\nCancel or synchronize the async firmware request before removing\\ncontrols and DSP state. A queued callback is cancelled, and an\\nalready-running callback is allowed to finish before unbind continues.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"sound/hda/codecs/side-codecs/tas2781_hda_i2c.c\",\"sound/hda/codecs/side-codecs/tas2781_hda_spi.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"5be27f1e3ec98975c18a91e220d4847d0dec9671\",\"lessThan\":\"f8272331da877eec8fe8e89a1e98e6a710e12490\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5be27f1e3ec98975c18a91e220d4847d0dec9671\",\"lessThan\":\"da9e3be9cf31d7138d23e9e2f7ba1c102ef09f07\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"5be27f1e3ec98975c18a91e220d4847d0dec9671\",\"lessThan\":\"5367e2ad14f0ae9350a7aaf2e77c87de39a43ae9\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"sound/hda/codecs/side-codecs/tas2781_hda_i2c.c\",\"sound/hda/codecs/side-codecs/tas2781_hda_spi.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"6.6\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"6.6\",\"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/5367e2ad14f0ae9350a7aaf2e77c87de39a43ae9\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/da9e3be9cf31d7138d23e9e2f7ba1c102ef09f07\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f8272331da877eec8fe8e89a1e98e6a710e12490\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "suse_vex": {
      "aggregate_severity": "moderate",
      "current_release_date": "2026-09-08T00:08:37Z",
      "cve": "CVE-2026-80872",
      "id": "CVE-2026-80872",
      "initial_release_date": "2026-09-05T00:25:38Z",
      "product_status:known_affected": "102",
      "product_status:known_not_affected": "251",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80872",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80872.json",
      "version": "4"
    }
  }
}



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…