CVE-2026-63883 (GCVE-0-2026-63883)

Vulnerability from cvelistv5 – Published: 2026-07-19 14:54 – Updated: 2026-08-05 12:36
VLAI
Title
serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ
Summary
In the Linux kernel, the following vulnerability has been resolved: serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ When uart_flush_buffer() runs before the DMA completion IRQ is delivered, the following race can occur (all steps serialized by uart_port_lock): 1. DMA starts: tx_remaining = N, kfifo contains N bytes 2. DMA completes in hardware; IRQ is pending but not yet delivered 3. uart_flush_buffer() acquires the port lock and calls kfifo_reset(), making kfifo_len() = 0 while tx_remaining remains N 4. uart_flush_buffer() releases the port lock 5. DMA IRQ fires; handle_tx_dma() acquires the port lock and calls uart_xmit_advance(uport, tx_remaining) on an empty kfifo uart_xmit_advance() increments kfifo->out by tx_remaining. Since kfifo_reset() already set both in and out to 0, out wraps past in, causing kfifo_len() to return UART_XMIT_SIZE - tx_remaining. The next start_tx_dma() call then submits a DMA transfer of stale buffer data. Fix this by snapshotting kfifo_len() at the start of handle_tx_dma() and skipping uart_xmit_advance() when fifo_len < tx_remaining, which indicates the kfifo was reset by a preceding flush.
Impacted products
Vendor Product Version CPE status
Linux Linux Affected: 2aaa43c7077833301c237684cd7bc9ae5e3dec95 , < c91ea13375f70f6271a0183445e34e83b8f4d8f7 (git)
Affected: 2aaa43c7077833301c237684cd7bc9ae5e3dec95 , < b1159dce10b38eb795e4c96cdc4d34b83cec81c5 (git)
Affected: 2aaa43c7077833301c237684cd7bc9ae5e3dec95 , < 654f45a8569f3cd6ff20bd724a18e0cce65893ba (git)
Affected: 2aaa43c7077833301c237684cd7bc9ae5e3dec95 , < 0d2c41a8b00934ddf8a7c1b4cf72dffa1e629c46 (git)
Affected: 2aaa43c7077833301c237684cd7bc9ae5e3dec95 , < 452d6fa37ae9b021f4f6d397dbae077f7296f6f4 (git)
guessed Create a notification for this product.
Linux Linux Affected: 6.3
Unaffected: 0 , < 6.3 (semver)
Unaffected: 6.6.143 , ≤ 6.6.* (semver)
Unaffected: 6.12.93 , ≤ 6.12.* (semver)
Unaffected: 6.18.35 , ≤ 6.18.* (semver)
Unaffected: 7.0.12 , ≤ 7.0.* (semver)
Unaffected: 7.1 , ≤ * (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/qcom_geni_serial.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "lessThan": "c91ea13375f70f6271a0183445e34e83b8f4d8f7",
              "status": "affected",
              "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
              "versionType": "git"
            },
            {
              "lessThan": "b1159dce10b38eb795e4c96cdc4d34b83cec81c5",
              "status": "affected",
              "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
              "versionType": "git"
            },
            {
              "lessThan": "654f45a8569f3cd6ff20bd724a18e0cce65893ba",
              "status": "affected",
              "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
              "versionType": "git"
            },
            {
              "lessThan": "0d2c41a8b00934ddf8a7c1b4cf72dffa1e629c46",
              "status": "affected",
              "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
              "versionType": "git"
            },
            {
              "lessThan": "452d6fa37ae9b021f4f6d397dbae077f7296f6f4",
              "status": "affected",
              "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
              "versionType": "git"
            }
          ]
        },
        {
          "defaultStatus": "affected",
          "product": "Linux",
          "programFiles": [
            "drivers/tty/serial/qcom_geni_serial.c"
          ],
          "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
          "vendor": "Linux",
          "versions": [
            {
              "status": "affected",
              "version": "6.3"
            },
            {
              "lessThan": "6.3",
              "status": "unaffected",
              "version": "0",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.6.*",
              "status": "unaffected",
              "version": "6.6.143",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.12.*",
              "status": "unaffected",
              "version": "6.12.93",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "6.18.*",
              "status": "unaffected",
              "version": "6.18.35",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "7.0.*",
              "status": "unaffected",
              "version": "7.0.12",
              "versionType": "semver"
            },
            {
              "lessThanOrEqual": "*",
              "status": "unaffected",
              "version": "7.1",
              "versionType": "original_commit_for_fix"
            }
          ]
        }
      ],
      "cpeApplicability": [
        {
          "nodes": [
            {
              "cpeMatch": [
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.6.143",
                  "versionStartIncluding": "6.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.12.93",
                  "versionStartIncluding": "6.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "6.18.35",
                  "versionStartIncluding": "6.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.0.12",
                  "versionStartIncluding": "6.3",
                  "vulnerable": true
                },
                {
                  "criteria": "cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*",
                  "versionEndExcluding": "7.1",
                  "versionStartIncluding": "6.3",
                  "vulnerable": true
                }
              ],
              "negate": false,
              "operator": "OR"
            }
          ]
        }
      ],
      "descriptions": [
        {
          "lang": "en",
          "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nserial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ\n\nWhen uart_flush_buffer() runs before the DMA completion IRQ is delivered,\nthe following race can occur (all steps serialized by uart_port_lock):\n\n  1. DMA starts: tx_remaining = N, kfifo contains N bytes\n  2. DMA completes in hardware; IRQ is pending but not yet delivered\n  3. uart_flush_buffer() acquires the port lock and calls kfifo_reset(),\n     making kfifo_len() = 0 while tx_remaining remains N\n  4. uart_flush_buffer() releases the port lock\n  5. DMA IRQ fires; handle_tx_dma() acquires the port lock and calls\n     uart_xmit_advance(uport, tx_remaining) on an empty kfifo\n\nuart_xmit_advance() increments kfifo-\u003eout by tx_remaining. Since\nkfifo_reset() already set both in and out to 0, out wraps past in,\ncausing kfifo_len() to return UART_XMIT_SIZE - tx_remaining. The next\nstart_tx_dma() call then submits a DMA transfer of stale buffer data.\n\nFix this by snapshotting kfifo_len() at the start of handle_tx_dma()\nand skipping uart_xmit_advance() when fifo_len \u003c tx_remaining, which\nindicates the kfifo was reset by a preceding flush."
        }
      ],
      "metrics": [
        {
          "cvssV3_1": {
            "baseScore": 7.3,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
            "version": "3.1"
          },
          "scenarios": [
            {
              "lang": "en",
              "value": "AV:L - The bug is reachable only through local TTY syscalls (open/write/ioctl/close) on Qualcomm GENI high-speed UART device nodes (e.g. /dev/ttyHS*); it is not triggered by remote network packets or physical bus manipulation alone.\nAC:L - An attacker who can open the port controls both sides of the race by writing to start DMA TX and immediately issuing TCFLSH/TCOFLUSH (or closing the port) to call uart_flush_buffer() before the DMA completion IRQ runs, and can repeat until the window is hit.\nPR:L - Exploitation requires only the ability to open and ioctl the UART TTY device (typically dialout-group membership or equivalent service access on Qualcomm Android/automotive/embedded platforms), not init-namespace root or capabilities obtainable only outside user namespaces.\nUI:N - Triggering the flush-vs-DMA-IRQ race requires no victim interaction beyond the attacker\u0027s own writes and flush/close operations on the serial port.\nS:U - Impact is confined to kernel serial-driver state and data transmitted on the local UART; it does not cross VM, container, or IOMMU security boundaries.\nC:H - The kfifo index underflow corrupts transmit FIFO bookkeeping and can cause a spurious large DMA read of stale xmit_buf contents (up to UART_XMIT_SIZE/PAGE_SIZE), leaking prior sensitive serial traffic (modem/BT/RS485 diagnostics) that should have been discarded by flush.\nI:H - The corrupted kfifo state causes unauthorized transmission of stale or attacker-influenced buffer data over the UART/RS485 line, corrupting the integrity of serial output to connected devices (ECUs, modems, factory controllers) beyond what the attacker legitimately queued.\nA:L - The primary impact is corrupted driver transmit state and spurious/erroneous serial output rather than a demonstrated kernel oops/panic; however, repeated triggering can degrade or disrupt serial communication relied on by connected subsystems."
            }
          ]
        }
      ],
      "providerMetadata": {
        "dateUpdated": "2026-08-05T12:36:52.126Z",
        "orgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "shortName": "Linux"
      },
      "references": [
        {
          "url": "https://git.kernel.org/stable/c/c91ea13375f70f6271a0183445e34e83b8f4d8f7"
        },
        {
          "url": "https://git.kernel.org/stable/c/b1159dce10b38eb795e4c96cdc4d34b83cec81c5"
        },
        {
          "url": "https://git.kernel.org/stable/c/654f45a8569f3cd6ff20bd724a18e0cce65893ba"
        },
        {
          "url": "https://git.kernel.org/stable/c/0d2c41a8b00934ddf8a7c1b4cf72dffa1e629c46"
        },
        {
          "url": "https://git.kernel.org/stable/c/452d6fa37ae9b021f4f6d397dbae077f7296f6f4"
        }
      ],
      "title": "serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ",
      "x_generator": {
        "engine": "bippy-1.2.0"
      }
    }
  },
  "cveMetadata": {
    "assignerOrgId": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
    "assignerShortName": "Linux",
    "cveId": "CVE-2026-63883",
    "datePublished": "2026-07-19T14:54:56.356Z",
    "dateReserved": "2026-07-19T07:54:57.018Z",
    "dateUpdated": "2026-08-05T12:36:52.126Z",
    "state": "PUBLISHED"
  },
  "dataType": "CVE_RECORD",
  "dataVersion": "5.2",
  "vulnerability-lookup:meta": {
    "epss": {
      "cve": "CVE-2026-63883",
      "date": "2026-09-21",
      "epss": "0.00166",
      "percentile": "0.06288"
    },
    "nvd": {
      "cve": {
        "affected": [
          {
            "affectedData": [
              {
                "defaultStatus": "unaffected",
                "product": "Linux",
                "programFiles": [
                  "drivers/tty/serial/qcom_geni_serial.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "lessThan": "c91ea13375f70f6271a0183445e34e83b8f4d8f7",
                    "status": "affected",
                    "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "b1159dce10b38eb795e4c96cdc4d34b83cec81c5",
                    "status": "affected",
                    "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "654f45a8569f3cd6ff20bd724a18e0cce65893ba",
                    "status": "affected",
                    "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "0d2c41a8b00934ddf8a7c1b4cf72dffa1e629c46",
                    "status": "affected",
                    "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
                    "versionType": "git"
                  },
                  {
                    "lessThan": "452d6fa37ae9b021f4f6d397dbae077f7296f6f4",
                    "status": "affected",
                    "version": "2aaa43c7077833301c237684cd7bc9ae5e3dec95",
                    "versionType": "git"
                  }
                ]
              },
              {
                "defaultStatus": "affected",
                "product": "Linux",
                "programFiles": [
                  "drivers/tty/serial/qcom_geni_serial.c"
                ],
                "repo": "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git",
                "vendor": "Linux",
                "versions": [
                  {
                    "status": "affected",
                    "version": "6.3"
                  },
                  {
                    "lessThan": "6.3",
                    "status": "unaffected",
                    "version": "0",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.6.*",
                    "status": "unaffected",
                    "version": "6.6.143",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.12.*",
                    "status": "unaffected",
                    "version": "6.12.93",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "6.18.*",
                    "status": "unaffected",
                    "version": "6.18.35",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "7.0.*",
                    "status": "unaffected",
                    "version": "7.0.12",
                    "versionType": "semver"
                  },
                  {
                    "lessThanOrEqual": "*",
                    "status": "unaffected",
                    "version": "7.1",
                    "versionType": "original_commit_for_fix"
                  }
                ]
              }
            ],
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67"
          }
        ],
        "cveTags": [],
        "descriptions": [
          {
            "lang": "en",
            "value": "In the Linux kernel, the following vulnerability has been resolved:\n\nserial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ\n\nWhen uart_flush_buffer() runs before the DMA completion IRQ is delivered,\nthe following race can occur (all steps serialized by uart_port_lock):\n\n  1. DMA starts: tx_remaining = N, kfifo contains N bytes\n  2. DMA completes in hardware; IRQ is pending but not yet delivered\n  3. uart_flush_buffer() acquires the port lock and calls kfifo_reset(),\n     making kfifo_len() = 0 while tx_remaining remains N\n  4. uart_flush_buffer() releases the port lock\n  5. DMA IRQ fires; handle_tx_dma() acquires the port lock and calls\n     uart_xmit_advance(uport, tx_remaining) on an empty kfifo\n\nuart_xmit_advance() increments kfifo-\u003eout by tx_remaining. Since\nkfifo_reset() already set both in and out to 0, out wraps past in,\ncausing kfifo_len() to return UART_XMIT_SIZE - tx_remaining. The next\nstart_tx_dma() call then submits a DMA transfer of stale buffer data.\n\nFix this by snapshotting kfifo_len() at the start of handle_tx_dma()\nand skipping uart_xmit_advance() when fifo_len \u003c tx_remaining, which\nindicates the kfifo was reset by a preceding flush."
          }
        ],
        "id": "CVE-2026-63883",
        "lastModified": "2026-07-27T17:44:23.777",
        "metrics": {
          "cvssMetricV31": [
            {
              "cvssData": {
                "attackComplexity": "LOW",
                "attackVector": "LOCAL",
                "availabilityImpact": "LOW",
                "baseScore": 7.3,
                "baseSeverity": "HIGH",
                "confidentialityImpact": "HIGH",
                "integrityImpact": "HIGH",
                "privilegesRequired": "LOW",
                "scope": "UNCHANGED",
                "userInteraction": "NONE",
                "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
                "version": "3.1"
              },
              "exploitabilityScore": 1.8,
              "impactScore": 5.5,
              "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
              "type": "Secondary"
            }
          ]
        },
        "published": "2026-07-19T16:17:05.343",
        "references": [
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/0d2c41a8b00934ddf8a7c1b4cf72dffa1e629c46"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/452d6fa37ae9b021f4f6d397dbae077f7296f6f4"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/654f45a8569f3cd6ff20bd724a18e0cce65893ba"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/b1159dce10b38eb795e4c96cdc4d34b83cec81c5"
          },
          {
            "source": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
            "url": "https://git.kernel.org/stable/c/c91ea13375f70f6271a0183445e34e83b8f4d8f7"
          }
        ],
        "sourceIdentifier": "416baaa9-dc9f-4396-8d5f-8c081fb06d67",
        "vulnStatus": "Awaiting Analysis"
      }
    },
    "redhat_vex": {
      "aggregate_severity": "Moderate",
      "current_release_date": "2026-08-05T14:20:41+00:00",
      "cve": "CVE-2026-63883",
      "id": "CVE-2026-63883",
      "initial_release_date": "2026-07-19T00:00:00+00:00",
      "product_status:known_affected": "76",
      "product_status:known_not_affected": "198",
      "source": "Red Hat CSAF VEX",
      "status": "final",
      "title": "kernel: serial: qcom_geni: fix kfifo underflow when flush precedes DMA completion IRQ",
      "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-63883.json",
      "version": "3"
    },
    "suse_vex": {
      "aggregate_severity": "low",
      "current_release_date": "2026-09-10T02:30:47Z",
      "cve": "CVE-2026-63883",
      "id": "CVE-2026-63883",
      "initial_release_date": "2026-07-21T13:04:17Z",
      "product_status:first_fixed": "2",
      "product_status:known_affected": "96",
      "product_status:known_not_affected": "280",
      "product_status:recommended": "145",
      "source": "SUSE CSAF VEX",
      "status": "interim",
      "title": "SUSE CVE CVE-2026-63883",
      "url": "https://ftp.suse.com/pub/projects/security/csaf-vex/cve-2026-63883.json",
      "version": "6"
    }
  }
}



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…