Lucene search
+L

75384 matches found

Cvelist
Cvelist
added 6 days ago26 views

CVE-2026-64147 pds_core: fix debugfs_lookup dentry leak and error handling

In the Linux kernel, the following vulnerability has been resolved: pdscore: fix debugfslookup dentry leak and error handling debugfslookup returns a dentry with an elevated reference count that must be released with dput. The current code discards the returned dentry without calling dput, causin...

0.00175EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 6 days ago6 views

CVE-2026-64146

In the Linux kernel, the following vulnerability has been resolved: erofs: fix metabuf leak in inode xattr initialization commit bb88e8da0025 "erofs: use meta buffers for xattr operations" converted xattr operations to use on-stack erofsbuf instances. erofsinitinodexattrs uses such a metabuf whil...

5.3AI score0.00162EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 6 days ago6 views

CVE-2026-64144 Bluetooth: btmtk: fix urb->setup_packet leak in error paths

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix urb-setuppacket leak in error paths The setuppacket of control urb is not freed if usbsubmiturb fails or the submitted urb is killed. Add free in these two paths...

5.3AI score0.00175EPSS
SaveExploits0References8
EUVD
EUVD
added 6 days ago9 views

EUVD-2026-45829

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix urb-setuppacket leak in error paths The setuppacket of control urb is not freed if usbsubmiturb fails or the submitted urb is killed. Add free in these two paths...

5.3AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 6 days ago12 views

CVE-2026-64144

The CVE-2026-64144 entry concerns the Linux kernel Bluetooth btmtk driver. It fixes a leak where the setup_packet of a control URB was not freed when usb_submit_urb failed or when the submitted URB was killed. The patch adds frees in both error paths to prevent memory leak. Public references poin...

5.3AI score0.00175EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 6 days ago6 views

CVE-2026-64144

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix urb-setuppacket leak in error paths The setuppacket of control urb is not freed if usbsubmiturb fails or the submitted urb is killed. Add free in these two paths...

5.2AI score0.00175EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 6 days ago28 views

CVE-2026-64144 Bluetooth: btmtk: fix urb->setup_packet leak in error paths

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: fix urb-setuppacket leak in error paths The setuppacket of control urb is not freed if usbsubmiturb fails or the submitted urb is killed. Add free in these two paths...

0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 6 days ago8 views

EUVD-2026-45826

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix null pointer dereference in compareguidkey sessionfdcheck walks the per-inode moplist during durable-handle session teardown and sets op-conn = NULL for every opinfo whose conn matched the closing session's connection...

5.4AI score0.00441EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago5 views

CVE-2026-64129 mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

5.4AI score0.00172EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago28 views

CVE-2026-64129 mm/migrate_device: fix spinlock leak in migrate_vma_insert_huge_pmd_page

In the Linux kernel, the following vulnerability has been resolved: mm/migratedevice: fix spinlock leak in migratevmainserthugepmdpage When checkstableaddressspace fails after the PMD spinlock has been acquired via pmdlock, the code jumps directly to the abort label, bypassing the spinunlock call...

0.00172EPSS
SaveExploits0References2
Cvelist
Cvelist
added 6 days ago30 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
CVE
CVE
added 6 days ago7 views

CVE-2026-64120

CVE-2026-64120 pertains to the Linux kernel’s phy_prepare_data() in the net: ethtool path. The issue arises from kstrdup() allocations for strings (name, drvname, upstream_sfp_name, downstream_sfp_name) that were not NULL-checked, allowing a NULL dereference in phy_reply_size() when strlen() is c...

5.5AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 6 days ago28 views

CVE-2026-64120 net: ethtool: fix NULL pointer dereference in phy_reply_size

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phyreplysize In phypreparedata, several strings such as 'name', 'drvname', 'upstreamsfpname', and 'downstreamsfpname' are allocated using kstrdup. However, these allocations were not...

0.00166EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago13 views

CVE-2026-64120 net: ethtool: fix NULL pointer dereference in phy_reply_size

In the Linux kernel, the following vulnerability has been resolved: net: ethtool: fix NULL pointer dereference in phyreplysize In phypreparedata, several strings such as 'name', 'drvname', 'upstreamsfpname', and 'downstreamsfpname' are allocated using kstrdup. However, these allocations were not...

5.5AI score0.00166EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 6 days ago6 views

CVE-2026-64115

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: fix UAF when peer resets connection during handshake vmcitransportrecvconnectingserver returned err = 0 for a peer RST in its default switch arm: err = pkt-type == VMCITRANSPORTPACKETTYPERST ? 0 : -EINVAL; That made...

5.3AI score0.00135EPSS
SaveExploits0References9Affected Software1
ATTACKERKB
ATTACKERKB
added 6 days ago6 views

CVE-2026-64110

In the Linux kernel, the following vulnerability has been resolved: igc: fix potential skb leak in igcfpexmitsmdframe When igcfpeinittxdescriptor fails, no one takes care of an allocated skb, leaking it. 1 Use devkfreeskbany on failure. Tested on an I226 adapter with the following command, while...

5.3AI score0.00166EPSS
SaveExploits0References4Affected Software1
EUVD
EUVD
added 6 days ago8 views

EUVD-2026-45793

In the Linux kernel, the following vulnerability has been resolved: cifs: Fix busy dentry used after unmounting Since commit 340cea84f691c "cifs: open files should not hold ref on superblock", cifs file only holds the dentry refcnt, the cifs file close workcfile-deferred could be executed after...

5.3AI score0.00129EPSS
SaveExploits0References6
OSV
OSV
added 6 days ago6 views

CVE-2026-64099 drm/v3d: Fix use-after-free of CPU job query arrays on error path

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

7.8CVSS5.4AI score0.00134EPSS
SaveExploits0References7
ATTACKERKB
ATTACKERKB
added 6 days ago6 views

CVE-2026-64099

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

5.4AI score0.00134EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 6 days ago9 views

EUVD-2026-45784

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Fix use-after-free of CPU job query arrays on error path The CPU job ioctl's fail label calls kvfree on cpujob's timestamp and performance query arrays after v3djobcleanup, which drops the job's last reference and frees...

5.5AI score0.00134EPSS
SaveExploits0References4
Rows per page
Query Builder