Lucene search
+L

90758 matches found

OSV
OSV
added 2026/08/10 11:58 a.m.7 views

CVE-2026-68111 drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON()

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

5.4AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 11:58 a.m.10 views

CVE-2026-68110 drm/amdgpu/sdma4.4.2: replace BUG_ON() with WARN_ON()

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

5.4AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:58 a.m.24 views

CVE-2026-68109 drm/amdgpu/sdma7.1: replace BUG_ON() with WARN_ON()

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

5.4AI score
SaveExploits0References5
OSV
OSV
added 2026/08/10 11:58 a.m.7 views

CVE-2026-68108 drm/amdgpu/vce: fix integer overflow in image size

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/vce: fix integer overflow in image size Fix a security vulnerability where malicious VCE command streams with oversized dimensions e.g. 65536×65536 cause 32-bit integer overflow, wrapping the calculated buffer size to ...

8.8CVSS5.6AI score
SaveExploits0References9
OSV
OSV
added 2026/08/10 11:58 a.m.8 views

CVE-2026-68107 drm/amdgpu/vcn4: avoid rereading IB param length

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...

8.8CVSS5.3AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:58 a.m.9 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...

7.8CVSS5.5AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 11:58 a.m.24 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
OSV
OSV
added 2026/08/10 11:58 a.m.9 views

CVE-2026-68104 drm/amdgpu: invoke pm_genpd_remove() before freeing genpd

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...

7.8CVSS5.3AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 11:58 a.m.5 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.1CVSS5.3AI score
SaveExploits0References5
OSV
OSV
added 2026/08/10 11:58 a.m.10 views

CVE-2026-68102 drm/amdgpu: fix aperture mapping leak

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.4AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:58 a.m.20 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
OSV
OSV
added 2026/08/10 11:58 a.m.14 views

CVE-2026-68100 ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl

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...

8.1CVSS5.4AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:58 a.m.9 views

CVE-2026-68099 ksmbd: restore DACL size on check_add_overflow() to avoid malformed ACL

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.5AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:58 a.m.9 views

CVE-2026-68098 ksmbd: bound DACL dedup walk to copied ACEs

In the Linux kernel, the following vulnerability has been resolved: ksmbd: bound DACL dedup walk to copied ACEs setntacldacl can stop copying ACEs before consuming the full input DACL when size accounting overflows. When that happens, numaces reflects only the ACEs that were actually copied into...

8.8CVSS5.4AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:58 a.m.4 views

CVE-2026-68097 ksmbd: validate ACE size against SID sub-authorities

In the Linux kernel, the following vulnerability has been resolved: ksmbd: validate ACE size against SID sub-authorities setntacldacl validates sid.numsubauth before copying an ACE, but does not verify that the declared ACE size contains all sub-authorities described by that field. An undersized...

8.8CVSS5.4AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:58 a.m.9 views

CVE-2026-68096 audit: fix recursive locking deadlock in audit_dupe_exe()

In the Linux kernel, the following vulnerability has been resolved: audit: fix recursive locking deadlock in auditdupeexe A deadlock occurs in the audit subsystem when duplicating executable-related rules. When a file is moved e.g., via dorenameat2, the VFS layer locks the parent directory...

7.5CVSS5.5AI score
SaveExploits0References8
OSV
OSV
added 2026/08/10 11:58 a.m.9 views

CVE-2026-68095 fuse-uring: fix race between registration and connection abortion

In the Linux kernel, the following vulnerability has been resolved: fuse-uring: fix race between registration and connection abortion This fixes this race: - thread a: iouringenter - register sqe - fuseuringcreateringent - allocate ent but doesn't grab queueref yet - thread b: fuseconndestroy -...

5.4AI score
SaveExploits0References6
OSV
OSV
added 2026/08/10 11:58 a.m.10 views

CVE-2026-68094 sched_ext: Preserve rq tracking across local DSQ dispatch

In the Linux kernel, the following vulnerability has been resolved: schedext: Preserve rq tracking across local DSQ dispatch dispatchtolocaldsq can run from scxbpfdsqmovetolocal while ops.dispatch has recorded the current rq. Moving a task to a local DSQ may switch to the source or destination rq...

5.4AI score
SaveExploits0References5
OSV
OSV
added 2026/08/10 11:58 a.m.12 views

CVE-2026-68093 KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after hotplug

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Bump asidgeneration on CPU online to avoid ASID collision after hotplug If a vCPU stays scheduled out or blocked while the last pCPU it ran on goes through a hotplug cycle online-offline-online, and the vCPU then resume...

5.6AI score
SaveExploits0References9
OSV
OSV
added 2026/08/10 11:51 a.m.10 views

CVE-2026-68092 time/jiffies: Register jiffies clocksource before usage

In the Linux kernel, the following vulnerability has been resolved: time/jiffies: Register jiffies clocksource before usage Teddy reported that a XEN HVM has a long boot delay, which was bisected to the recent enhancements to the negative motion detection. It turned out that the jiffies clocksour...

5.4AI score
SaveExploits0References7
Rows per page
Query Builder