CVE Catalog

CVE-2026-90377

Unknown
Published: Translated: NVD NIST

Summary

In the RX data handling of RRO 3.0 in the mt76 driver, there is incorrect queuing. Frames released from the RRO data queue should be placed in the indicator queue, but they are put into the data queue, causing delays and reordering of received packets.

Risk Assessment

This can lead to network performance degradation, latency, and packet ordering errors, affecting connection quality.

Recommendation

Apply the fix that ensures proper placement of RRO frames in the indicator queue to avoid congestion and incorrect ordering.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: fix RX data queuing of RRO 3.0 For RRO 3.0, RX data released from a RRO data queue should be put to the indicator queue. The frames are processed and completed in the context of the indicator queue NAPI, which only polls skbs queued on the MT_RXQ_RRO_IND list; frames queued under the data queue id are left sitting on that list until the data queue NAPI happens to run, stalling and reordering RX data.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS