Lucene search
+L

377 matches found

OSV
OSV
added 2026/07/24 4:16 p.m.6 views

DEBIAN-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.6AI score0.00121EPSS
SaveExploits0References1
OSV
OSV
added 2026/07/24 4:16 p.m.7 views

DEBIAN-CVE-2026-64221

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/24 3:27 p.m.30 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
Cvelist
Cvelist
added 2026/07/24 3:27 p.m.37 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
EUVD
EUVD
added 2026/07/24 3:27 p.m.14 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
OSV
OSV
added 2026/07/24 3:27 p.m.8 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
ATTACKERKB
ATTACKERKB
added 2026/07/24 3:27 p.m.12 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
EUVD
EUVD
added 2026/07/24 3:23 p.m.11 views

EUVD-2026-48629

In the Linux kernel, the following vulnerability has been resolved: spi: ti-qspi: fix use-after-free after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to clear the DMA channel pointer also if buffer allocation fails to avoid passing a pointer to...

5.9AI score0.00126EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/07/24 12:0 a.m.16 views

PT-2026-64357

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A double free issue exists in the net2280 USB gadget driver. The usb initialize gadget function sets gadget release as the release callback for the embedded gadget device, meaning the...

5.8AI score0.00121EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/07/21 12:58 p.m.6 views

SUSE CVE-2026-64161

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssm-prueth: fix ethportsnode leak in probe The error path on ofpropertyreadu32 failure inside icssmpruethprobe returns without putting ethportsnode, which was acquired before the foreachchildofnode loop. Drop it before...

5.2AI score0.00121EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/07/20 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-64071

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix use-after-free in nvmefreehostmem nvmefreehostmem frees dev-hmbsgt via...

5.3AI score0.00173EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2026/07/19 5:35 p.m.10 views

SUSE CVE-2026-63797

In the Linux kernel, the following vulnerability has been resolved: rpmsg: char: Fix use-after-free on probe error path rpmsgchrdevprobe stores the newly allocated eptdev in the default endpoint's priv pointer before calling rpmsgchrdeveptdevadd. If rpmsgchrdeveptdevadd then fails, its error path...

6.4CVSS5.3AI score0.00146EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.17 views

CVE-2026-64161

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssm-prueth: fix ethportsnode leak in probe The error path on ofpropertyreadu32 failure inside icssmpruethprobe returns without putting ethportsnode, which was acquired before the foreachchildofnode loop. Drop it before...

5.5CVSS0.00121EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-64071

In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix use-after-free in nvmefreehostmem nvmefreehostmem frees dev-hmbsgt via dmafreenoncontiguous but never clears the pointer afterward. This leads to a use-after-free if nvmefreehostmem is called twice in the same error...

0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/07/19 3:40 p.m.33 views

CVE-2026-64170 spi: qup: fix error pointer deref after DMA setup failure

In the Linux kernel, the following vulnerability has been resolved: spi: qup: fix error pointer deref after DMA setup failure The driver falls back to PIO mode if DMA setup fails during probe. Make sure to the clear the DMA channel pointers on setup failure to avoid dereferencing an error pointer...

0.00114EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/19 3:40 p.m.10 views

CVE-2026-64161

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssm-prueth: fix ethportsnode leak in probe The error path on ofpropertyreadu32 failure inside icssmpruethprobe returns without putting ethportsnode, which was acquired before the foreachchildofnode loop. Drop it before...

5.5CVSS5.2AI score0.00121EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
added 2026/07/19 3:40 p.m.8 views

CVE-2026-64161

In the Linux kernel, the following vulnerability has been resolved: net: ti: icssm-prueth: fix ethportsnode leak in probe The error path on ofpropertyreadu32 failure inside icssmpruethprobe returns without putting ethportsnode, which was acquired before the foreachchildofnode loop. Drop it before...

5.3AI score0.00121EPSS
SaveExploits0References4Affected Software1
Debian CVE
Debian CVE
added 2026/07/19 2:55 p.m.10 views

CVE-2026-63907

In the Linux kernel, the following vulnerability has been resolved: uio: uiopcigenericsva: fix double free of devmkzalloc memory uiopcisva allocates struct uiopcisvadev with devmkzalloc in probe, but then calls kfreeudev both on the probe error path label outfree and again in remove. Because...

5.2AI score0.00189EPSS
SaveExploits0
NVD
NVD
added 2026/07/19 12:16 p.m.12 views

CVE-2026-63797

In the Linux kernel, the following vulnerability has been resolved: rpmsg: char: Fix use-after-free on probe error path rpmsgchrdevprobe stores the newly allocated eptdev in the default endpoint's priv pointer before calling rpmsgchrdeveptdevadd. If rpmsgchrdeveptdevadd then fails, its error path...

8.4CVSS0.00146EPSS
SaveExploits0References6
NVD
NVD
added 2026/07/19 12:16 p.m.7 views

CVE-2026-53384

In the Linux kernel, the following vulnerability has been resolved: serial: 8250dw: unregister 8250 port if clknotifierregister fails dw8250probe registers the 8250 port via serial8250register8250port and then, if the device has a clock, registers a clock notifier. If clknotifierregister fails,...

9.8CVSS0.00488EPSS
SaveExploits0References7
Rows per page
Query Builder