Lucene search
+L

10269 matches found

CVE
CVE
added 2026/08/10 12:04 p.m.54 views

CVE-2026-68403

The CVE concerns the Linux kernel driver brcmfmac SDIO path. In brcmf_sdio_probe(), the newly allocated bus is stored in sdiodev->bus before the ordered workqueue is initialized. If allocation fails, the path can reach brcmf_sdio_remove(), which unconditionally cancels bus->datawork. The bu...

5.3AI score0.00176EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:04 p.m.36 views

CVE-2026-68389 Bluetooth: hci_qca: Clear memdump state on invalid dump size

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciqca: Clear memdump state on invalid dump size qcacontrollermemdump allocates qca-qcamemdump before processing the first dump packet. For a sequence-zero packet it then disables IBS, marks memdump collection active,...

8.8CVSS0.00257EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:04 p.m.43 views

CVE-2026-68389

The CVE-2026-68389 entry concerns a Linux kernel Bluetooth HCI driver (Qualcomm/Atheros QCA) issue. A zero/invalid memdump size in qca_controller_memdump() could leave qca->qca_memdump and collection flags in an inconsistent state, causing a later memdump work item to operate on freed memory a...

8.8CVSS5.3AI score0.00257EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.35 views

CVE-2026-68380

CVE-2026-68380 affects the Linux kernel AMD XDNA accelerator driver (accel/amdxdna). The vulnerability arises when amdxdna_cmd_submit() stores current->mm in job->mm without a structural reference, and aie2_sched_job_run() later reads job->mm from the DRM scheduler worker thread. This cr...

7.8CVSS5.4AI score0.00133EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/10 12:03 p.m.34 views

CVE-2026-68375 bnxt_en: Handle partially initialized auxiliary devices

In the Linux kernel, the following vulnerability has been resolved: bnxten: Handle partially initialized auxiliary devices bnxtauxdevicesinit calls auxiliarydeviceinit before all fields used by bnxtauxdevrelease are initialized. After auxiliarydeviceinit succeeds, later errors must unwind with...

0.00162EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 12:03 p.m.7 views

EUVD-2026-55561

In the Linux kernel, the following vulnerability has been resolved: bnxten: Handle partially initialized auxiliary devices bnxtauxdevicesinit calls auxiliarydeviceinit before all fields used by bnxtauxdevrelease are initialized. After auxiliarydeviceinit succeeds, later errors must unwind with...

5.3AI score0.00162EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/10 12:03 p.m.9 views

EUVD-2026-55428

In the Linux kernel, the following vulnerability has been resolved: wan: wanxl: Only reset hardware after BAR mapping wanxlpciinitone stores the freshly allocated card in driver data before the PLX BAR is mapped. Several early probe failures then unwind through wanxlpciremoveone, including failur...

5.3AI score0.00176EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:03 p.m.34 views

CVE-2026-68327

CVE-2026-68327 (wanxl Linux kernel driver): The wanxl PCIe driver resets hardware only after the PLX BAR is mapped. A failure path during probe can call wanxl_reset() while card->plx is NULL, dereferencing MMIO and risking a NULL pointer. The root cause is that wanxl_pci_init_one() stores the ...

5.3AI score0.00176EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:02 p.m.33 views

CVE-2026-68323

A race condition was found in the Linux kernel TIPC UDP bearer replication list handling (tipc_udp_rcast_add and cleanup_bearer). Without proper serialization, updates to ub->rcast.list can corrupt the list, potentially triggering a kernel bug and denial of service. The fix adds a spinlock to ...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:02 p.m.40 views

CVE-2026-68314

Summary (CVE-2026-68314): The Linux kernel MCTP I3C subsystem contains a defect in mctp_i3c_mod_init(): it registers the I3C bus notifier and then iterates existing buses before the I3C device driver is registered. If i3c_driver_register() fails, the error is returned without cleaning up the noti...

