In the Linux kernel, the following vulnerability has been resolved:
wifi: rtw88: fix OOB read from firmware RX descriptor exceeding DMA buffer
In rtwpcirxnapi(), newlen is computed as the sum of pktlen (14-bit descriptor field, max 16383) and pktoffset (drvinfosz + shift, both firmware-controlled). The result can exceed RTKPCIRXBUFSIZE (11478), causing an out-of-bounds read from the pre-allocated DMA buffer when skbputdata copies newlen bytes. The USB transport already validates this (rtwusbrxdataput checks against RTWUSBMAXRECVBUF_SZ); the PCIe path does not.
Add a check that new_len does not exceed the DMA buffer size.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/74xxx/CVE-2026-74410.json",
"cna_assigner": "Linux"
}