Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-63883

7.3 · HIGH
Published Jul 19, 2026 EPSS 0.17% (6th pctl)

Overview

CVE-2026-63883 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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 dat

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-63883?

CVE-2026-63883 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.3 (HIGH).

How severe is CVE-2026-63883?

This vulnerability has a CVSS 3.1 base score of 7.3, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-63883?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-63883?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-63883 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.