Lucene search
+L

4380 matches found

OSV
OSV
added 2026/07/25 8:52 a.m.8 views

CVE-2026-64510 ACPI: NFIT: core: Fix acpi_nfit_init() error cleanup

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpinfitinit error cleanup If acpinfitinit fails after adding the acpidesc object to the acpidescs list, that object is never removed from that list because the acpinfitshutdown devm action is not added for...

7CVSS5.8AI score0.00111EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:52 a.m.8 views

EUVD-2026-48854

In the Linux kernel, the following vulnerability has been resolved: ACPI: NFIT: core: Fix acpinfitinit error cleanup If acpinfitinit fails after adding the acpidesc object to the acpidescs list, that object is never removed from that list because the acpinfitshutdown devm action is not added for...

5.8AI score0.00111EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.7 views

CVE-2026-64475

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Release the VGA arbiter client on registerdevice failure The re-order in the Fixes commit below displaced vfiopcivgainit as the last failure point of what is now vfiopcicoreregisterdevice without introducing an unwind f...

5.8AI score0.00139EPSS
SaveExploits0References9Affected Software1
EUVD
EUVD
added 2026/07/25 8:51 a.m.9 views

EUVD-2026-48819

In the Linux kernel, the following vulnerability has been resolved: vfio/pci: Release the VGA arbiter client on registerdevice failure The re-order in the Fixes commit below displaced vfiopcivgainit as the last failure point of what is now vfiopcicoreregisterdevice without introducing an unwind f...

5.8AI score0.00139EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:51 a.m.8 views

EUVD-2026-48814

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: fix use-after-free on marvell probe failure Make sure to stop any TX URBs submitted during Marvell OOB wakeup configuration on later probe failures to avoid use-after-free in the completion callback. This issue...

5.8AI score0.00184EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:51 a.m.15 views

CVE-2026-64463

CVE-2026-64463 affects the Linux kernel USB Type-C TCPCI driver for rt1711h. The issue arises when rt1711h_probe() registers the TCPCI port before requesting the interrupt and enabling alert interrupts; if subsequent steps fail, the port wasn’t unregistered, and removal relied on the remove callb...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/07/25 8:51 a.m.10 views

CVE-2026-64454

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: run gadget disconnect from sleepable suspend context dwc3gadgetsuspend takes dwc-lock with IRQs disabled and then calls dwc3disconnectgadget. For async callbacks that helper only uses plain spinunlock/spinlock, so the...

5.7AI score0.0018EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
added 2026/07/25 8:51 a.m.24 views

CVE-2026-64454 usb: dwc3: run gadget disconnect from sleepable suspend context

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: run gadget disconnect from sleepable suspend context dwc3gadgetsuspend takes dwc-lock with IRQs disabled and then calls dwc3disconnectgadget. For async callbacks that helper only uses plain spinunlock/spinlock, so the...

0.0018EPSS
SaveExploits0References7
OSV
OSV
added 2026/07/25 8:51 a.m.6 views

CVE-2026-64454 usb: dwc3: run gadget disconnect from sleepable suspend context

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: run gadget disconnect from sleepable suspend context dwc3gadgetsuspend takes dwc-lock with IRQs disabled and then calls dwc3disconnectgadget. For async callbacks that helper only uses plain spinunlock/spinlock, so the...

5.7AI score0.0018EPSS
SaveExploits0References10
OSV
OSV
added 2026/07/25 8:50 a.m.6 views

CVE-2026-64417 mm: shrinker: fix NULL pointer dereference in debugfs

In the Linux kernel, the following vulnerability has been resolved: mm: shrinker: fix NULL pointer dereference in debugfs shrinkerdebugfsadd creates both "count" and "scan" debugfs files unconditionally. That assumes every shrinker implements both countobjects and scanobjects, which is not...

5.7AI score0.00173EPSS
SaveExploits0References9
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48909

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

5.8AI score0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64365

Summary (CVE-2026-64365) : The Linux kernel HID letsketch driver suffers a use-after-free on the inrange_timer during driver unbind (and on probe error) due to lack of a .remove callback, which can let a pending timer dereference freed memory. The fixes add a .remove that calls hid_hw_stop(), ens...

5.8AI score0.00173EPSS
SaveExploits0References6
OSV
OSV
added 2026/07/25 8:50 a.m.6 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...

5.8AI score0.00173EPSS
SaveExploits0References9
CVE
CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64362

In CVE-2026-64362, a Linux kernel LG-G15 HID driver use-after-free occurs when unplugging a keyboard with a pending work item. The driver allocated lg_g15_data with devm and did not cancel the scheduled work on remove, potentially dereferencing freed memory via a race on device unplug. The fix ad...

5.7AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64362 HID: lg-g15: cancel pending work on remove to fix a use-after-free

In the Linux kernel, the following vulnerability has been resolved: HID: lg-g15: cancel pending work on remove to fix a use-after-free lgg15data is allocated with devm and holds a work item. The report handlers schedule that work straight from device input. lgg15event and lgg15v2event do it on th...

5.7AI score0.00177EPSS
SaveExploits0References11
EUVD
EUVD
added 2026/07/25 8:50 a.m.8 views

EUVD-2026-48906

In the Linux kernel, the following vulnerability has been resolved: HID: lg-g15: cancel pending work on remove to fix a use-after-free lgg15data is allocated with devm and holds a work item. The report handlers schedule that work straight from device input. lgg15event and lgg15v2event do it on th...

5.7AI score0.00177EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:50 a.m.7 views

CVE-2026-64358 media: mtk-jpeg: cancel workqueue on release for supported platforms only

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

5.8AI score0.00168EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.29 views

CVE-2026-64358 media: mtk-jpeg: cancel workqueue on release for supported platforms only

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48902

In the Linux kernel, the following vulnerability has been resolved: media: mtk-jpeg: cancel workqueue on release for supported platforms only Since a recent fix the mtkjpegrelease function cancels any pending or running work present in the driver workqueue using cancelworksync function. Currently...

5.8AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.27 views

CVE-2026-64336 USB: serial: keyspan_pda: fix information leak

In the Linux kernel, the following vulnerability has been resolved: USB: serial: keyspanpda: fix information leak The write callback is supposed to return the number of characters accepted or a negative errno. Since the addition of write fifo support the keyspanpda implementation will however...

0.00173EPSS
SaveExploits0References7
Rows per page
Query Builder