Lucene search
+L

24041 matches found

CVE
CVE
added 2026/07/25 8:49 a.m.12 views

CVE-2026-64321

In the Linux kernel NVMe over RDMA target (nvmet_rdma), a kref reference on the returned ndev could be leaked when the host queue backlog is exceeded and NVME_SC_CONNECT_CTRL_BUSY is returned. The root cause is a missing release path in nvmet_rdma_queue_connect() that fails to kref_put() before t...

5.8AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:49 a.m.12 views

CVE-2026-64301

The CVE-2026-64301 issue affects the Linux kernel regulator subsystem for SCMI: the function scmi_regulator_probe() calls of_find_node_by_name(), which takes a reference to the device node. On the error path of process_scmi_regulator_of_node(), the code returned without calling of_node_put(), lea...

5.8AI score0.00206EPSS
SaveExploits0References7
EUVD
EUVD
added 2026/07/25 8:49 a.m.8 views

EUVD-2026-49013

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix ofnode refcount leak in scmiregulatorprobe scmiregulatorprobe calls offindnodebyname which takes a reference on the returned device node. On the error path where processscmiregulatorofnode fails, the function...

5.8AI score0.00206EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:49 a.m.7 views

CVE-2026-64301 regulator: scmi: fix of_node refcount leak in scmi_regulator_probe()

In the Linux kernel, the following vulnerability has been resolved: regulator: scmi: fix ofnode refcount leak in scmiregulatorprobe scmiregulatorprobe calls offindnodebyname which takes a reference on the returned device node. On the error path where processscmiregulatorofnode fails, the function...

5.7AI score
SaveExploits0References10
OSV
OSV
added 2026/07/25 8:49 a.m.8 views

CVE-2026-64261 fuse-uring: Avoid use-after-free in fuse_uring_async_stop_queues

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: Avoid use-after-free in fuseuringasyncstopqueues fuseuringasyncstopqueues might run when the last reference on ring-queuerefs was already dropped. In order to avoid an early destruction a reference on struct fuseconn ...

7.8CVSS5.7AI score
SaveExploits0References6
Circl
Circl
added 2026/07/25 1:39 a.m.16 views

GHSA-JPCW-4WR7-C3VQ

creationtimestamp| type| source ---|---|--- 2026-07-25 01:39:15+00:00| seen| https://gist.github.com/alon710/b490d29b6d050fb00e7a5ccf95bdfcac...

5.8AI score
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/07/25 1:23 a.m.6 views

SUSE CVE-2024-53084

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: Break an object reference loop When remaining resources are being cleaned up on driver close, outstanding VM mappings may result in resources being leaked, due to an object reference loop, as shown below, with ea...

5.5CVSS6.4AI score0.00186EPSS
SaveExploits0References3
Circl
Circl
added 2026/07/25 12:32 a.m.15 views

GHSA-8Q49-2H5H-434X

creationtimestamp| type| source ---|---|--- 2026-07-25 00:32:46+00:00| seen| https://gist.github.com/alon710/2148318b0f0c526c708bd7a87404909b...

5.8AI score
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2026/07/25 12:13 a.m.6 views

SUSE CVE-2026-64241

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

5.9AI score0.00156EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 12:8 a.m.160 views

CVE-2026-66373

CVE-2026-66373 affects Redis before 8.8.0. An authenticated attacker can achieve remote code execution by sending a RESTORE payload in a scenario where the same NACK (pending entry) is referenced by more than one consumer; deleting both consumers via XGROUP DELCONSUMER leads to a double free. Thi...

7.5CVSS6.5AI score0.00472EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.13 views

PT-2026-64542

In the Linux kernel, the following vulnerability has been resolved: nvme: target: rdma: fix ndev refcount leak on queue connect nvmet rdma queue connect calls nvmet rdma find get device which acquires a reference on the returned ndev via kref get. On the path where the host queue backlog is...

5.8AI score0.00168EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.8 views

PT-2026-64566

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f printer: take kref only for successful open printer open returns -EBUSY when the character device is already open, but it increments dev-kref regardless of the return value. VFS does not call -release for a failed...

5.8AI score0.00173EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.13 views

PT-2026-64552

In the Linux kernel, the following vulnerability has been resolved: usbip: vudc: fix NULL deref in vep dequeue vep alloc request wasn't initializing vrequest-udc, so cancellations on the FunctionFS AIO path were arriving in vep dequeue without a valid UDC reference. Since vrequest-udc is never...

5.8AI score0.00177EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.13 views

PT-2026-64482

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free issue exists in the fuse-uring component. The function fuse uring async stop queues may execute after the final reference on the ring-queue refs variable has been droppe...

7.8CVSS5.9AI score0.00157EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.10 views

PT-2026-64655

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref l2cap chan timeout runs asynchronously and accesses chan-conn. If the connection is torn down while the timer is running or pending, chan-conn can be freed, leading...

5.8AI score0.00247EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64356

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - xfs: fix memory leak in xfsdqinodemetadircreate If xfsmetadircreate fails in xfsdqinodemetadircreate, the current code returns directly, leaking the allocated...

5.7AI score0.00179EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.15 views

PT-2026-64549

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: f fs: Fix DMA fence leak In ffs dmabuf transfer, a ffs dma fence object is kmalloc'd, with the underlying dma fence later initialized by dma fence init, which sets its kref counter to 1. Then, dma resv add fence gets...

5.8AI score0.002EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2026-64376

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds...

5.9AI score0.00173EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/07/25 12:0 a.m.7 views

Linux Distros Unpatched Vulnerability : CVE-2026-64370

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - posix-cpu-timers: Fix pid refcount leak in docpunanosleep error path In docpunanosleep, posixcputimercreate takes a pid reference via getpid and stores it in...

5.9AI score0.00177EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/07/25 12:0 a.m.11 views

PT-2026-64553

In the Linux kernel, the following vulnerability has been resolved: USB: ulpi: fix memory leak on registration failure The allocated device name is never freed on early ULPI device registration failures. Fix this by initialising the device structure earlier and releasing the initial reference...

5.8AI score0.00177EPSS
SaveExploits0References8
Rows per page
Query Builder