Lucene search
+L

208 matches found

Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•18 views

PT-2026-72464

In the Linux kernel, the following vulnerability has been resolved: fbdev: metronomefb: fix potential memory leak in metronomefb probe The memory allocated for pagerefs in fb deferred io init is not freed on the error path. Fix it by calling fb deferred io cleanup...

5.3AI score0.00215EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•22 views

PT-2026-72453

In the Linux kernel, the following vulnerability has been resolved: fbdev: nvidia: fix potential memory leak in nvidiafb probe In nvidiafb probe, the memory allocated for modelist in nvidia set fbinfo is not freed in the subsequent error paths. Fix that by calling fb destroy modelist...

5.3AI score0.0022EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•48 views

PT-2026-72791

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the device rbtree insert call is skipped. If a subsequent probe step fails, th...

5.5AI score0.00181EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•16 views

PT-2026-72594

In the Linux kernel, the following vulnerability has been resolved: net: sungem: fix probe error cleanup gem init one calls gem remove one when register netdev fails. gem remove one unregisters and frees resources owned by the net device, including the DMA block, MMIO mapping, PCI regions, and th...

5.4AI score0.00176EPSS
SaveExploits0References9
Positive Technologies
Positive Technologies
•added 2026/08/15 12:00 a.m.•19 views

PT-2026-72762

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix resource leak in probe error path When pcim iomap region or devm kmemdup fail, the code returns directly without cleaning up previously allocated resources: - mt76 device allocated by mt76 alloc device - p...

5.4AI score0.00198EPSS
SaveExploits0References3
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/15 12:00 a.m.•2 views

CVE-2026-74326: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921: fix resource leak in probe error path When pcimiomapregion or devmkmemdup fail, the code returns directly without cleaning up previously allocated resources: - mt76device allocated by mt76allocdevice - pci irq...

5.6AI score0.00198EPSS
SaveExploits0References1
Rapid7 Vulnerability Database (full)
Rapid7 Vulnerability Database (full)
•added 2026/08/15 12:00 a.m.•0 views

CVE-2026-74355: Undefined Security Weakness

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix RB-tree corruption in probe error path The info-node RB-tree member is zero-initialized via kzalloc. If a device does not support ATS, the devicerbtreeinsert call is skipped. If a subsequent probe step fails, the...

8.2CVSS6AI score0.00181EPSS
SaveExploits0References1
OSV
OSV
•added 2026/08/10 1:20 p.m.•14 views

UBUNTU-CVE-2026-68403

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: initialize SDIO data work before cleanup brcmfsdioprobe stores the newly allocated bus in sdiodev-bus before allocating the ordered workqueue. If that allocation fails, the function jumps to fail and calls...

5.2AI score0.0022EPSS
SaveExploits0References7
CVE
CVE
•added 2026/08/10 12:04 p.m.•72 views

CVE-2026-68403

The CVE concerns the Linux kernel driver brcmfmac SDIO path. In brcmf_sdio_probe(), the newly allocated bus is stored in sdiodev->bus before the ordered workqueue is initialized. If allocation fails, the path can reach brcmf_sdio_remove(), which unconditionally cancels bus->datawork. The bu...

5.3AI score0.0022EPSS
SaveExploits0References8
CVE
CVE
•added 2026/08/10 12:00 p.m.•57 views

CVE-2026-68215

CVE-2026-68215 concerns the Linux kernel media subsystem for the si476x radio. The issue arises in si476x_radio_probe(): it registers v4l2dev before allocating V4L2 controls and before video device registration. If subsequent steps fail, the probe exits via the error path after freeing only the c...

5.3AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/08/10 11:51 a.m.•41 views

CVE-2026-68084 staging: vme_user: fix location monitor leak in tsi148 bridge

In the Linux kernel, the following vulnerability has been resolved: staging: vmeuser: fix location monitor leak in tsi148 bridge tsi148probe allocates a location monitor resource and links it into tsi148bridge-lmresources. The probe error path frees this list, but tsi148remove only frees the dma,...

0.00215EPSS
SaveExploits0References6
RedhatCVE
RedhatCVE
•added 2026/07/28 12:05 p.m.•12 views

CVE-2026-64242

A flaw was found in the Linux kernel's USB gadget net2280 driver. This vulnerability occurs due to a double free error in the probe error path. When a gadget device is being initialized, an error can cause the device to be freed twice, leading to memory corruption. This can result in a denial of...

7.8CVSS5.8AI score0.00176EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
•added 2026/07/27 12:00 a.m.•33 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...

7.8CVSS5.3AI score0.00176EPSS
SaveExploits0References15
NVD
NVD
•added 2026/07/25 10:17 a.m.•16 views

CVE-2026-64365

In the Linux kernel, the following vulnerability has been resolved: HID: letsketch: fix UAF on inrangetimer at driver unbind letsketchdriver does not provide a .remove callback, but letsketchprobe arms a per-device timer: timersetup&data-inrangetimer, letsketchinrangetimeout, 0; The timer is...

7.8CVSS0.00129EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
•added 2026/07/25 10:17 a.m.•13 views

CVE-2026-64461

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtkpcieenableport fails, mtkpcieportfree removes the port from pcie-ports and frees the port structure. However, the IRQ domains set up earlier by...

5.7AI score0.0022EPSS
SaveExploits0References20
Cvelist
Cvelist
•added 2026/07/25 8:51 a.m.•42 views

CVE-2026-64461 PCI: mediatek: Fix IRQ domain leak when port fails to enable

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtkpcieenableport fails, mtkpcieportfree removes the port from pcie-ports and frees the port structure. However, the IRQ domains set up earlier by...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
•added 2026/07/25 8:51 a.m.•18 views

EUVD-2026-48805

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek: Fix IRQ domain leak when port fails to enable When mtkpcieenableport fails, mtkpcieportfree removes the port from pcie-ports and frees the port structure. However, the IRQ domains set up earlier by...

5.8AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
•added 2026/07/25 8:50 a.m.•46 views

CVE-2026-64365 HID: letsketch: fix UAF on inrange_timer at driver unbind

In the Linux kernel, the following vulnerability has been resolved: HID: letsketch: fix UAF on inrangetimer at driver unbind letsketchdriver does not provide a .remove callback, but letsketchprobe arms a per-device timer: timersetup&data-inrangetimer, letsketchinrangetimeout, 0; The timer is...

0.00129EPSS
SaveExploits0References6
Cvelist
Cvelist
•added 2026/07/25 8:49 a.m.•47 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...

0.0016EPSS
SaveExploits0References7
SUSE CVE
SUSE CVE
•added 2026/07/25 12:13 a.m.•12 views

SUSE 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.5CVSS5.7AI score0.00176EPSS
SaveExploits0References17
Rows per page
Query Builder