CVE-2026-89514
Last modified
CVE-2026-89514 is a vulnerability of currently unknown severity. 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..
Description
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.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 098585aa8acab3fcd46ce908af84ef168f5ccab6, < c4ade059aaeb51fdb3f4ae71e1ea3e2019b85178; >= 098585aa8acab3fcd46ce908af84ef168f5ccab6, < d86f65aed01408613607f8fc31493f07554788f2; >= 098585aa8acab3fcd46ce908af84ef168f5ccab6, < 9639c6324524ea3f934908bd51f02430000954ab |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89514?
How severe is CVE-2026-89514?
How do I fix CVE-2026-89514?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89509In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8951Spoofing issue in the Toolbar component in Firefox for Andro…6.5
- CVE-2026-89510In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-89511In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89512In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89513In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-89515In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89516In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89517In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89518In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89519In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8952Privilege escalation in the Application Update component. Th…8.8
Are you affected by CVE-2026-89514?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
