Lucene search
+L

36777 matches found

CVE
CVE
added 2026/07/24 3:31 p.m.32 views

CVE-2026-64246

CVE-2026-64246 affects the Linux kernel: a use-after-free in power: reset handling for linkstation-poweroff. The bug is due to moving of_node_put(dn) after the of_match_node() call, with the node reference not released until after use. Public reports confirm a patch, and several OS/vendor advisor...

7.8CVSS5.7AI score0.00117EPSS
SaveExploits0References7Affected Software1
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.43 views

CVE-2026-64241 gpio: rockchip: teardown bugs and resource leaks

In the Linux kernel, the following vulnerability has been resolved: gpio: rockchip: teardown bugs and resource leaks Address several teardown issues and resource leaks in the driver's remove path and error handling: 1. Debounce clock reference leak: The debounce clock bank-dbclk is obtained using...

0.00114EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/24 3:27 p.m.37 views

CVE-2026-64242

The CVE-2026-64242 issue affects the Linux kernel USB gadget net2280 driver. A double free could occur in the probe error path: usb_initialize_gadget() registers gadget_release() as the release callback, so net2280 is freed via gadget_release() when the gadget reference drops. The probe error pat...

7.8CVSS5.7AI score0.00121EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/24 3:27 p.m.10 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...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/24 3:27 p.m.15 views

EUVD-2026-48651

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

5.7AI score0.00121EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.13 views

CVE-2026-64242

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

5.7AI score0.00121EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.38 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.00121EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/24 3:27 p.m.22 views

CVE-2026-64239

Summary: CVE-2026-64239 affects the Linux kernel DAMON sysfs (mm/damon/sysfs-schemes) where deleting and recreating region objects during a refresh can leave a region on a freed list if the kobject release callback is delayed. This can lead to use-after-free and potential memory corruption. Root ...

7.8CVSS5.8AI score0.00116EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2026/07/24 3:27 p.m.12 views

CVE-2026-64239 mm/damon/sysfs-schemes: delete tried region in regions_rmdirs()

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: delete tried region in regionsrmdirs DAMON sysfs maintains the DAMOS tried region directory objects via a linked list. When the user requests refresh of the directories, DAMON sysfs removes all the region...

5.8AI score
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.12 views

CVE-2026-64239

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: delete tried region in regionsrmdirs DAMON sysfs maintains the DAMOS tried region directory objects via a linked list. When the user requests refresh of the directories, DAMON sysfs removes all the region...

5.7AI score0.00116EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/24 3:27 p.m.12 views

EUVD-2026-48648

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs-schemes: delete tried region in regionsrmdirs DAMON sysfs maintains the DAMOS tried region directory objects via a linked list. When the user requests refresh of the directories, DAMON sysfs removes all the region...

5.8AI score0.00116EPSS
SaveExploits0References5
CVE
CVE
added 2026/07/24 3:27 p.m.25 views

CVE-2026-64234

The CVE-2026-64234 entry concerns the Linux kernel tty/serial driver pch_uart. The root cause is a missing check of the return value from dma_alloc_coherent(), which could yield a NULL pointer, triggering a crash in dma_handle_rx(). The fix adds a guard for dma_alloc_coherent() failure and ensure...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References8Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.21 views

CVE-2026-64234

In the Linux kernel, the following vulnerability has been resolved: tty: serial: pchuart: add check for dmaalloccoherent Add a check for dmaalloccoherent failure to prevent a potential NULL pointer dereference in dmahandlerx. Properly release DMA channels and the PCI device reference using a goto...

5.7AI score0.00114EPSS
SaveExploits0References9Affected Software1
OSV
OSV
added 2026/07/24 3:27 p.m.12 views

CVE-2026-64234 tty: serial: pch_uart: add check for dma_alloc_coherent()

In the Linux kernel, the following vulnerability has been resolved: tty: serial: pchuart: add check for dmaalloccoherent Add a check for dmaalloccoherent failure to prevent a potential NULL pointer dereference in dmahandlerx. Properly release DMA channels and the PCI device reference using a goto...

5.7AI score
SaveExploits0References11
EUVD
EUVD
added 2026/07/24 3:27 p.m.10 views

EUVD-2026-48643

In the Linux kernel, the following vulnerability has been resolved: tty: serial: pchuart: add check for dmaalloccoherent Add a check for dmaalloccoherent failure to prevent a potential NULL pointer dereference in dmahandlerx. Properly release DMA channels and the PCI device reference using a goto...

5.7AI score0.00114EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 3:23 p.m.8 views

CVE-2026-64218 batman-adv: bla: fix report_work leak on backbone_gw purge

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: fix reportwork leak on backbonegw purge batadvblapurgebackbonegw removes stale backbone gateway entries, but fails to properly handle their associated reportwork: - If reportwork is running, the purge must wait f...

7.8CVSS5.8AI score
SaveExploits0References11
Cvelist
Cvelist
added 2026/07/24 3:23 p.m.39 views

CVE-2026-64218 batman-adv: bla: fix report_work leak on backbone_gw purge

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bla: fix reportwork leak on backbonegw purge batadvblapurgebackbonegw removes stale backbone gateway entries, but fails to properly handle their associated reportwork: - If reportwork is running, the purge must wait f...

7.8CVSS0.00129EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/24 2:10 p.m.13 views

MAL-2026-11049 Malicious code in mrmustard (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: amazon-inspector 535679eb30bfd0600dc07e44d2e649c88ecb6274364e2ba0b1ef2ccc05976727 On plain import mrmustard, the top-level init.py spawns a background thread that reads /.ssh/ private keys, /.aws/credentials, /.aws/config,...

5.9AI score
SaveExploits0References4
NVD
NVD
added 2026/07/24 9:16 a.m.12 views

CVE-2026-49743

Software installed and run as a non-privileged user may conduct improper GPU system calls to manipulate the lifetimes of synchronisation objects in the kernel, leading to read/write UAFs. During workload submission involving a fence exported by the GPU driver, the reference count of the underlyin...

7.8CVSS0.0011EPSS
SaveExploits0References1
Tenable Nessus
Tenable Nessus
added 2026/07/24 12:00 a.m.11 views

AlmaLinux 10 : java-21-openjdk (ALSA-2026:42895)

The remote AlmaLinux 10 host has packages installed that are affected by multiple vulnerabilities as referenced in the ALSA-2026:42895 advisory. JDK: Enhance TLS certificate handling CVE-2026-46968 JDK: Improve DTLS handshaking CVE-2026-46917 JDK: Enhance JPEG handling CVE-2026-47010 JDK: Enhance...

7.5CVSS6.6AI score0.00365EPSS
SaveExploits1References11
Rows per page
Query Builder