Lucene search
+L

42817 matches found

CVE
CVE
added 4 days ago16 views

CVE-2026-64510

CVE-2026-64510 affects the Linux kernel and concerns the ACPI NFIT core. The vulnerability arises when acpi_nfit_init() fails after adding an acpi_desc to the acpi_descs list or when certain probe/update paths do not register a proper shutdown/remove path. This can lead to a use-after-free in nfi...

7CVSS5.8AI score0.00111EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 4 days ago6 views

CVE-2026-64510

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
SaveExploits0References9Affected Software1
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-48825

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs35l41: Fix firmware load work teardown cs35l41hda creates ALSA controls whose private data points at the cs35l41hda object. The firmware load control can also queue fwloadwork. Those controls are not removed on...

5.7AI score0.00138EPSS
SaveExploits0References4
CVE
CVE
added 4 days ago10 views

CVE-2026-64481

The CVE-2026-64481 vulnerability affects the Linux kernel ALSA subsystem for the cs35l41 HDA driver. The issue arises because ALSA controls created by cs35l41_hda can reference the cs35l41_hda object and queue firmware load work (fw_load_work). If the component/device is unbound or removed before...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References4
OSV
OSV
added 4 days ago7 views

CVE-2026-64481 ALSA: hda/cs35l41: Fix firmware load work teardown

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs35l41: Fix firmware load work teardown cs35l41hda creates ALSA controls whose private data points at the cs35l41hda object. The firmware load control can also queue fwloadwork. Those controls are not removed on...

7.8CVSS5.7AI score0.00138EPSS
SaveExploits0References7
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-48810

In the Linux kernel, the following vulnerability has been resolved: rustbinder: clear freeze listener on node removal Generally userspace is supposed to explicitly clear freeze listeners before they drop the refcount on the node ref to zero, but there's nothing forcing that. Currently, in this...

5.8AI score0.00173EPSS
SaveExploits0References3
CVE
CVE
added 4 days ago9 views

CVE-2026-64466

CVE-2026-64466 affects the Linux kernel where, in the rust_binder component, a freeze listener may linger in the freeze_listeners red-black tree and the remote node’s listener list after the referenced object’s refcount reaches zero. This can create a refcount cycle and potentially a memory leak....

5.8AI score0.00173EPSS
SaveExploits0References3
OSV
OSV
added 4 days ago6 views

CVE-2026-64466 rust_binder: clear freeze listener on node removal

In the Linux kernel, the following vulnerability has been resolved: rustbinder: clear freeze listener on node removal Generally userspace is supposed to explicitly clear freeze listeners before they drop the refcount on the node ref to zero, but there's nothing forcing that. Currently, in this...

5.8AI score0.00173EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 4 days ago7 views

CVE-2026-64466

In the Linux kernel, the following vulnerability has been resolved: rustbinder: clear freeze listener on node removal Generally userspace is supposed to explicitly clear freeze listeners before they drop the refcount on the node ref to zero, but there's nothing forcing that. Currently, in this...

5.8AI score0.00173EPSS
SaveExploits0
OSV
OSV
added 4 days ago6 views

CVE-2026-64423 ipv4: igmp: remove multicast group from hash table on device destruction

In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: remove multicast group from hash table on device destruction When a device is destroyed under RTNL, ipmcdestroydev iterates through the multicast list and calls ipmaput on each membership, scheduling them for RCU...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References11
OSV
OSV
added 4 days ago6 views

CVE-2026-64421 media: nxp: imx8-isi: Fix use-after-free on remove

In the Linux kernel, the following vulnerability has been resolved: media: nxp: imx8-isi: Fix use-after-free on remove KASAN reports a slab-use-after-free in mediaentityremovelink during rmmod of imx8isi: BUG: KASAN: slab-use-after-free in mediaentityremovelink+0x608/0x650 Read of size 2 at addr...

5.8AI score0.00168EPSS
SaveExploits0References8
EUVD
EUVD
added 4 days ago7 views

EUVD-2026-48936

In the Linux kernel, the following vulnerability has been resolved: ksmbd: use opener credentials for delete-on-close Delete-on-close can be completed by deferred or durable handle teardown, where no request work is available. Both the base-file unlink and the ADS xattr removal consequently run...

5.7AI score0.00469EPSS
SaveExploits0References5
OSV
OSV
added 4 days ago7 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 score0.00168EPSS
SaveExploits0References7
OSV
OSV
added 4 days ago6 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
CVE
CVE
added 4 days ago12 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
Debian CVE
Debian CVE
added 4 days ago8 views

CVE-2026-64329

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ucsi: ccg: Fix use-after-free of ucsi on remove The threaded IRQ handler ccgirqhandler calls ucsinotifycommon, which on a connector-change event calls ucsiconnectorchange and schedules connector work. In ucsiccgremove...

5.6AI score0.00177EPSS
SaveExploits0
EUVD
EUVD
added 4 days ago5 views

EUVD-2026-48870

In the Linux kernel, the following vulnerability has been resolved: block: skip syncblockdev on surprise removal in bdevmarkdead bdevmarkdead's @surprise == true means the device is already gone. The filesystem callback fsbdevmarkdead honours this and skips syncfilesystem, but the bare block devi...

5.8AI score0.002EPSS
SaveExploits0References5
OSV
OSV
added 4 days ago5 views

CVE-2026-64326 block: skip sync_blockdev() on surprise removal in bdev_mark_dead()

In the Linux kernel, the following vulnerability has been resolved: block: skip syncblockdev on surprise removal in bdevmarkdead bdevmarkdead's @surprise == true means the device is already gone. The filesystem callback fsbdevmarkdead honours this and skips syncfilesystem, but the bare block devi...

5.8AI score0.002EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 4 days ago8 views

CVE-2026-64326

In the Linux kernel, the following vulnerability has been resolved: block: skip syncblockdev on surprise removal in bdevmarkdead bdevmarkdead's @surprise == true means the device is already gone. The filesystem callback fsbdevmarkdead honours this and skips syncfilesystem, but the bare block devi...

5.6AI score0.002EPSS
SaveExploits0
EUVD
EUVD
added 4 days ago6 views

EUVD-2026-49023

In the Linux kernel, the following vulnerability has been resolved: crypto: loongson - Remove broken and unused loongson-rng The loongson-rng rngalg has several vulnerabilities, including not providing forward security, and a use-after-free bug due to the use of waitforcompletioninterruptible...

5.8AI score0.00157EPSS
SaveExploits0References3
Rows per page
Query Builder