Lucene search
+L

2394 matches found

Tenable Nessus
Tenable Nessus
added 2026/09/18 12:00 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-90388

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iommu/dma: Check atomic pool allocation result directly The non-blocking, non-coherent allocation path uses dmaallocfrompool, which returns the allocated page a...

7.8CVSS0.00164EPSS
SaveExploits0References3
NVD
NVD
added 2026/09/17 5:18 p.m.7 views

CVE-2026-93176

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix dangling pointer in plane reset function amdgpudmplanedrmplanereset frees the old state before allocating a new one. If kzalloc fails, the function returns without updating the state pointer, leaving a dangli...

7CVSS0.00132EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 5:17 p.m.6 views

DEBIAN-CVE-2026-90151

In the Linux kernel, the following vulnerability has been resolved: NFSv4: remove callback IDR entry on client allocation failure nfs4allocclient allocates an NFSv4.0 callback identifier before it finishes setting up the client. If any later initialization step fails, the error path frees the...

9.8CVSS0.00739EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/17 4:12 p.m.15 views

CVE-2026-93175

CVE-2026-93175 is a dangling pointer (use-after-free) in the Linux kernel's DRM/AMD display driver. The function amdgpu_dm_crtc_reset_state() freed the old CRTC state before allocating a replacement; if kzalloc() failed, the function returned early, leaving a pointer to already-freed memory. The ...

7.8CVSS0.00154EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:11 p.m.5 views

CVE-2026-93103 RDMA/hfi1: Preserve unit 0 on allocation failure

In the Linux kernel, the following vulnerability has been resolved: RDMA/hfi1: Preserve unit 0 on allocation failure hfi1freedevdata assumes that the device was inserted into the unit table and unconditionally erases dd-unit. If xaallocirq fails, the zero-initialized unit remains zero, so full...

SaveExploits0References11
EUVD
EUVD
added 2026/09/17 4:09 p.m.9 views

EUVD-2026-82073

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix return status of RMI log page on allocation failure nvmetexecutegetlogpagermi leaves 'status' holding NVMESCSUCCESS set by the successful nvmetreqfindns call when the kzalloc for the log buffer fails. It then jumps to...

0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:09 p.m.4 views

CVE-2026-90412 nvmet: fix return status of RMI log page on allocation failure

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix return status of RMI log page on allocation failure nvmetexecutegetlogpagermi leaves 'status' holding NVMESCSUCCESS set by the successful nvmetreqfindns call when the kzalloc for the log buffer fails. It then jumps to...

SaveExploits0References5
CVE
CVE
added 2026/09/17 4:09 p.m.10 views

CVE-2026-90412

CVE-2026-90412 affects the Linux kernel nvmet (NVM Express target) subsystem. The function nvmet_execute_get_log_page_rmi() fails to update the status variable when kzalloc() for the log buffer fails, leaving it at NVME_SC_SUCCESS from an earlier nvmet_req_find_ns() call. As a result, the NVMe ho...

0.00189EPSS
SaveExploits0References2
OSV
OSV
added 2026/09/17 4:09 p.m.6 views

CVE-2026-90388 iommu/dma: Check atomic pool allocation result directly

In the Linux kernel, the following vulnerability has been resolved: iommu/dma: Check atomic pool allocation result directly The non-blocking, non-coherent allocation path uses dmaallocfrompool, which returns the allocated page and fills cpuaddr only on success. Do not rely on cpuaddr to detect...

7.8CVSS
SaveExploits0References11
CVE
CVE
added 2026/09/17 4:09 p.m.17 views

CVE-2026-90388

CVE-2026-90388 is a Linux kernel vulnerability in the iommu/dma subsystem. The non-blocking, non-coherent DMA allocation path calls dma_alloc_from_pool(), which returns the allocated page and fills cpu_addr only on success. The affected code incorrectly relied on cpu_addr to detect allocation fai...

7.8CVSS0.00164EPSS
SaveExploits0References8
CVE
CVE
added 2026/09/17 4:08 p.m.9 views

