Lucene search
+L

352 matches found

Tenable Nessus
Tenable Nessus
added 4 days ago8 views

Oracle Linux 9 : kernel (ELSA-2026-45192)

The remote Oracle Linux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the ELSA-2026-45192 advisory. - KVM: x86/mmu: Ensure hugepage is in by slot before checking max mapping level Aidan Wallace RHEL-213468 CVE-2026-63807 - KVM: x86: Don't recheck L1...

9.8CVSS5.7AI score0.00395EPSS
SaveExploits0References6
Rockylinux
Rockylinux
added 2026/07/27 6:3 p.m.9 views

kernel security, bug fix, and enhancement update

An update is available for kernel. This update affects Rocky Linux 9. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the CVE list The kernel packages contain the Linux kernel, the core of any Linux operating...

9.8CVSS6.8AI score0.00395EPSS
SaveExploits0
OSV
OSV
added 2026/07/25 10:17 a.m.6 views

UBUNTU-CVE-2026-64483

In the Linux kernel, the following vulnerability has been resolved: ALSA: firewire: isight: bound the sample count to the packet payload isightpacket takes the frame count from the device iso packet and checks it only against the device claimed iso length. count = be32tocpupayload-samplecount; if...

5.8AI score0.00184EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:49 a.m.6 views

EUVD-2026-48871

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Initialize epfile-in early to fix endpoint direction checks When parsing endpoint descriptors, ffsdatagotdescs generates the epsaddrmap which contains the endpoint direction. However, epfile-in was previously on...

5.7AI score0.002EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.19 views

CVE-2026-64304

In the Linux kernel, CVE-2026-64304 affects the crypto qat driver: the RSA CRT component handling in qat_rsa_setkey_crt() can write out of bounds when a CRT component exceeds the allocated half-key buffer, causing memory corruption. The root cause is that the generic RSA key parser bounds compone...

7.8CVSS5.8AI score0.00164EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/07/21 9:2 p.m.5 views

CVE-2026-63894

A flaw was found in the Linux kernel's FunctionFS ffs component. A race condition exists where a Direct Memory Access Buffer DMABUF cancel operation can occur concurrently with a request completion, leading to a use-after-free vulnerability. This allows a privileged local attacker, such as a...

7.8CVSS6AI score0.00159EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 3:56 p.m.7 views

CVE-2026-63910

A flaw was found in the Linux kernel's dma-buf Direct Memory Access buffer subsystem. A race condition in the dmabuffd tracepoint can lead to a Use-After-Free UAF vulnerability. A local attacker could exploit this by closing a file descriptor fd prematurely, causing the dmabuf to be freed while t...

7.8CVSS5.6AI score0.00154EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/20 2:1 p.m.11 views

CVE-2026-64042

A flaw was found in the Linux kernel's vfio/pci subsystem. This vulnerability occurs because the Direct Memory Access Buffer DMABUF export mechanism does not adequately verify if Base Address Register BAR resources are properly reserved before allowing access. A local attacker could exploit this ...

8.8CVSS5.3AI score0.00154EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.4 views

Linux Distros Unpatched Vulnerability : CVE-2026-64145

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates...

5.3AI score0.00166EPSS
SaveExploits0References2
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.5 views

Linux Distros Unpatched Vulnerability : CVE-2026-64042

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Check BAR resources before exporting a DMABUF A DMABUF exports access to BAR...

8.8CVSS5.3AI score0.00154EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.12 views

CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.5 views

CVE-2026-64042

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Check BAR resources before exporting a DMABUF A DMABUF exports access to BAR resources and, although they are requested at startup time, we need to ensure they really were reserved before exporting. Otherwise, it's...

8.8CVSS0.00154EPSS
SaveExploits0References2
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-63910

In the Linux kernel, the following vulnerability has been resolved: dma-buf: fix UAF in dmabuffd tracepoint Once FDADD returns, the fd is live in the file descriptor table and a thread sharing that table can close it before DMABUFTRACE runs. The close drops the last reference, fput frees the...

7.8CVSS0.00154EPSS
SaveExploits0References2
CVE
CVE
added 2026/07/19 3:40 p.m.15 views

CVE-2026-64145

In the Linux kernel WiFi driver wilc1000, a memory-leak in firmware download was fixed: wilc_wlan_firmware_download() allocates dma_buffer with kmalloc() and, on early failure after the first acquire_bus(), could return without freeing the buffer. The code now uses a goto fail cleanup path to ens...

5.4AI score0.00166EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

5.3AI score0.00166EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.29 views

CVE-2026-64145 wifi: wilc1000: fix dma_buffer leak on bus acquire failure

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:40 p.m.7 views

CVE-2026-64145 wifi: wilc1000: fix dma_buffer leak on bus acquire failure

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

5.3AI score0.00166EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.6 views

CVE-2026-64145

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix dmabuffer leak on bus acquire failure wilcwlanfirmwaredownload allocates dmabuffer with kmalloc at the top of the function and uses a 'fail:' label to free it via kfreedmabuffer on error. All later error paths...

5.2AI score0.00166EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.33 views

CVE-2026-64124 net: devmem: reject dma-buf bind with non-page-aligned size or SG length

In the Linux kernel, the following vulnerability has been resolved: net: devmem: reject dma-buf bind with non-page-aligned size or SG length netdevmembinddmabuf trusts dmabuf-size and sgdmalen to be PAGESIZE multiples without checking: - txvec is sized dmabuf-size / PAGESIZE, and netdevmemgetniov...

8.8CVSS0.00127EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:40 p.m.5 views

CVE-2026-64124 net: devmem: reject dma-buf bind with non-page-aligned size or SG length

In the Linux kernel, the following vulnerability has been resolved: net: devmem: reject dma-buf bind with non-page-aligned size or SG length netdevmembinddmabuf trusts dmabuf-size and sgdmalen to be PAGESIZE multiples without checking: - txvec is sized dmabuf-size / PAGESIZE, and netdevmemgetniov...

8.8CVSS5.4AI score0.00127EPSS
SaveExploits0References6
Rows per page
Query Builder