Lucene search
+L

124229 matches found

EUVD
EUVD
added 2026/08/15 5:55 a.m.7 views

EUVD-2026-59234

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix adv monitor add failure cleanup hciaddadvmonitor publishes a new advmonitor in hdev-advmonitorsidr before the powered MSFT setup step. The MSFT offload add path can then fail either locally before the...

5.7AI score0.00171EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.5 views

CVE-2026-72335

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix adv monitor add failure cleanup hciaddadvmonitor publishes a new advmonitor in hdev-advmonitorsidr before the powered MSFT setup step. The MSFT offload add path can then fail either locally before the...

7.8CVSS5.7AI score0.00171EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:55 a.m.19 views

CVE-2026-72335

CVE-2026-72335 — Linux kernel Bluetooth MGMT fix : The vulnerability is in the MGMT path used by the Bluetooth HCI management code when adding a new adv_monitor. In hci_add_adv_monitor, an adv_monitor is published in hdev->adv_monitors_idr before the powered MSFT offload setup. If the MSFT add...

7.8CVSS5.7AI score0.00171EPSS
SaveExploits0References6
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.5 views

CVE-2026-72333

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: fix tx ident leak for commands without a response Commit 6c3ea155e5ee "Bluetooth: L2CAP: Fix not tracking outstanding TX ident" changed ident allocation to use an IDA, releasing idents in l2capputident when the...

5.5AI score0.00209EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 views

EUVD-2026-59230

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

5.5AI score0.00165EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72331 accel/amdxdna: Fix VMA access race

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

7.8CVSS0.00165EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:55 a.m.24 views

CVE-2026-72331

CVE-2026-72331 affects the Linux kernel. The vulnerability arises in the accel/amdxdna path where, in functions aie2_populate_range() and amdxdna_umap_release() , a saved VMA pointer may have already been freed, leading to a potential use-after-free due to VMA accesses. The issue is resolved by r...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.8 views

CVE-2026-72331

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

7.8CVSS5.5AI score0.00165EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:55 a.m.10 views

CVE-2026-72331 accel/amdxdna: Fix VMA access race

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix VMA access race aie2populaterange and amdxdnaumaprelease access a saved VMA pointer that may have already been freed, leading to a potential use-after-free. Remove the VMA accesses from these functions to avoid...

7.8CVSS5.6AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.6 views

CVE-2026-72330

In the Linux kernel, the following vulnerability has been resolved: net/tls: Consume empty data records in tlsswreadsock A peer may send a zero-length TLS applicationdata record; TLS 1.3 explicitly permits these as a traffic-analysis countermeasure RFC 8446, Section 5.1. After decryption such a...

7.5CVSS5.4AI score0.0063EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/15 5:55 a.m.9 views

EUVD-2026-59227

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential amdxdnaumap lifetime race amdxdnaumaprelease calls the blocking mmuintervalnotifierremove before removing the object from abo-mem.umaplist. If aie2populaterange runs concurrently, it may obtain a...

5.4AI score0.00168EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/15 5:55 a.m.6 views

CVE-2026-72329 net/liquidio: drop cached VF pci_dev LUT

In the Linux kernel, the following vulnerability has been resolved: net/liquidio: drop cached VF pcidev LUT The PF SR-IOV enable path caches VF pcidev pointers in dpiringtovfpcidevlut by iterating with pcigetdevice. Those entries do not own a reference, because the iterator drops the previous...

9.3CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:55 a.m.28 views

CVE-2026-72328

In the Linux kernel, CVE-2026-72328 affects the amdxdna subsystem (accel/amdxdna). The issue is a lifetime race in amdxdna_umap_release() where blocking mmu_interval_notifier_remove() occurs before removing the object from abo->mem.umap_list, allowing concurrent aie2_populate_range() to obtain...

7.8CVSS5.3AI score0.00168EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72328 accel/amdxdna: Fix potential amdxdna_umap lifetime race

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential amdxdnaumap lifetime race amdxdnaumaprelease calls the blocking mmuintervalnotifierremove before removing the object from abo-mem.umaplist. If aie2populaterange runs concurrently, it may obtain a...

7.8CVSS0.00168EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.5 views

CVE-2026-72328

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential amdxdnaumap lifetime race amdxdnaumaprelease calls the blocking mmuintervalnotifierremove before removing the object from abo-mem.umaplist. If aie2populaterange runs concurrently, it may obtain a...

7.8CVSS5.4AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:55 a.m.16 views

CVE-2026-72328 accel/amdxdna: Fix potential amdxdna_umap lifetime race

In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix potential amdxdnaumap lifetime race amdxdnaumaprelease calls the blocking mmuintervalnotifierremove before removing the object from abo-mem.umaplist. If aie2populaterange runs concurrently, it may obtain a...

7.8CVSS5.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:55 a.m.21 views

CVE-2026-72329 net/liquidio: drop cached VF pci_dev LUT

In the Linux kernel, the following vulnerability has been resolved: net/liquidio: drop cached VF pcidev LUT The PF SR-IOV enable path caches VF pcidev pointers in dpiringtovfpcidevlut by iterating with pcigetdevice. Those entries do not own a reference, because the iterator drops the previous...

9.3CVSS0.0018EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:55 a.m.25 views

CVE-2026-72329

CVE-2026-72329 affects the Linux kernel’s net/liquidio SR-IOV path. The vulnerability arises from the PF SR-IOV enable path caching VF pci_dev pointers in dpiring_to_vfpcidev_lut[] by iterating with pci_get_device(), where entries do not own a reference and the iterator drops the previous device ...

9.3CVSS5.3AI score0.0018EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:55 a.m.7 views

EUVD-2026-59228

In the Linux kernel, the following vulnerability has been resolved: net/liquidio: drop cached VF pcidev LUT The PF SR-IOV enable path caches VF pcidev pointers in dpiringtovfpcidevlut by iterating with pcigetdevice. Those entries do not own a reference, because the iterator drops the previous...

5.4AI score0.0018EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:55 a.m.6 views

CVE-2026-72327

In the Linux kernel, the following vulnerability has been resolved: drm/v3d: Reject invalid indirect BO handle in indirect CSD setup v3dgetcpuindirectcsdparams looks up the indirect buffer object from a userspace-supplied handle but never checks the result. A bogus or stale handle makes...

5.6AI score0.00209EPSS
SaveExploits0
Rows per page
Query Builder