CyberRota
← Ana sayfaya dön

CVE-2026-43113

HIGH · CVSS 8.8 EPSS %0.04

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-06T10:16:25.050 · Çekilme zamanı: 2026-06-05T06:00:41.890998+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-43113
Severity
HIGH
CVSS
8.8
EPSS
%0.04
Linux

Orijinal NVD Açıklaması

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.