Lucene search
+L

43 matches found

EUVD
EUVD
added 2026/09/17 4:10 p.m.2 views

EUVD-2026-82167

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Avoid possible memory reclaim deadlock in TX EQTR context TX EQTR may run while devfreq gear scaling has quiesced the UFS tagset. In that context, functions ufshcdtxeqtr, ufshcdtxeqtr and ufsqcomgetrxfom allocate...

SaveExploits0References2
CVE
CVE
added 2026/09/17 4:06 p.m.4 views

CVE-2026-90123

CVE-2026-90123 affects the Linux kernel irqchip/ast2700-intc driver (Aspeed AST2700 interrupt controller). The root cause is that fwnode_device_is_compatible() performs a GFP_KERNEL memory allocation, which is unsafe in the irq_domain_activate() callback context — a path invoked from __setup_irq(...

SaveExploits0References2
CVE
CVE
added 2026/09/17 4:06 p.m.5 views

CVE-2026-90099

CVE-2026-90099 affects the Linux kernel's net/sched (traffic control) subsystem. Allocations in tc classifier *_change() paths use GFP_KERNEL without __GFP_ACCOUNT , allowing unprivileged users in a user+network namespace to pin kernel memory outside memcg charging by creating large numbers of tc...

SaveExploits0References2
EUVD
EUVD
added 2026/09/17 4:06 p.m.4 views

EUVD-2026-81960

In the Linux kernel, the following vulnerability has been resolved: net/sched: account classifier filter allocations to memcg Allocations in the tc classifier change paths filter objects, per-CPU counters, and per-filter aux data use plain GFPKERNEL without GFPACCOUNT, allowing unprivileged users...

SaveExploits0References2
NVD
NVD
added 2026/09/16 11:17 a.m.5 views

CVE-2026-89986

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix sleeping allocation in allocpagesbulkweightedinterleave syzbot reported a sleeping function called from invalid context splat in buckettablealloc. When rhashtableinsertslow rehashes the table under rcureadlock, ...

7.8CVSS0.00163EPSS
SaveExploits0References4
CVE
CVE
added 2026/09/16 10:33 a.m.7 views

CVE-2026-89986

CVE-2026-89986 is a Linux kernel vulnerability in the mm/mempolicy subsystem, specifically in alloc_pages_bulk_weighted_interleave(). The function hardcoded GFP_KERNEL when allocating a temporary weights array via kmalloc(), which can trigger a sleeping allocation in atomic or RCU read-side conte...

7.8CVSS5.9AI score0.00163EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/16 10:33 a.m.4 views

EUVD-2026-80594

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix sleeping allocation in allocpagesbulkweightedinterleave syzbot reported a sleeping function called from invalid context splat in buckettablealloc. When rhashtableinsertslow rehashes the table under rcureadlock, ...

7.8CVSS5.9AI score0.00163EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/09/16 10:33 a.m.30 views

CVE-2026-89986 mm/mempolicy: fix sleeping allocation in alloc_pages_bulk_weighted_interleave()

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix sleeping allocation in allocpagesbulkweightedinterleave syzbot reported a sleeping function called from invalid context splat in buckettablealloc. When rhashtableinsertslow rehashes the table under rcureadlock, ...

7.8CVSS0.00163EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/09/12 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-89514

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - scsi: fnic: Use GFPATOMIC for VLAN alloc under spinlock fnicfcoeprocessvlanresp allocates a VLAN descriptor with kzallocobj default GFPKERNEL while holding...

5.7AI score0.00173EPSS
SaveExploits0References4
NVD
NVD
added 2026/09/11 8:19 p.m.8 views

CVE-2026-89514

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Use GFPATOMIC for VLAN alloc under spinlock fnicfcoeprocessvlanresp allocates a VLAN descriptor with kzallocobj default GFPKERNEL while holding vlanslock via spinlockirqsave. GFPKERNEL may sleep, which is not allowed ...

0.00173EPSS
SaveExploits0References3
UbuntuCve
UbuntuCve
added 2026/09/11 8:19 p.m.8 views

CVE-2026-89514

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Use GFPATOMIC for VLAN alloc under spinlock fnicfcoeprocessvlanresp allocates a VLAN descriptor with kzallocobj default GFPKERNEL while holding vlanslock via spinlockirqsave. GFPKERNEL may sleep, which is not allowed ...

5.8AI score0.00173EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/11 8:19 p.m.3 views

UBUNTU-CVE-2026-89514

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Use GFPATOMIC for VLAN alloc under spinlock fnicfcoeprocessvlanresp allocates a VLAN descriptor with kzallocobj default GFPKERNEL while holding vlanslock via spinlockirqsave. GFPKERNEL may sleep, which is not allowed ...

5.9AI score0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/11 7:43 p.m.14 views

CVE-2026-89514

In the Linux kernel , the scsi: fnic driver's fnic_fcoe_process_vlan_resp() function allocates a VLAN descriptor using kzalloc_obj() with the default GFP_KERNEL flag while holding vlans_lock via spin_lock_irqsave(). Since GFP_KERNEL may sleep, this is invalid in the atomic context and can trigger...

5.8AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 2026/09/11 7:43 p.m.8 views

CVE-2026-89514 scsi: fnic: Use GFP_ATOMIC for VLAN alloc under spinlock

In the Linux kernel, the following vulnerability has been resolved: scsi: fnic: Use GFPATOMIC for VLAN alloc under spinlock fnicfcoeprocessvlanresp allocates a VLAN descriptor with kzallocobj default GFPKERNEL while holding vlanslock via spinlockirqsave. GFPKERNEL may sleep, which is not allowed ...

5.9AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/09/11 12:00 a.m.10 views

PT-2026-90230

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 n...

5.8AI score0.00173EPSS
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.12 views

Astra Linux – Vulnerability in Linux 5.15

In the Linux kernel, the following vulnerabilities have been resolved: octeontx2-pf: Fixed the use of GFPKERNEL in atomic contexts for rt. The commit 4af1b64f80fb “octeontx2-pf: Fixed the lmtst ID used in aurafree” uses get/putcpu to protect the usage of percpu pointers in the -aurafreeptr...

5.5CVSS6.1AI score0.00145EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.37 views

CVE-2026-74526 scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix potential deadlock in mpi3mrfaultueventemit mpi3mrfaultueventemit runs from the fault watchdog and reset paths where host I/O may already be blocked. GFPKERNEL allocations here, both the local kzallocobj and the...

0.00155EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.20 views

CVE-2026-74526

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix potential deadlock in mpi3mrfaultueventemit mpi3mrfaultueventemit runs from the fault watchdog and reset paths where host I/O may already be blocked. GFPKERNEL allocations here, both the local kzallocobj and the...

5.3AI score0.00155EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2026/08/15 12:27 p.m.22 views

CVE-2026-74526 scsi: mpi3mr: Fix potential deadlock in mpi3mr_fault_uevent_emit

In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix potential deadlock in mpi3mrfaultueventemit mpi3mrfaultueventemit runs from the fault watchdog and reset paths where host I/O may already be blocked. GFPKERNEL allocations here, both the local kzallocobj and the...

5.5AI score
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2026/08/11 11:48 p.m.10 views

SUSE CVE-2026-68087

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: use GFPATOMIC in wacomwacqueueflush wacomwacqueueflush is called via the .rawevent callback wacomrawevent - wacomwacpenserialenforce - wacomwacqueueflush. For USB HID devices, this callback is invoked from hidirqin,...

5.5AI score0.00166EPSS
SaveExploits0References3
Rows per page
Query Builder