Popis
In the Linux kernel, the following vulnerability has been resolved: net: mana: initialize gdma queue id to INVALID_QUEUE_ID mana_gd_create_mana_wq_cq() leaves queue->id as 0 (from kzalloc_obj()) until mana_create_wq_obj() assigns the firmware-returned id. If creation fails before that, cleanup calls mana_gd_destroy_cq() with id 0, NULLing gc->cq_table[0] and silently breaking whichever real CQ owns that slot. Initialize queue->id to INVALID_QUEUE_ID right after allocation, matching mana_gd_create_eq(). The existing (id >= max_num_cqs) guard then short-circuits cleanly.
EPSS 0.20600000000000002%Riziko 0
Zobraziť zdroj- Zverejnené
- 2026-08-15 06:22:25
- Dotknuté verzie
- unknown
- Typ
- Jadro
- Posledná úprava
- 2026-08-17 06:19:20
- Vektor
- Pending