CVE-2026-90337

CVE-2026-90337 is a Linux kernel vulnerability in the serial core . In serial_core_add_one_port(), the uport->tty_groups and uport->name allocations occur after uart_configure_port() registers the console. If an allocation fails, the driver unwinds the port while its console remains registe...

0.00189EPSS
SaveExploits0References2
NVD
NVD
added 2026/09/16 11:16 a.m.7 views

CVE-2026-89877

In the Linux kernel, the following vulnerability has been resolved: media: saa7164: fix cleanup on resource allocation failure saa7164devsetup adds the device to the global saa7164devlist before requesting the PCI BAR memory regions. If getresources fails, saa7164devsetup decrements the device...

8.4CVSS0.0018EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/09/16 10:31 a.m.30 views

CVE-2026-89877 media: saa7164: fix cleanup on resource allocation failure

In the Linux kernel, the following vulnerability has been resolved: media: saa7164: fix cleanup on resource allocation failure saa7164devsetup adds the device to the global saa7164devlist before requesting the PCI BAR memory regions. If getresources fails, saa7164devsetup decrements the device...

8.4CVSS0.0018EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/16 10:31 a.m.7 views

CVE-2026-89877 media: saa7164: fix cleanup on resource allocation failure

In the Linux kernel, the following vulnerability has been resolved: media: saa7164: fix cleanup on resource allocation failure saa7164devsetup adds the device to the global saa7164devlist before requesting the PCI BAR memory regions. If getresources fails, saa7164devsetup decrements the device...

8.4CVSS
SaveExploits0References9
CVE
CVE
added 2026/09/16 10:31 a.m.11 views

CVE-2026-89877

CVE-2026-89877 affects the saa7164 media driver in the Linux kernel . The root cause is a cleanup bug in saa7164_dev_setup(): the device is added to the global saa7164_devlist before PCI BAR memory regions are requested. If get_resources() fails, the device remains on the list while the probe err...

8.4CVSS5.7AI score0.0018EPSS
SaveExploits0References6
CVE
CVE
added 2026/09/16 10:31 a.m.11 views

CVE-2026-89830

CVE-2026-89830 affects the Linux kernel 's f2fs filesystem. In __allocate_data_block(), when a new data block is allocated (dn->data_blkaddr == NULL_ADDR), inc_valid_block_count() is called to increment total_valid_block_count and i_blocks. If the subsequent f2fs_allocate_data_block() call the...

5.6AI score0.002EPSS
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2026/09/16 1:19 a.m.11 views

kernel: rxrpc: Fix potential UAF after skb_unshare() failure

A flaw was found in the Linux kernel's rxrpc subsystem. This vulnerability arises when the system attempts to unshare a packet buffer, and the operation fails due to an allocation issue. This failure can lead to a Use-After-Free UAF condition, where the system attempts to access memory that has...

7.8CVSS6.8AI score0.00137EPSS
SaveExploits0References5
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.12 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: nfp: flower: handling of actinetdevs allocation failures The kmallocarray function in nfpfllagdowork will return null if physical memory runs out. As a result, if we dereference actinetdevs, null pointer dereferencing bugs may...

5.5CVSS5.6AI score0.00297EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.11 views

Astra Linux – Vulnerability in Linux

In the Linux kernel, the following vulnerability has been resolved: Net: lantiq – fixed memory corruption in the RX ring. In a situation where memory allocation or DMA mapping fails, an invalid address may be programmed into the descriptor. This can lead to memory corruption. If memory allocation...

9.8CVSS6.3AI score0.00597EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.14 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1, and Linux 5.15

In the Linux kernel, the following vulnerability has been resolved: net: dlink: handle copythresh allocation failure The driver did not handle the failure of netdevallocskbip-align. If the allocation fails, dereferencing skb-protocol could lead to a NULL pointer dereference. This patch attempts t...

7.5CVSS6.1AI score0.00587EPSS
SaveExploits0References2
Rows per page
Query Builder