In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock… (CVE-2026-89514)
A vulnerability in the Linux kernel's fnic driver was resolved by changing the memory allocation method for VLAN descriptors to GFP_ATOMIC. The original code allocated memory with GFP_KERNEL while holding a spinlock, which can sleep and cause deadlocks or warnings in atomic contexts. The fix ensures safe allocation under the IRQ-safe spinlock by using GFP_ATOMIC.
AI Analysis
Technical Summary
The Linux kernel fnic driver function fnic_fcoe_process_vlan_resp() previously allocated VLAN descriptors using kzalloc_obj() with GFP_KERNEL while holding vlans_lock via spin_lock_irqsave(). GFP_KERNEL allocations may sleep, which is disallowed in atomic contexts such as when a spinlock is held, potentially causing deadlocks or invalid context warnings. The vulnerability was resolved by changing the allocation to use GFP_ATOMIC, which is safe for use under spinlocks and in interrupt contexts.
Potential Impact
This vulnerability could lead to kernel deadlocks or warnings due to sleeping in atomic context, potentially affecting system stability. There is no indication of direct security compromise such as privilege escalation or code execution from the provided data.
Mitigation Recommendations
A fix has been implemented to use GFP_ATOMIC for VLAN descriptor allocation under the spinlock, preventing sleeping in atomic context. Users should apply the updated Linux kernel version containing this fix once available. Patch status is not explicitly confirmed; check the vendor advisory for current remediation guidance.
In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock… (CVE-2026-89514)
Description
A vulnerability in the Linux kernel's fnic driver was resolved by changing the memory allocation method for VLAN descriptors to GFP_ATOMIC. The original code allocated memory with GFP_KERNEL while holding a spinlock, which can sleep and cause deadlocks or warnings in atomic contexts. The fix ensures safe allocation under the IRQ-safe spinlock by using GFP_ATOMIC.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
The Linux kernel fnic driver function fnic_fcoe_process_vlan_resp() previously allocated VLAN descriptors using kzalloc_obj() with GFP_KERNEL while holding vlans_lock via spin_lock_irqsave(). GFP_KERNEL allocations may sleep, which is disallowed in atomic contexts such as when a spinlock is held, potentially causing deadlocks or invalid context warnings. The vulnerability was resolved by changing the allocation to use GFP_ATOMIC, which is safe for use under spinlocks and in interrupt contexts.
Potential Impact
This vulnerability could lead to kernel deadlocks or warnings due to sleeping in atomic context, potentially affecting system stability. There is no indication of direct security compromise such as privilege escalation or code execution from the provided data.
Mitigation Recommendations
A fix has been implemented to use GFP_ATOMIC for VLAN descriptor allocation under the spinlock, preventing sleeping in atomic context. Users should apply the updated Linux kernel version containing this fix once available. Patch status is not explicitly confirmed; check the vendor advisory for current remediation guidance.
Technical Details
- Gcve Source
- db.gcve.eu
- Osv Id
- GHSA-xjfx-r9g7-66w3
- Osv Schema Version
- 1.4.0
- Aliases
- ["CVE-2026-89514"]
Threat ID: 6aa4a01355bf5e2cf5a866cb
Added to database: 09/12/2026, 00:42:59 UTC
Last enriched: 09/12/2026, 01:09:26 UTC
Last updated: 09/12/2026, 01:09:26 UTC
Views: 2
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.