Answer in brief
CVE-2024-50206 records a Unknown severity vulnerability in net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init. 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 | >=c57e558194430d10d5e5f4acd8a8655b68dade13 <68cd084e3ec1512cd383cb3e9cf0ab7ab413724c || >=c57e558194430d10d5e5f4acd8a8655b68dade13 <88806efc034a9830f483963326b99930ad519af1 || 6f50d0bc1bbd45ce2a6d8f378daa00e56c198e9e || >=6.9.6 <6.10 | 68cd084e3ec1512cd383cb3e9cf0ab7ab413724c, 88806efc034a9830f483963326b99930ad519af1, 6.10 |
| Linux/Linuxgeneric | 6.10 | Not reported |
Published upstream
Nov 8, 2024
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 5, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 5, 2026
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: fix memory corruption during fq dma init The loop responsible for allocating up to MTK_FQ_DMA_LENGTH buffers must only touch as many descriptors, otherwise it ends up corrupting unrelated memory. Fix the loop iteration count accordingly.
Quoted source text, attributed separately from HOL analysis.