Answer in brief
CVE-2026-80614 records a Unknown severity vulnerability in net: emac: Fix NULL pointer dereference in emac_probe. 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 | >=dcc34ef7c83473222027f475014a2bf8ab798372 <a103cdb0681e7185d1b0a12ce6a7c5416c208ccd || >=dcc34ef7c83473222027f475014a2bf8ab798372 <44068b6863fbda78fc810921ddf61642c377b3ca || >=dcc34ef7c83473222027f475014a2bf8ab798372 <f623d38fe6c4e8c40b23f42cc6fe6963fa49997b | a103cdb0681e7185d1b0a12ce6a7c5416c208ccd, 44068b6863fbda78fc810921ddf61642c377b3ca, f623d38fe6c4e8c40b23f42cc6fe6963fa49997b |
| Linux/Linuxgeneric | 6.12 | 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: emac: Fix NULL pointer dereference in emac_probe Move devm_request_irq() after devm_platform_ioremap_resource() so that dev->emacp is mapped before the interrupt handler can fire. An early interrupt hitting emac_irq() would dereference the NULL dev->emacp and crash. Also remove redundant error message. devm_platform_ioremap_resource() already returns an error message with dev_err_probe().
Quoted source text, attributed separately from HOL analysis.