CVE-2026-89514

Source
https://cve.org/CVERecord?id=CVE-2026-89514
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89514.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-89514
Downstream
Published
2026-09-11T19:43:58Z
Modified
2026-09-13T03:47:18Z
Summary
scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/89xxx/CVE-2026-89514.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
098585aa8acab3fcd46ce908af84ef168f5ccab6
Fixed
c4ade059aaeb51fdb3f4ae71e1ea3e2019b85178
Fixed
d86f65aed01408613607f8fc31493f07554788f2
Fixed
9639c6324524ea3f934908bd51f02430000954ab

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89514.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.14.0
Fixed
6.18.51
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-89514.json"