Lucene search
+L

357511 matches found

Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-68107

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: avoid rereading IB param length Reuse the parameter length returned by vcnv40encfindibparam instead of rereading it from the IB. This avoids a potential TOCTOU issue if the IB contents change between reads. cherr...

5.2AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55488

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vcn4: avoid rereading IB param length Reuse the parameter length returned by vcnv40encfindibparam instead of rereading it from the IB. This avoids a potential TOCTOU issue if the IB contents change between reads. cherr...

5.2AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-68106

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix division by zero with invalid uvd dimensions When width or height is less than 16, widthinmb or heightinmb becomes 0, leading to fsinmb being 0. This causes a division by zero when calculating numdpbbuffer in H264...

5.3AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2 days ago3 views

CVE-2026-68106 drm/amdgpu: fix division by zero with invalid uvd dimensions

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix division by zero with invalid uvd dimensions When width or height is less than 16, widthinmb or heightinmb becomes 0, leading to fsinmb being 0. This causes a division by zero when calculating numdpbbuffer in H264...

5.5AI score
SaveExploits0References8
CVE
CVE
added 2 days ago19 views

CVE-2026-68106

The CVE-2026-68106 entry describes a Linux kernel (drm/amdgpu) issue where, if width or height is less than 16, width_in_mb/height_in_mb become 0 and lead to a division-by-zero when computing num_dpb_buffer in H264 and H264 Perf decode paths. The fix adds validation to reject frames with width &l...

5.4AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-55487

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix division by zero with invalid uvd dimensions When width or height is less than 16, widthinmb or heightinmb becomes 0, leading to fsinmb being 0. This causes a division by zero when calculating numdpbbuffer in H264...

5.4AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago5 views

CVE-2026-68105 drm/amdgpu: Fix kernel panic during driver load failure

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel NULL pointer...

5.3AI score
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-68105

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix kernel panic during driver load failure Avoid kernel panic if MES init fails during driver load. The KIQ ring is falsely marked as ready as ASICs that use MES, KIQ is owned by MES. BUG: kernel NULL pointer...

5.2AI score0.00155EPSS
SaveExploits0
CVE
CVE
added 2 days ago29 views

CVE-2026-68105

Technical details about CVE-2026-68105 are not provided in the connected documents. No product/version/impact data is available here; monitor for updates.

5.3AI score0.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2 days ago7 views

CVE-2026-68104

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: invoke pmgenpdremove before freeing genpd Call pmgenpdremove to unregister from global list prior to releasing acpgenpd memory, and clear the pointer after free. cherry picked from commit...

5.2AI score0.00168EPSS
SaveExploits0
EUVD
EUVD
added 2 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.00155EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-68103

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.2AI score0.00155EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-68102

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix aperture mapping leak amdgpupciremove calls drmdevunplug before invoking the driver fini routines. This causes drmdeventer in amdgputtmfini to always return false, so iounmapaperbasekaddr never runs on normal driv...

5.3AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2 days ago6 views

CVE-2026-68101 drm/amdgpu: fix check in amdgpu_hmm_invalidate_gfx

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix check in amdgpuhmminvalidategfx For a short moment during alloc/free the userptr BO is not part of his VM, so bo-vmbo can be NULL. Keep a reference to the VM root PD as parent of the userptr BO so that we can alwa...

5.4AI score
SaveExploits0References4
EUVD
EUVD
added 2 days ago7 views

EUVD-2026-55482

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix check in amdgpuhmminvalidategfx For a short moment during alloc/free the userptr BO is not part of his VM, so bo-vmbo can be NULL. Keep a reference to the VM root PD as parent of the userptr BO so that we can alwa...

5.3AI score0.00149EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-68101

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix check in amdgpuhmminvalidategfx For a short moment during alloc/free the userptr BO is not part of his VM, so bo-vmbo can be NULL. Keep a reference to the VM root PD as parent of the userptr BO so that we can alwa...

5.2AI score0.00149EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2 days ago6 views

CVE-2026-68100

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate numsubauth when copying ACE in setntacldacl setntacldacl copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.numsubauth. The ACE bytes...

5.2AI score0.00168EPSS
SaveExploits0
CVE
CVE
added 2 days ago17 views

CVE-2026-68100

In ksmbd (Linux kernel), set_ntacl_dacl() copies ACEs from a stored security descriptor without validating ntace->sid.num_subauth. An attacker-controlled SD can specify a crafted num_subauth, and since num_subauth is not checked here (unlike parse_dacl/parse_sid/smb_copy_sid gates), a crafted ...

5.3AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-55481

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate numsubauth when copying ACE in setntacldacl setntacldacl copies each ACE from the attacker-controlled stored security descriptor verbatim into the response DACL without checking sid.numsubauth. The ACE bytes...

5.3AI score0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago4 views

CVE-2026-68099

In the Linux kernel, the following vulnerability has been resolved: ksmbd: restore DACL size on checkaddoverflow to avoid malformed ACL checkaddoverflow unconditionally writes the truncated sum into d even on overflow, per its contract in include/linux/overflow.h. The four checkaddoverflow guards...

5.4AI score0.00168EPSS
SaveExploits0
Rows per page
Query Builder