7.8CVSS5.2AI score0.00128EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.33 views

CVE-2026-68314 net: mctp i3c: clean up notifier and buses if driver register fails

In the Linux kernel, the following vulnerability has been resolved: net: mctp i3c: clean up notifier and buses if driver register fails mctpi3cmodinit registers the I3C bus notifier and then walks the existing buses with i3cforeachbuslockedmctpi3cbusaddnew, NULL before registering the I3C device...

7.8CVSS0.00128EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 12:02 p.m.9 views

EUVD-2026-55415

In the Linux kernel, the following vulnerability has been resolved: net: mctp i3c: clean up notifier and buses if driver register fails mctpi3cmodinit registers the I3C bus notifier and then walks the existing buses with i3cforeachbuslockedmctpi3cbusaddnew, NULL before registering the I3C device...

5.2AI score0.00128EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.35 views

CVE-2026-68305 drm/xe/vf: Add drm_dev guards when detaching CCS read/write buffers

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vf: Add drmdev guards when detaching CCS read/write buffers CCS read/write buffers are freed during BO destruction. In some cases, BOs may be destroyed after the device is unbound but while the DRM structure remains valid,...

7.8CVSS0.00129EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:02 p.m.41 views

CVE-2026-68301

The CVE-2026-68301 entry details a Linux kernel net: hsr memory leak where, on slave unregistration, VLAN IDs synced to the slave (including VID 0) are not deleted, leaving vlan_info/vlan_vid_info refs and causing a leak when the slave is destroyed. The fix adds vlan_vids_del_by_dev(port->dev,...

5.3AI score0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.38 views

CVE-2026-68301 net: hsr: fix memory leak on slave unregistration by removing synced VLANs

In the Linux kernel, the following vulnerability has been resolved: net: hsr: fix memory leak on slave unregistration by removing synced VLANs When an HSR master device is brought UP, it auto-adds VLAN 0 via vlanvid0add, which propagates VID 0 to its slave devices slave A and B. If a slave device...

0.00172EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.37 views

CVE-2026-68298 drm/xe/vm: Fix SVM leak on resv obj alloc failure in xe_vm_create()

In the Linux kernel, the following vulnerability has been resolved: drm/xe/vm: Fix SVM leak on resv obj alloc failure in xevmcreate Commit 9e9787414882 "drm/xe/userptr: replace xehmm with gpusvm" made xesvminit unconditional in xevmcreate and extended it to also initialize a "simple" gpusvm state...

7.8CVSS0.00127EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/10 12:01 p.m.14 views

EUVD-2026-55372

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix reversed error cleanup order in ucopy functions nouveauuvmmvmbinducopy and nouveauexecucopy place their error cleanup labels in allocation order rather than reverse allocation order. On a umemcpya failure for...

5.3AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:01 p.m.36 views

CVE-2026-68271

CVE-2026-68271 involves the DRM/Nouveau component of the Linux kernel. The issue stems from incorrect error cleanup order in ucopy paths (nouveau_uvmm_vm_bind_ucopy and nouveau_exec_ucopy): cleanup labels were placed in allocation order instead of reverse allocation order. This could cause derefe...

5.3AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:01 p.m.30 views

CVE-2026-68271 drm/nouveau: fix reversed error cleanup order in ucopy functions

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix reversed error cleanup order in ucopy functions nouveauuvmmvmbinducopy and nouveauexecucopy place their error cleanup labels in allocation order rather than reverse allocation order. On a umemcpya failure for...

0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:01 p.m.12 views

CVE-2026-68271 drm/nouveau: fix reversed error cleanup order in ucopy functions

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix reversed error cleanup order in ucopy functions nouveauuvmmvmbinducopy and nouveauexecucopy place their error cleanup labels in allocation order rather than reverse allocation order. On a umemcpya failure for...

5.3AI score
SaveExploits0References8
Rows per page
Query Builder