Lucene search
+L

5640 matches found

CVE
CVE
added 6 days ago22 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.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 6 days ago9 views

EUVD-2026-55376

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check amdgpuvmbofind result in GETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGINFO path of amdgpugemopioctl looks up the bova for the buffer object in the caller's VM via amdgpuvmbofind, but uses the returned pointer without...

5.5AI score0.00173EPSS
SaveExploits0References3
Cvelist
Cvelist
added 6 days ago30 views

CVE-2026-68275 drm/amdgpu: check amdgpu_vm_bo_find() result in GET_MAPPING_INFO

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: check amdgpuvmbofind result in GETMAPPINGINFO The AMDGPUGEMOPGETMAPPINGINFO path of amdgpugemopioctl looks up the bova for the buffer object in the caller's VM via amdgpuvmbofind, but uses the returned pointer without...

0.00173EPSS
SaveExploits0References3
CVE
CVE
added 6 days ago25 views

CVE-2026-68275

The CVE-2026-68275 entry concerns the Linux kernel DRM/AMDGPU driver. In the AMDGPU GEM GET_MAPPING_INFO path, amdgpu_gem_op_ioctl() looks up the BO in the caller’s VM via amdgpu_vm_bo_find() but does not verify the returned pointer before using it. If no bo_va exists for the BO in that VM (the n...

5.5AI score0.00173EPSS
SaveExploits0References3
EUVD
EUVD
added 6 days ago8 views

EUVD-2026-55361

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

5.4AI score0.00163EPSS
SaveExploits0References4
CVE
CVE
added 6 days ago26 views

CVE-2026-68260

CVE-2026-68260 affects the Linux kernel, specifically the drm/imagination driver. The issue arises because the GPU VM code does not properly synchronize find operations with map/unmap operations, allowing a race that can lead to a NULL pointer dereference in certain memory operations. The resolve...

7.8CVSS5.4AI score0.00163EPSS
SaveExploits0References4
Cvelist
Cvelist
added 6 days ago30 views

CVE-2026-68260 drm/imagination: acquire vm_ctx->lock before mapping memory to GPU VM

In the Linux kernel, the following vulnerability has been resolved: drm/imagination: acquire vmctx-lock before mapping memory to GPU VM The drm gpuvm code doesn't protect find operation against map operation, and the driver needs to ensure a map operation shouldn't happen when a find operation is...

7.8CVSS0.00163EPSS
SaveExploits0References4
EUVD
EUVD
added 6 days ago7 views

EUVD-2026-55341

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: publish dpagemap early to avoid device mapping leak on error drmgpusvmgetpages only stored the local dpagemap into svmpages-dpagemap on the success path. If a later page failed e.g. -EOPNOTSUPP when ctx-allowmixed is...

5.3AI score0.00161EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago7 views

CVE-2026-68240 drm/gpusvm: publish dpagemap early to avoid device mapping leak on error

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: publish dpagemap early to avoid device mapping leak on error drmgpusvmgetpages only stored the local dpagemap into svmpages-dpagemap on the success path. If a later page failed e.g. -EOPNOTSUPP when ctx-allowmixed is...

8.8CVSS5.3AI score
SaveExploits0References6
CVE
CVE
added 6 days ago33 views

CVE-2026-68240

Summary: CVE-2026-68240 affects the Linux kernel drm/gpusvm component. The root cause was that drm_gpusvm_get_pages() on an error path did not correctly assign svm_pages->dpagemap, causing __drm_gpusvm_unmap_pages() to skip device_unmap() and leak device mappings that had already been created....

8.8CVSS5.3AI score0.00161EPSS
SaveExploits0References3
Cvelist
Cvelist
added 6 days ago34 views

CVE-2026-68240 drm/gpusvm: publish dpagemap early to avoid device mapping leak on error

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: publish dpagemap early to avoid device mapping leak on error drmgpusvmgetpages only stored the local dpagemap into svmpages-dpagemap on the success path. If a later page failed e.g. -EOPNOTSUPP when ctx-allowmixed is...

8.8CVSS0.00161EPSS
SaveExploits0References3
OSV
OSV
added 6 days ago6 views

CVE-2026-68226 media: cx23885: add ioremap return check and cleanup

In the Linux kernel, the following vulnerability has been resolved: media: cx23885: add ioremap return check and cleanup Add a check for the return value of pciioremapbar in cx23885devsetup. If ioremap for BAR0 fails, release the already allocated PCI memory region, decrement the device count, an...

5.3AI score
SaveExploits0References8
CVE
CVE
added 6 days ago28 views

CVE-2026-68226

The CVE affects the Linux kernel component media: cx23885. A vulnerability was resolved by adding a check for the return value of pci_ioremap_bar() in cx23885_dev_setup(). If ioremap for BAR0 fails, the code now releases the allocated PCI memory region, decrements the device count, and returns -E...

5.3AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago32 views

CVE-2026-68172 arm64: make huge_ptep_get handled unaligned addresses

In the Linux kernel, the following vulnerability has been resolved: arm64: make hugeptepget handled unaligned addresses hugeptepget can be handed a virtual address pointing to the middle of a contpmd/contpte mapped hugetlb folio examples of callers are pagemaphugetlbrange, pagemappedinvma. The...

7.1CVSS0.00157EPSS
SaveExploits0References3
Cvelist
Cvelist
added 6 days ago30 views

CVE-2026-68154 libceph: reject zero bucket types in crush_decode

In the Linux kernel, the following vulnerability has been resolved: libceph: reject zero bucket types in crushdecode CRUSH bucket type 0 is reserved for devices. The mapper relies on that invariant and uses type 0 to identify leaf devices. If crushdecode accepts a bucket with type 0, a malformed...

9.8CVSS0.00626EPSS
SaveExploits0References5
EUVD
EUVD
added 6 days ago5 views

EUVD-2026-55516

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

5.5AI score0.00175EPSS
SaveExploits0References5
Cvelist
Cvelist
added 6 days ago31 views

CVE-2026-68135 net: hip04: fix RX buffer leak on build_skb failure

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

0.00175EPSS
SaveExploits0References5
OSV
OSV
added 6 days ago5 views

CVE-2026-68135 net: hip04: fix RX buffer leak on build_skb failure

In the Linux kernel, the following vulnerability has been resolved: net: hip04: fix RX buffer leak on buildskb failure When buildskb fails in hip04rxpoll, the driver jumps to the refill path without releasing the current RX buffer and its DMA mapping. Installing a replacement buffer then overwrit...

5.5AI score
SaveExploits0References8
Cvelist
Cvelist
added 6 days ago36 views

CVE-2026-68103 drm/amdgpu: reject mapping a reserved doorbell to a new queue

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject mapping a reserved doorbell to a new queue When creating an user-queue, the user space provides a doorbell BO handle and an offset within the bo to obtain a doorbell. However current implementation using...

7.1CVSS0.0011EPSS
SaveExploits0References2
EUVD
EUVD
added 6 days ago6 views

EUVD-2026-55484

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: reject mapping a reserved doorbell to a new queue When creating an user-queue, the user space provides a doorbell BO handle and an offset within the bo to obtain a doorbell. However current implementation using...

5.3AI score0.0011EPSS
SaveExploits0References2
Rows per page
Query Builder