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

CVE-2026-80886 (GCVE-0-2026-80886)

Vulnerability from cvelistv5 – Published: 2026-09-04 16:49 – Updated: 2026-09-04 16:49
VLAI
Title
serial: msm: Disable DMA for kernel console UART
Summary
In the Linux kernel, the following vulnerability has been resolved: serial: msm: Disable DMA for kernel console UART At the moment, concurrent writes from userspace and the kernel to the console can trigger a race condition that results in an infinite loop of the same messages printed over and over again. This is most likely to happen during system startup or shutdown when the init system starts/stops a large number of system services that interact with various kernel code. When userspace writes to the TTY device, the driver initiates an asynchronous DMA transfer and releases the port lock. At the same moment, the kernel printk path might grab the port lock and re-configure the UART controller for PIO, without waiting for the DMA operation to complete. It seems like this collision results in zero progress being reported for the DMA engine, so the same text is printed to the console over and over again. For the kernel console, we want a reliable output path that will be functional even during crashes etc. So rather than implementing complex code to synchronize the kernel console write routines with the userspace DMA write routines, simply disable DMA for the console UART instance. Similar checks exist in many other serial drivers, e.g. 8250_port.c, imx.c, sh-sci.c etc.
Severity
No CVSS data available.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6 , < f58e568dc308c8e13f7730c8de2da5ed514e540d (git)
Affected: 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6 , < bb4296de5b538b575978c588cb3738ab8524d01a (git)
Affected: 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6 , < 6acea62738ed4cae6746483026706a773b44dad7 (git)
Affected: 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6 , < abc1926c88c189e5d698b91ed6890e09ab5c321d (git)
Affected: 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6 , < 2727744ccb5ca59090451451ee94f530b1be04a5 (git)
Affected: 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6 , < d354716245192de2d203f2b35f22ab8dc13595e2 (git)
Affected: 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6 , < e3b42e326f4f30efcdc90bad5f5ba37e1cd91a47 (git)
Affected: 3a878c430fd6eb4f8587f9ebd187f773bf85d1d6 , < 22dd2777e6c180e1c945b00f6d18550979436324 (git)
guessed Create a notification for this product.
Linux Linux Affected: 4.4
Unaffected: 0 , < 4.4 (semver)
Unaffected: 5.10.261 , ≤ 5.10.* (semver)
Unaffected: 5.15.212 , ≤ 5.15.* (semver)
Unaffected: 6.1.178 , ≤ 6.1.* (semver)
Unaffected: 6.6.145 , ≤ 6.6.* (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/tty/serial/msm_serial.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "f58e568dc308c8e13f7730c8de2da5ed514e540d",
              "status": "affected",
              "version": "3a878c430fd6eb4f8587f9ebd187f773bf85d1d6",
              "versionType": "git"
            },
            {
              "lessThan": "bb4296de5b538b575978c588cb3738ab8524d01a",
              "status": "affected",
              "version": "3a878c430fd6eb4f8587f9ebd187f773bf85d1d6",
              "versionType": "git"
            },
            {
              "lessThan": "6acea62738ed4cae6746483026706a773b44dad7",
              "status": "affected",
              "version": "3a878c430fd6eb4f8587f9ebd187f773bf85d1d6",
              "versionType": "git"
            },
            {
              "lessThan": "abc1926c88c189e5d698b91ed6890e09ab5c321d",
              "status": "affected",
              "version": "3a878c430fd6eb4f8587f9ebd187f773bf85d1d6",
              "versionType": "git"
            },
            {
              "lessThan": "2727744ccb5ca59090451451ee94f530b1be04a5",
              "status": "affected",
              "version": "3a878c430fd6eb4f8587f9ebd187f773bf85d1d6",
              "versionType": "git"
            },
            {
              "lessThan": "d354716245192de2d203f2b35f22ab8dc13595e2",
              "status": "affected",
              "version": "3a878c430fd6eb4f8587f9ebd187f773bf85d1d6",
              "versionType": "git"
            },
            {
              "lessThan": "e3b42e326f4f30efcdc90bad5f5ba37e1cd91a47",
              "status": "affected",
              "version": "3a878c430fd6eb4f8587f9ebd187f773bf85d1d6",
              "versionType": "git"
            },
            {
              "lessThan": "22dd2777e6c180e1c945b00f6d18550979436324",
              "status": "affected",
              "version": "3a878c430fd6eb4f8587f9ebd187f773bf85d1d6",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/tty/serial/msm_serial.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "4.4"
            },
            {
              "lessThan": "4.4",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.10.*",
              "status": "unaffected",
              "version": "5.10.261",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "5.15.*",
              "status": "unaffected",
              "version": "5.15.212",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.1.*",
              "status": "unaffected",
              "version": "6.1.178",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.145",
              "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": "5.10.261",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "5.15.212",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.1.178",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.145",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.97",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.40",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1.5",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.2",
                  "versionStartIncluding": "4.4",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nserial: msm: Disable DMA for kernel console UART\n\nAt the moment, concurrent writes from userspace and the kernel to the\nconsole can trigger a race condition that results in an infinite loop of\nthe same messages printed over and over again. This is most likely to\nhappen during system startup or shutdown when the init system starts/stops\na large number of system services that interact with various kernel code.\n\nWhen userspace writes to the TTY device, the driver initiates an\nasynchronous DMA transfer and releases the port lock. At the same moment,\nthe kernel printk path might grab the port lock and re-configure the UART\ncontroller for PIO, without waiting for the DMA operation to complete. It\nseems like this collision results in zero progress being reported for the\nDMA engine, so the same text is printed to the console over and over again.\n\nFor the kernel console, we want a reliable output path that will be\nfunctional even during crashes etc. So rather than implementing complex\ncode to synchronize the kernel console write routines with the userspace\nDMA write routines, simply disable DMA for the console UART instance.\n\nSimilar checks exist in many other serial drivers, e.g. 8250_port.c,\nimx.c, sh-sci.c etc."
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-09-04T16:49:35.864Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/f58e568dc308c8e13f7730c8de2da5ed514e540d"
        },
        {
          "url": "https://git.kernel.org/stable/c/bb4296de5b538b575978c588cb3738ab8524d01a"
        },
        {
          "url": "https://git.kernel.org/stable/c/6acea62738ed4cae6746483026706a773b44dad7"
        },
        {
          "url": "https://git.kernel.org/stable/c/abc1926c88c189e5d698b91ed6890e09ab5c321d"
        },
        {
          "url": "https://git.kernel.org/stable/c/2727744ccb5ca59090451451ee94f530b1be04a5"
        },
        {
          "url": "https://git.kernel.org/stable/c/d354716245192de2d203f2b35f22ab8dc13595e2"
        },
        {
          "url": "https://git.kernel.org/stable/c/e3b42e326f4f30efcdc90bad5f5ba37e1cd91a47"
        },
        {
          "url": "https://git.kernel.org/stable/c/22dd2777e6c180e1c945b00f6d18550979436324"
        }
      ],
      "title": "serial: msm: Disable DMA for kernel console UART",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-80886",
    "datePublished": "2026-09-04T16:49:35.864Z",
    "dateReserved": "2026-08-26T14:34:25.799Z",
    "dateUpdated": "2026-09-04T16:49:35.864Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "nvd": "{\"cve\":{\"id\":\"CVE-2026-80886\",\"sourceIdentifier\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"published\":\"2026-09-04T17:17:01.310\",\"lastModified\":\"2026-09-04T17:17:01.310\",\"vulnStatus\":\"Received\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"In the Linux kernel, the following vulnerability has been resolved:\\n\\nserial: msm: Disable DMA for kernel console UART\\n\\nAt the moment, concurrent writes from userspace and the kernel to the\\nconsole can trigger a race condition that results in an infinite loop of\\nthe same messages printed over and over again. This is most likely to\\nhappen during system startup or shutdown when the init system starts/stops\\na large number of system services that interact with various kernel code.\\n\\nWhen userspace writes to the TTY device, the driver initiates an\\nasynchronous DMA transfer and releases the port lock. At the same moment,\\nthe kernel printk path might grab the port lock and re-configure the UART\\ncontroller for PIO, without waiting for the DMA operation to complete. It\\nseems like this collision results in zero progress being reported for the\\nDMA engine, so the same text is printed to the console over and over again.\\n\\nFor the kernel console, we want a reliable output path that will be\\nfunctional even during crashes etc. So rather than implementing complex\\ncode to synchronize the kernel console write routines with the userspace\\nDMA write routines, simply disable DMA for the console UART instance.\\n\\nSimilar checks exist in many other serial drivers, e.g. 8250_port.c,\\nimx.c, sh-sci.c etc.\"}],\"affected\":[{\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\",\"affectedData\":[{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"unaffected\",\"programFiles\":[\"drivers/tty/serial/msm_serial.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"3a878c430fd6eb4f8587f9ebd187f773bf85d1d6\",\"lessThan\":\"f58e568dc308c8e13f7730c8de2da5ed514e540d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3a878c430fd6eb4f8587f9ebd187f773bf85d1d6\",\"lessThan\":\"bb4296de5b538b575978c588cb3738ab8524d01a\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3a878c430fd6eb4f8587f9ebd187f773bf85d1d6\",\"lessThan\":\"6acea62738ed4cae6746483026706a773b44dad7\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3a878c430fd6eb4f8587f9ebd187f773bf85d1d6\",\"lessThan\":\"abc1926c88c189e5d698b91ed6890e09ab5c321d\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3a878c430fd6eb4f8587f9ebd187f773bf85d1d6\",\"lessThan\":\"2727744ccb5ca59090451451ee94f530b1be04a5\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3a878c430fd6eb4f8587f9ebd187f773bf85d1d6\",\"lessThan\":\"d354716245192de2d203f2b35f22ab8dc13595e2\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3a878c430fd6eb4f8587f9ebd187f773bf85d1d6\",\"lessThan\":\"e3b42e326f4f30efcdc90bad5f5ba37e1cd91a47\",\"versionType\":\"git\",\"status\":\"affected\"},{\"version\":\"3a878c430fd6eb4f8587f9ebd187f773bf85d1d6\",\"lessThan\":\"22dd2777e6c180e1c945b00f6d18550979436324\",\"versionType\":\"git\",\"status\":\"affected\"}]},{\"vendor\":\"Linux\",\"product\":\"Linux\",\"defaultStatus\":\"affected\",\"programFiles\":[\"drivers/tty/serial/msm_serial.c\"],\"repo\":\"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git\",\"versions\":[{\"version\":\"4.4\",\"status\":\"affected\"},{\"version\":\"0\",\"lessThan\":\"4.4\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.10.261\",\"lessThanOrEqual\":\"5.10.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"5.15.212\",\"lessThanOrEqual\":\"5.15.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.1.178\",\"lessThanOrEqual\":\"6.1.*\",\"versionType\":\"semver\",\"status\":\"unaffected\"},{\"version\":\"6.6.145\",\"lessThanOrEqual\":\"6.6.*\",\"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/22dd2777e6c180e1c945b00f6d18550979436324\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/2727744ccb5ca59090451451ee94f530b1be04a5\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/6acea62738ed4cae6746483026706a773b44dad7\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/abc1926c88c189e5d698b91ed6890e09ab5c321d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/bb4296de5b538b575978c588cb3738ab8524d01a\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/d354716245192de2d203f2b35f22ab8dc13595e2\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/e3b42e326f4f30efcdc90bad5f5ba37e1cd91a47\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"},{\"url\":\"https://git.kernel.org/stable/c/f58e568dc308c8e13f7730c8de2da5ed514e540d\",\"source\":\"416baaa9-dc9f-4396-8d5f-8c081fb06d67\"}]}}",
    "suse_vex": {
      "aggregate_severity": "not set",
      "current_release_date": "2026-09-05T00:25:16Z",
      "cve": "CVE-2026-80886",
      "id": "CVE-2026-80886",
      "initial_release_date": "2026-09-05T00:25:16Z",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-80886",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-80886.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…

Loading…