Lucene search
+L

495583 matches found

EUVD
EUVD
added yesterday3 views

EUVD-2026-55349

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Return NULL on error in activeinstance Avoid returning &node-base when node is NULL due to OOM during GFPATOMIC allocation. Discovered using AI-assisted static analysis confirmed by Intel Product Security. cherry picked...

5.3AI score
SaveExploits0References5
OSV
OSV
added yesterday3 views

CVE-2026-68248 drm/i915: Return NULL on error in active_instance

In the Linux kernel, the following vulnerability has been resolved: drm/i915: Return NULL on error in activeinstance Avoid returning &node-base when node is NULL due to OOM during GFPATOMIC allocation. Discovered using AI-assisted static analysis confirmed by Intel Product Security. cherry picked...

5.3AI score
SaveExploits0References8
CVE
CVE
added yesterday15 views

CVE-2026-68248

CVE-2026-68248 affects the Linux kernel DRM/i915 driver. The vulnerability arises in the active_instance error path where a NULL node could be used, due to OOM during GFP_ATOMIC allocation, leading to unsafe return of a pointer. The fix modifies the path to return NULL on error instead of derefer...

5.3AI score
SaveExploits0References5
OSV
OSV
added yesterday2 views

CVE-2026-68247 drm/i915/bios: range check LFP Data Block panel_type2

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: range check LFP Data Block paneltype2 While the paneltype from LFP Data Block is range checked, paneltype2 is not. Add a few helpers for range checking, and use them to not only check paneltype2, but also improve...

5.4AI score
SaveExploits0References7
EUVD
EUVD
added yesterday4 views

EUVD-2026-55348

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: range check LFP Data Block paneltype2 While the paneltype from LFP Data Block is range checked, paneltype2 is not. Add a few helpers for range checking, and use them to not only check paneltype2, but also improve...

5.3AI score
SaveExploits0References4
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-68247

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: range check LFP Data Block paneltype2 While the paneltype from LFP Data Block is range checked, paneltype2 is not. Add a few helpers for range checking, and use them to not only check paneltype2, but also improve...

5.2AI score
SaveExploits0
Cvelist
Cvelist
added yesterday25 views

CVE-2026-68247 drm/i915/bios: range check LFP Data Block panel_type2

In the Linux kernel, the following vulnerability has been resolved: drm/i915/bios: range check LFP Data Block paneltype2 While the paneltype from LFP Data Block is range checked, paneltype2 is not. Add a few helpers for range checking, and use them to not only check paneltype2, but also improve...

SaveExploits0References4
CVE
CVE
added yesterday17 views

CVE-2026-68247

The CVE-2026-68247 entry concerns the Linux kernel DRM i915 BIOS code where panel_type2 lacked a range check in the LFP Data Block, though panel_type was checked. The fix introduces range-checking helpers and uses them to validate panel_type2 and to improve clarity and correctness in panel type s...

5.3AI score
SaveExploits0References4
EUVD
EUVD
added yesterday3 views

EUVD-2026-55347

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx11: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit daa62107452d2451787c4248ca38fa2d1a0cbefd...

5.3AI score
SaveExploits0References5
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-68246

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx11: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit daa62107452d2451787c4248ca38fa2d1a0cbefd...

5.2AI score
SaveExploits0
Cvelist
Cvelist
added yesterday28 views

CVE-2026-68246 drm/amdgpu/gfx11: replace BUG_ON() with WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx11: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit daa62107452d2451787c4248ca38fa2d1a0cbefd...

SaveExploits0References5
OSV
OSV
added yesterday3 views

CVE-2026-68246 drm/amdgpu/gfx11: replace BUG_ON() with WARN_ON()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx11: replace BUGON with WARNON There's no need to crash the kernel for these cases. cherry picked from commit daa62107452d2451787c4248ca38fa2d1a0cbefd...

5.4AI score
SaveExploits0References8
CVE
CVE
added yesterday13 views

CVE-2026-68246

Technical details are not publicly available in the provided documents. Monitor for updates on affected kernel versions and patch notes.

5.3AI score
SaveExploits0References5
OSV
OSV
added yesterday3 views

CVE-2026-68245 drm/amdgpu: fix lifetime issue of amdgpu_vm_get_task_info_pasid()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lifetime issue of amdgpuvmgettaskinfopasid The vm pointer returned from amdgpuvmgetvmfrompasid is only valid while the lock is still being held. Once xaunlockirqrestore is called and returned, the pointer is no...

5.3AI score
SaveExploits0References7
EUVD
EUVD
added yesterday3 views

EUVD-2026-55346

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lifetime issue of amdgpuvmgettaskinfopasid The vm pointer returned from amdgpuvmgetvmfrompasid is only valid while the lock is still being held. Once xaunlockirqrestore is called and returned, the pointer is no...

5.2AI score
SaveExploits0References4
CVE
CVE
added yesterday14 views

CVE-2026-68245

CVE-2026-68245 affects the Linux kernel DRM/AMDGPU stack. The vulnerability arises from a lifetime issue where the vm pointer returned by amdgpu_vm_get_vm_from_pasid() remains valid only while a lock is held; after xa_unlock_irqrestore, the pointer is no longer protected, and dereferencing vm-&gt...

5.2AI score
SaveExploits0References4
Debian CVE
Debian CVE
added yesterday4 views

CVE-2026-68245

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lifetime issue of amdgpuvmgettaskinfopasid The vm pointer returned from amdgpuvmgetvmfrompasid is only valid while the lock is still being held. Once xaunlockirqrestore is called and returned, the pointer is no...

5.2AI score
SaveExploits0
Cvelist
Cvelist
added yesterday27 views

CVE-2026-68245 drm/amdgpu: fix lifetime issue of amdgpu_vm_get_task_info_pasid()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix lifetime issue of amdgpuvmgettaskinfopasid The vm pointer returned from amdgpuvmgetvmfrompasid is only valid while the lock is still being held. Once xaunlockirqrestore is called and returned, the pointer is no...

SaveExploits0References4
OSV
OSV
added yesterday3 views

CVE-2026-68244 drm/i915/gem: Do not leak siblings[] on proto context error

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Do not leak siblings on proto context error After a successful BALANCE/PARALLELSUBMIT extension on context creation, error during processing of next user extension leaks the siblings array. Fix that. Discovered usin...

5.3AI score
SaveExploits0References8
Debian CVE
Debian CVE
added yesterday6 views

CVE-2026-68244

In the Linux kernel, the following vulnerability has been resolved: drm/i915/gem: Do not leak siblings on proto context error After a successful BALANCE/PARALLELSUBMIT extension on context creation, error during processing of next user extension leaks the siblings array. Fix that. Discovered usin...

5.2AI score
SaveExploits0
Rows per page
Query Builder