In the Linux kernel, the following vulnerability has been resolved:
net: airoha: Move ndesc initialization at end of airohaqdmainit_tx()
If queue entry list allocation fails in airohaqdmainittxqueue routine, airohaqdmacleanuptxqueue() will trigger a NULL pointer dereference accessing the queue entry array. The issue is due to the early ndesc initialization in airohaqdmainittxqueue(). Fix the issue moving ndesc initialization at end of airohaqdmainit_tx routine.
{
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/53xxx/CVE-2026-53299.json",
"cna_assigner": "Linux"
}