SEPTEMBER 8, 2026
Live Feed
Back to database
Case File

CVE-2026-63859

UNKNOWN · CVSS N/A EPSS 0.15%

Source: NVD + CISA KEV + EPSS · Published 2026-07-19 · Last synced 2026-08-18

CyberRota Analysis

AI-Generated

A vulnerability exists in the Linux kernel's airoha driver, specifically in the airoha_qdma_cleanup_tx_queue function, where DMA TX descriptors are not properly reset. This oversight can lead to potential data corruption or improper handling of network traffic, impacting the integrity and performance of affected systems. Organizations utilizing the Linux kernel with the airoha driver should prioritize applying the relevant patches to mitigate any risks associated with this vulnerability.

CVE
CVE-2026-63859
Severity
UNKNOWN
CVSS
N/A
EPSS
0.15%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue() Similar to airoha_qdma_cleanup_rx_queue(), reset DMA TX descriptors in airoha_qdma_cleanup_tx_queue routine. Moreover, reset TX_DMA_IDX to TX_CPU_IDX to notify the NIC the QDMA TX ring is empty.