Answer in brief
CVE-2026-74265 records a Unknown severity vulnerability in net: mana: initialize gdma queue id to INVALID_QUEUE_ID. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <372e7318af379eee29ab6e60848ce7d7db76c85a || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <c6662f3ad1c7c3549a1c39545651833220b0de89 || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <8e52a247d9aa979d43eb9ff1e445b9b3bf229d4d || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <a493cbb6b11acd4adc93397a4b12bd460d47620d || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <62ce489acb428a936bdf243e7b92b3eb341447cf || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <150590d9ab0dbeb0087193058363819d4c82a00f || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <5985474e1cb4034680fac2145497a94b0860be50 | 372e7318af379eee29ab6e60848ce7d7db76c85a, c6662f3ad1c7c3549a1c39545651833220b0de89, 8e52a247d9aa979d43eb9ff1e445b9b3bf229d4d, a493cbb6b11acd4adc93397a4b12bd460d47620d, 62ce489acb428a936bdf243e7b92b3eb341447cf, 150590d9ab0dbeb0087193058363819d4c82a00f, 5985474e1cb4034680fac2145497a94b0860be50 |
| Linux/Linuxgeneric | 5.13 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-74265 records a Unknown severity vulnerability in net: mana: initialize gdma queue id to INVALID_QUEUE_ID. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <372e7318af379eee29ab6e60848ce7d7db76c85a || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <c6662f3ad1c7c3549a1c39545651833220b0de89 || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <8e52a247d9aa979d43eb9ff1e445b9b3bf229d4d || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <a493cbb6b11acd4adc93397a4b12bd460d47620d || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <62ce489acb428a936bdf243e7b92b3eb341447cf || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <150590d9ab0dbeb0087193058363819d4c82a00f || >=ca9c54d2d6a5ab2430c4eda364c77125d62e5e0f <5985474e1cb4034680fac2145497a94b0860be50 | 372e7318af379eee29ab6e60848ce7d7db76c85a, c6662f3ad1c7c3549a1c39545651833220b0de89, 8e52a247d9aa979d43eb9ff1e445b9b3bf229d4d, a493cbb6b11acd4adc93397a4b12bd460d47620d, 62ce489acb428a936bdf243e7b92b3eb341447cf, 150590d9ab0dbeb0087193058363819d4c82a00f, 5985474e1cb4034680fac2145497a94b0860be50 |
| Linux/Linuxgeneric | 5.13 | Not reported |
Published upstream
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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.
Quoted source text, attributed separately from HOL analysis.