Answer in brief
CVE-2026-80616 records a Unknown severity vulnerability in ieee802154: Avoid calling WARN_ON() on -ENOMEM in cfg802154_switch_netns(). 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 | >=66e5c2672cd11b9310008099faf6a4ffb9dfb6d0 <f4860dd988b1041d70595f2ed84de80f90cb7ebc || >=66e5c2672cd11b9310008099faf6a4ffb9dfb6d0 <6fcba77571c53f656a2f109259601a7570d4c74a || >=66e5c2672cd11b9310008099faf6a4ffb9dfb6d0 <0569f67ed6a7af838e2141da93c68e6b6013f483 | f4860dd988b1041d70595f2ed84de80f90cb7ebc, 6fcba77571c53f656a2f109259601a7570d4c74a, 0569f67ed6a7af838e2141da93c68e6b6013f483 |
| Linux/Linuxgeneric | 4.8 | 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: ieee802154: Avoid calling WARN_ON() on -ENOMEM in cfg802154_switch_netns() It's pointless to call WARN_ON() in case of an allocation failure in dev_change_net_namespace() and device_rename(), since it only leads to useless splats caused by deliberate fault injections, so avoid it. Found by Linux Verification Center (linuxtesting.org) with Syzkaller.
Quoted source text, attributed separately from HOL analysis.