Lucene search
+L

7081 matches found

EUVD
EUVD
added 2026/07/25 8:49 a.m.9 views

EUVD-2026-48872

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ffs: Fix DMA fence leak In ffsdmabuftransfer, a ffsdmafence object is kmalloc'd, with the underlying dmafence later initialized by dmafenceinit, which sets its kref counter to 1. Then, dmaresvaddfence gets a second...

5.8AI score0.002EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 8:49 a.m.10 views

CVE-2026-64320 nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page nvmetexecutediscgetlogpage validates only the dword alignment of the host-supplied Log Page Offset lpo. The 64-bit offset is then added to a small kzalloc'd...

9.1CVSS5.9AI score
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:49 a.m.8 views

EUVD-2026-49032

In the Linux kernel, the following vulnerability has been resolved: nvmet: fix pre-auth out-of-bounds heap read in Discovery Get Log Page nvmetexecutediscgetlogpage validates only the dword alignment of the host-supplied Log Page Offset lpo. The 64-bit offset is then added to a small kzalloc'd...

5.9AI score0.00728EPSS
SaveExploits0References4
OSV
OSV
added 2026/07/25 8:49 a.m.8 views

CVE-2026-64299 tracing: Prevent out-of-bounds read in glob matching

In the Linux kernel, the following vulnerability has been resolved: tracing: Prevent out-of-bounds read in glob matching String event fields are not necessarily NUL-terminated, so the filter predicate functions filterpredstring, filterpredstrloc and filterpredstrrelloc pass the field length to th...

7.1CVSS5.7AI score
SaveExploits0References11
CVE
CVE
added 2026/07/25 8:49 a.m.17 views

CVE-2026-64292

CVE-2026-64292 : In the Linux kernel, the iommufd component is vulnerable due to veventq memory allocation happening inside a spinlock, enabling a local user to exhaust atomic memory reserves by creating large queues and trigger a DoS. The fix moves the veventq memory allocation outside the spinl...

5.5CVSS5.8AI score0.00198EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:49 a.m.33 views

CVE-2026-64291 iommufd: Set veventq_depth upper bound

In the Linux kernel, the following vulnerability has been resolved: iommufd: Set veventqdepth upper bound iommufdveventqalloc accepts any !0 veventqdepth from userspace, with an upper bound at U32MAX. This leaves a vulnerability where userspace can allocate excessively large queues to exhaust...

0.00198EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-64496

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - iio: event: Fix event FIFO reset race iioeventgetfd creates the event file descriptor with anoninodegetfd, which allocates a new fd, creates the anonymous file...

7.1CVSS5.6AI score0.00126EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64317

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - isofs: bound Rock Ridge symlink components to the SL record getsymlinkchunk and the SL handling in parserockridgeinodeinternal walk the variable-length componen...

7.1CVSS5.5AI score0.0016EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.35 views

CVE-2026-64242 usb: gadget: net2280: Fix double free in probe error path

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: net2280: Fix double free in probe error path usbinitializegadget installs gadgetrelease as the release callback for the embedded gadget device. The struct net2280 instance is therefore released through gadgetrelease...

0.00165EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.39 views

CVE-2026-64222 octeontx2-pf: avoid double free of pool->stack on AQ init failure

In the Linux kernel, the following vulnerability has been resolved: octeontx2-pf: avoid double free of pool-stack on AQ init failure otx2poolaqinit frees pool-stack when mailbox sync or retry allocation fails, but leaves the pointer unchanged. Later, otx2sqaurapoolinit unwinds the partial setup...

7CVSS0.00122EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/07/22 12:30 a.m.9 views

CVE-2026-64014

A flaw was found in the Linux kernel's usbtouchscreen driver. A local attacker with a specially crafted USB touch screen device could exploit this vulnerability by sending a malicious interrupt packet with an oversized length field. This improper handling of input lengths can lead to an...

5.5CVSS5.2AI score0.00177EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/07/21 9:50 p.m.5 views

CVE-2026-63936

A flaw was found in the Linux kernel's MediaTek MT6359 Analog-to-Digital Converter ADC driver. The mt6358readimp function does not properly check the return value of a read operation. If the read fails, an uninitialized variable is used, which can lead to the leakage of sensitive information from...

5.3AI score0.002EPSS
SaveExploits0References4
SUSE Linux
SUSE Linux
added 2026/07/21 5:9 p.m.10 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP7 kernel was updated to fix various security issues The following security issues were fixed: CVE-2023-20585: iommu/amd: Use maximum Event log buffer size when SNP is enabled on Family 0x19 bsc1243603. CVE-2025-71302: drm/panthor: fix for dma-fence safe access rules...

9.8CVSS7.1AI score0.00533EPSS
SaveExploits0References2106
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.6 views

SUSE CVE-2026-64139

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix SID memory leak in setposixaclentriesdacl on overflow Commit 299f962c0b02 "ksmbd: use checkaddoverflow to prevent u16 DACL size overflow" added checkaddoverflow guards that break out of the ACE-building loops in...

5.5AI score0.00184EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.6 views

SUSE CVE-2026-64167

In the Linux kernel, the following vulnerability has been resolved: kho: skip KHO for crash kernel khofillkimage unconditionally populates the kimage with KHO metadata for every kexec image type. When the image is a crash kernel, this can be problematic as the crash kernel can run in a small...

5AI score0.00161EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/07/20 4:36 p.m.12 views

CVE-2026-63830

A flaw was found in the Linux kernel's skmsg networking component. This vulnerability arises when the sg.copy bitmap, which controls memory access permissions, is not properly maintained during data transformations. This can allow a local attacker to bypass memory protection mechanisms, enabling...

9.4CVSS5.3AI score0.00352EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.8 views

Linux Distros Unpatched Vulnerability : CVE-2026-63905

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - usbip: vudc: Fix use after free bug in vudcremove due to race condition This patch follows up Zheng Wang's 2023 report of a use-after-free in vudcremove. The...

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

Linux Distros Unpatched Vulnerability : CVE-2026-64139

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - ksmbd: fix SID memory leak in setposixaclentriesdacl on overflow Commit 299f962c0b02 ksmbd: use checkaddoverflow to prevent u16 DACL size overflow added...

5.8AI score0.00184EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 3:41 p.m.5 views

CVE-2026-64182 drivers/base/memory: fix memory block reference leak in poison accounting

In the Linux kernel, the following vulnerability has been resolved: drivers/base/memory: fix memory block reference leak in poison accounting memblknrpoisoninc and memblknrpoisonsub look up a memory block via findmemoryblockbyid, which acquires a reference to the memory block device. Both helpers...

5.3AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.9 views

CVE-2026-64167

In the Linux kernel, the following vulnerability has been resolved: kho: skip KHO for crash kernel khofillkimage unconditionally populates the kimage with KHO metadata for every kexec image type. When the image is a crash kernel, this can be problematic as the crash kernel can run in a small...

5AI score0.00161EPSS
SaveExploits0References3Affected Software1
Rows per page
Query Builder