CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2026-43113

HighCVSS 8.8
Published: Updated: Translated: NVD NIST

Summary

W jądrze Linuxa zidentyfikowano podatność w module wifi: wl1251, która polega na braku walidacji identyfikatorów pakietów przed indeksowaniem tablicy tx_frames. Funkcja wl1251_tx_packet_cb() używa identyfikatora zakończenia z firmware'u bez weryfikacji, czy mieści się on w tablicy.

Risk Assessment

Brak walidacji identyfikatorów może prowadzić do nieprzewidzianych zachowań systemu, co stwarza ryzyko awarii lub wykorzystania podatności przez złośliwe oprogramowanie.

Recommendation

Zaleca się aktualizację jądra Linuxa do najnowszej wersji, aby zastosować poprawkę, która odrzuca identyfikatory zakończenia poza zakresem tablicy wl->tx_frames[].

Related vulnerabilities

Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: wifi: wl1251: validate packet IDs before indexing tx_frames wl1251_tx_packet_cb() uses the firmware completion ID directly to index the fixed 16-entry wl->tx_frames[] array. The ID is a raw u8 from the completion block, and the callback does not currently verify that it fits the array before dereferencing it. Reject completion IDs that fall outside wl->tx_frames[] and keep the existing NULL check in the same guard. This keeps the fix local to the trust boundary and avoids touching the rest of the completion flow.

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