Answer in brief
CVE-2026-80617 records a Unknown severity vulnerability in net: airoha: fix foe_check_time allocation size. 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 | >=56b99327a451917f1c17f85fc33ea8293c08a9ee <112b5eff24e044561ee9599a0d34e0fcea1df4e0 || >=6d5b601d52a27aafff555b480e538507901c672c <9f7cd1e26d2f1766438edc9b9254f2c618f9ae98 || >=6d5b601d52a27aafff555b480e538507901c672c <5c121ee635680c93d7074becf14cfbaac140f80d || >=6.18.33 <6.18.40 | 112b5eff24e044561ee9599a0d34e0fcea1df4e0, 9f7cd1e26d2f1766438edc9b9254f2c618f9ae98, 5c121ee635680c93d7074becf14cfbaac140f80d, 6.18.40 |
| Linux/Linuxgeneric | 6.19 | Not reported |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
In the Linux kernel, the following vulnerability has been resolved: net: airoha: fix foe_check_time allocation size foe_check_time is declared as u16 pointer but was allocated with only ppe_num_entries bytes instead of ppe_num_entries * sizeof(u16). When airoha_ppe_foe_verify_entry() is called with hash >= ppe_num_entries/2, it writes beyond the allocated buffer, causing heap buffer overflow and potential kernel crash.
Quoted source text, attributed separately from HOL analysis.