Lucene search
+L

55595 matches found

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

CVE-2026-64377 cpufreq: qcom-cpufreq-hw: Fix possible double free

In the Linux kernel, the following vulnerability has been resolved: cpufreq: qcom-cpufreq-hw: Fix possible double free qcomcpufreq.data is allocated with devmkzalloc in probe as an array of per-domain data. qcomcpufreqhwcpuinit stores a pointer to one element of this array in policy-driverdata...

5.7AI score
SaveExploits0References7
CVE
CVE
added 2026/07/25 8:50 a.m.32 views

CVE-2026-64377

A double free vulnerability exists in the Linux kernel's qcom-cpufreq-hw driver (Qualcomm CPU frequency hardware). The root cause is that qcom_cpufreq_hw_cpu_exit() calls kfree() on policy->driver_data, which points to memory allocated via devm_kzalloc() in probe(). For the first domain, this ...

7.8CVSS5.7AI score0.00129EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/07/25 8:50 a.m.10 views

CVE-2026-64376 firmware_loader: fix device reference leak in firmware_upload_register()

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

5.7AI score
SaveExploits0References9
CVE
CVE
added 2026/07/25 8:50 a.m.50 views

CVE-2026-64376

CVE-2026-64376 is a reference-count leak in the Linux kernel's firmware_loader subsystem. In firmware_upload_register(), if alloc_lookup_fw_priv() fails after fw_create_instance() succeeds, the embedded struct device is freed via free_fw_sysfs instead of put_device(), leaving the device refcount ...

5.5CVSS5.8AI score0.00123EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/07/25 8:50 a.m.18 views

EUVD-2026-48920

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

5.8AI score0.00123EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.42 views

CVE-2026-64376 firmware_loader: fix device reference leak in firmware_upload_register()

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

0.00123EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.16 views

CVE-2026-64376

In the Linux kernel, the following vulnerability has been resolved: firmwareloader: fix device reference leak in firmwareuploadregister firmwareuploadregister - fwcreateinstance - deviceinitialize After fwcreateinstance succeeds, the lifetime of the embedded struct device is expected to be manage...

5.5CVSS5.7AI score0.00123EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/25 8:50 a.m.11 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.00129EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.58 views

CVE-2026-64366 HID: wacom: fix slab-out-of-bounds write in wacom_wac_queue_insert

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix slab-out-of-bounds write in wacomwacqueueinsert wacomwacqueueinsert calls kfifoskip in a loop when the kfifo doesn't have enough space for the incoming report. If the kfifo is empty, kfifoskip reads stale data lef...

8.8CVSS0.00253EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/25 8:50 a.m.12 views

CVE-2026-64366 HID: wacom: fix slab-out-of-bounds write in wacom_wac_queue_insert

In the Linux kernel, the following vulnerability has been resolved: HID: wacom: fix slab-out-of-bounds write in wacomwacqueueinsert wacomwacqueueinsert calls kfifoskip in a loop when the kfifo doesn't have enough space for the incoming report. If the kfifo is empty, kfifoskip reads stale data lef...

8.8CVSS5.9AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.45 views

CVE-2026-64364 HID: multitouch: fix out-of-bounds bit access on mt_io_flags

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix out-of-bounds bit access on mtioflags mtioflags is a single unsigned long, but mtprocessslot, mtreleasependingpalms and mtreleasecontacts use it as a per-slot bitmap indexed by the slot number. That slot numb...

8.8CVSS0.00354EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.19 views

CVE-2026-64364

In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix out-of-bounds bit access on mtioflags mtioflags is a single unsigned long, but mtprocessslot, mtreleasependingpalms and mtreleasecontacts use it as a per-slot bitmap indexed by the slot number. That slot numb...

8.8CVSS5.6AI score0.00354EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/07/25 8:50 a.m.16 views

CVE-2026-64362

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

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0
CVE
CVE
added 2026/07/25 8:50 a.m.53 views

CVE-2026-64362

CVE-2026-64362 is a use-after-free in the Linux kernel's HID lg-g15 driver. The driver allocates lg_g15_data via devm and schedules a work item from input report handlers, but had no remove callback to cancel pending work. When a supported keyboard (G15, G15 v2, or G510) is unplugged, devres free...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References8Affected Software1
OSV
OSV
added 2026/07/25 8:50 a.m.12 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 score
SaveExploits0References11
CVE
CVE
added 2026/07/25 8:50 a.m.50 views

CVE-2026-64363

CVE-2026-64363 is a use-after-free in the Linux kernel's HID appleir driver (Apple IR remote). The appleir_remove() path calls hid_hw_stop() before draining the key_up_timer, allowing the timer callback to dereference an already-freed input_dev. A USB URB completion racing during teardown can add...

7.8CVSS5.8AI score0.00169EPSS
SaveExploits0References8Affected Software1
EUVD
EUVD
added 2026/07/25 8:50 a.m.18 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.00126EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.48 views

CVE-2026-64363 HID: appleir: fix UAF on pending key_up_timer in remove()

In the Linux kernel, the following vulnerability has been resolved: HID: appleir: fix UAF on pending keyuptimer in remove appleirremove runs hidhwstop before timerdeletesync. hidhwstop synchronously unregisters the HID input device via hiddisconnect - hidinputdisconnect - inputunregisterdevice,...

0.00169EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.14 views

EUVD-2026-48907

In the Linux kernel, the following vulnerability has been resolved: HID: appleir: fix UAF on pending keyuptimer in remove appleirremove runs hidhwstop before timerdeletesync. hidhwstop synchronously unregisters the HID input device via hiddisconnect - hidinputdisconnect - inputunregisterdevice,...

5.8AI score0.00169EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.50 views

CVE-2026-64342

CVE-2026-64342 is a use-after-free vulnerability in the Linux kernel's iowarrior USB driver . Submitted write URBs are not stopped on close(), so they must be stopped unconditionally on disconnect() to prevent the completion handler from accessing freed memory. NVD scores it 7.8 HIGH (AV:L/AC:L/P...

7.8CVSS5.8AI score0.00126EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder