Lucene search
+L

368905 matches found

EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59454

In the Linux kernel, the following vulnerability has been resolved: ext4: validate donor file superblock early in EXT4IOCMOVEEXT Reject the EXT4IOCMOVEEXT ioctl early if the donor file does not belong to the same superblock as the original file. Currently, this validation is performed inside...

5.3AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74306 vfio/qat: fix f_pos race in qat_vf_resume_write()

In the Linux kernel, the following vulnerability has been resolved: vfio/qat: fix fpos race in qatvfresumewrite qatvfresumewrite checks filp-fpos before taking migf-lock, but copies into the migration-state buffer after taking the lock and re-reading the shared file position. Two concurrent write...

7.8CVSS5.8AI score
SaveExploits0References7
EUVD
EUVD
added 2026/08/15 5:58 a.m.6 views

EUVD-2026-59452

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

5.4AI score0.00129EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.32 views

CVE-2026-74305 bpf: Tighten cgroup storage cookie checks for prog arrays

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

7.8CVSS0.00129EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 5:58 a.m.9 views

CVE-2026-74305 bpf: Tighten cgroup storage cookie checks for prog arrays

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

7.8CVSS5.5AI score
SaveExploits0References10
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.4 views

CVE-2026-74305

In the Linux kernel, the following vulnerability has been resolved: bpf: Tighten cgroup storage cookie checks for prog arrays The fix in commit abad3d0bad72 "bpf: Fix oob access in cgroup local storage" is still incomplete. The prog-array compatibility check treats a program with no cgroup storag...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:58 a.m.21 views

CVE-2026-74305

The provided CVE covers a Linux kernel bug in BPF cgroup storage checks for prog arrays. The underlying issue was an incomplete fix in the commit abad3d0bad72, where a program with no cgroup storage could be treated as compatible with any stored storage cookie, enabling a storage-less leaf to tai...

7.8CVSS5.4AI score0.00129EPSS
SaveExploits0References7
CVE
CVE
added 2026/08/15 5:58 a.m.22 views

CVE-2026-74304

The CVE-2026-74304 issue affects the Linux kernel Bluetooth hci_qca driver. In qca_setup(), hu->serdev may be NULL for hci_uart attached via non-serdev paths, yet the code unconditionally calls serdev_device_get_drvdata(hu->serdev) and dereferences it, causing a NULL pointer dereference. Th...

5.3AI score0.00155EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:58 a.m.7 views

EUVD-2026-59451

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcasetup for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcasetup unconditionally calls serdevdevicegetdrvdatahu-serdev and dereferences th...

5.3AI score0.00155EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.31 views

CVE-2026-74304 Bluetooth: hci_qca: fix NULL pointer dereference in qca_setup() for non-serdev device

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcasetup for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcasetup unconditionally calls serdevdevicegetdrvdatahu-serdev and dereferences th...

0.00155EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:58 a.m.8 views

CVE-2026-74303 Bluetooth: hci_qca: fix NULL pointer dereference in qca_dmp_hdr() for non-serdev device

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcadmphdr for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcadmphdr unconditionally dereferences hu-serdev-dev.driver-name, causing a NULL...

5.4AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.11 views

CVE-2026-74304

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcasetup for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcasetup unconditionally calls serdevdevicegetdrvdatahu-serdev and dereferences th...

5.3AI score0.00155EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:58 a.m.19 views

CVE-2026-74303

The CVE-2026-74303 issue concerns the Linux kernel Bluetooth stack (hci_qca). A NULL pointer dereference occurs in qca_dmp_hdr() when handling non-serdev devices: hu->serdev is NULL for hci_uart attached via non-serdev paths, yet the function dereferences hu->serdev->dev.driver->name....

5.3AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:58 a.m.5 views

EUVD-2026-59450

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcadmphdr for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcadmphdr unconditionally dereferences hu-serdev-dev.driver-name, causing a NULL...

5.3AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:58 a.m.29 views

CVE-2026-74303 Bluetooth: hci_qca: fix NULL pointer dereference in qca_dmp_hdr() for non-serdev device

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcadmphdr for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcadmphdr unconditionally dereferences hu-serdev-dev.driver-name, causing a NULL...

0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.7 views

CVE-2026-74303

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcadmphdr for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcadmphdr unconditionally dereferences hu-serdev-dev.driver-name, causing a NULL...

5.3AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:58 a.m.8 views

CVE-2026-74304 Bluetooth: hci_qca: fix NULL pointer dereference in qca_setup() for non-serdev device

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: fix NULL pointer dereference in qcasetup for non-serdev device hu-serdev is NULL for hciuart attached via non-serdev paths, but qcasetup unconditionally calls serdevdevicegetdrvdatahu-serdev and dereferences th...

5.4AI score
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:58 a.m.6 views

CVE-2026-74302 Bluetooth: hci_core: Fix UAF in hci_unregister_dev()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix UAF in hciunregisterdev hciunregisterdev does not disable cmdtimer and ncmdtimer before the hcidev structure is freed. If a timeout fires during device teardown, the callback dereferences freed memory...

7.8CVSS5.5AI score
SaveExploits0References7
Debian CVE
Debian CVE
added 2026/08/15 5:58 a.m.5 views

CVE-2026-74302

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcicore: Fix UAF in hciunregisterdev hciunregisterdev does not disable cmdtimer and ncmdtimer before the hcidev structure is freed. If a timeout fires during device teardown, the callback dereferences freed memory...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:58 a.m.26 views

CVE-2026-74302

The CVE-2026-74302 issue affects the Linux kernel Bluetooth HCI core, specifically hci_unregister_dev(), where cmd_timer and ncmd_timer are not disabled before freeing the hci_dev, leading to use-after-free. The documented fix adds disable_delayed_work_sync() alongside existing disable_work_sync(...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References4
Rows per page
Query Builder