Answer in brief
CVE-2026-89514 records a Unknown severity vulnerability in scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock. 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 | >=098585aa8acab3fcd46ce908af84ef168f5ccab6 <c4ade059aaeb51fdb3f4ae71e1ea3e2019b85178 || >=098585aa8acab3fcd46ce908af84ef168f5ccab6 <d86f65aed01408613607f8fc31493f07554788f2 || >=098585aa8acab3fcd46ce908af84ef168f5ccab6 <9639c6324524ea3f934908bd51f02430000954ab | c4ade059aaeb51fdb3f4ae71e1ea3e2019b85178, d86f65aed01408613607f8fc31493f07554788f2, 9639c6324524ea3f934908bd51f02430000954ab |
| Linux/Linuxgeneric | 6.14 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock fnic_fcoe_process_vlan_resp() allocates a VLAN descriptor with kzalloc_obj() (default GFP_KERNEL) while holding vlans_lock via spin_lock_irqsave(). GFP_KERNEL may sleep, which is not allowed in this atomic context and can trigger a sleeping-from-invalid-context warning or deadlock. Pass GFP_ATOMIC so the allocation is safe under the IRQ-safe spinlock.
Quoted source text, attributed separately from HOL analysis.