Lucene search
+L

7627 matches found

CVE
CVE
added 2026/08/10 12:3 p.m.37 views

CVE-2026-68364

The CVE-2026-68364 entry concerns the Linux kernel DRM/AMD display subsystem. It describes a deadlock in the ISM path (dc_lock) during suspend caused by amdgpu_dm_ism_disable() waiting for ISM work that itself acquires dc_lock, creating an ABBA deadlock when a worker is in flight at suspend. The ...

5.3AI score0.00162EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:3 p.m.29 views

CVE-2026-68347

CVE-2026-68347 pertains to the Linux kernel’s amd iommu code. The vulnerability arises from IRQ-unsafe locking in gdom allocation and in the IOMMU destroy/free path, leading to lock-order conflicts when HARDIRQ-safe locks become HARDIRQ-unsafe. The documented fix switches the allocation path in g...

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

EUVD-2026-55448

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix IRQ unsafe locking in gdom allocation Lockdep complains: 259.410489 ===================================================== 259.417287 WARNING: HARDIRQ-safe - HARDIRQ-unsafe lock order detected 259.424667...

5.3AI score0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.32 views

CVE-2026-68347 iommu/amd: Fix IRQ unsafe locking in gdom allocation

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Fix IRQ unsafe locking in gdom allocation Lockdep complains: 259.410489 ===================================================== 259.417287 WARNING: HARDIRQ-safe - HARDIRQ-unsafe lock order detected 259.424667...

0.00162EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.32 views

CVE-2026-68329 iommu/amd: Wait for completion instead of returning early in iommu_completion_wait()

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Wait for completion instead of returning early in iommucompletionwait needsync is a per-IOMMU flag shared by all domains and devices behind that IOMMU. It is set whenever a command is queued with sync == true and clear...

8.8CVSS0.00159EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:3 p.m.5 views

CVE-2026-68329 iommu/amd: Wait for completion instead of returning early in iommu_completion_wait()

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Wait for completion instead of returning early in iommucompletionwait needsync is a per-IOMMU flag shared by all domains and devices behind that IOMMU. It is set whenever a command is queued with sync == true and clear...

8.8CVSS5.5AI score
SaveExploits0References8
CVE
CVE
added 2026/08/10 12:3 p.m.39 views

CVE-2026-68329

CVE-2026-68329 affects the Linux kernel’s iommu/amd path. A race in iommu_completion_wait() can cause it to return before all previously queued commands complete, enabling a use-after-free window where stale page-table translations may be used. The issue stems from need_sync being read locklessly...

8.8CVSS5.5AI score0.00159EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 12:3 p.m.23 views

CVE-2026-68325 iommu/amd: Bound the early ACPI HID map

In the Linux kernel, the following vulnerability has been resolved: iommu/amd: Bound the early ACPI HID map The ivrsacpihid command-line parser appends entries to a fixed four-element earlyacpihidmap array. Unlike the sibling IOAPIC and HPET parsers, it does not reject a fifth entry before...

0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:3 p.m.31 views

CVE-2026-68325

The Linux kernel AMD IOMMU path (ivrs_acpihid parser) is affected by CVE-2026-68325. The parser appends entries to a fixed four-element early_acpihid_map and, unlike the IOAPIC/HPET parsers, does not reject a fifth entry before increasing the map size. The patch adds a capacity check at the commo...

5.3AI score0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:1 p.m.25 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
Cvelist
Cvelist
added 2026/08/10 12:1 p.m.37 views

CVE-2026-68272 drm/amdgpu: validate CP_GFX_SHADOW chunk size in CS pass1

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: validate CPGFXSHADOW chunk size in CS pass1 Add a minimum-length check for the AMDGPUCHUNKIDCPGFXSHADOW chunk in amdgpucspass1, matching the gate already present for the IB, FENCE and BOHANDLES chunk types. The...

0.00175EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:1 p.m.32 views

CVE-2026-68256

Summary: CVE-2026-68256 affects the Linux kernel DRM/AMD Display stack, specifically the function detect_link_and_local_sink. The issue: on the DP alt mode timeout path inside SIGNAL_TYPE_DISPLAY_PORT, prev_sink is not released, whereas all other paths correctly call dc_sink_release(prev_sink). T...

5.3AI score0.00175EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:1 p.m.3 views

CVE-2026-68256 drm/amd/display: detect_link_and_local_sink: DP alt mode timeout path leaks prev_sink reference

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: detectlinkandlocalsink: DP alt mode timeout path leaks prevsink reference prevsink is unconditionally retained via dcsinkretain at function entry, but the DP alt mode timeout path inside SIGNALTYPEDISPLAYPORT...

5.4AI score
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:1 p.m.6 views

EUVD-2026-55357

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: detectlinkandlocalsink: DP alt mode timeout path leaks prevsink reference prevsink is unconditionally retained via dcsinkretain at function entry, but the DP alt mode timeout path inside SIGNALTYPEDISPLAYPORT...

5.3AI score0.00175EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:1 p.m.6 views

EUVD-2026-55351

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

5.3AI score0.002EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:1 p.m.27 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 score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/10 12:1 p.m.9 views

EUVD-2026-55338

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/userq: fix indefinite fence wait during GPU reset prereset only force-completes fences of MAPPED queues. A queue in any other state e.g. mid-eviction keeps its lastfence pending; after a GPU reset that fence never...

5.3AI score0.00155EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/10 12:1 p.m.43 views

CVE-2026-68236

CVE-2026-68236 : In the Linux kernel, the drm/amd/display path (dm_update_crtc_state) releases a stream pointer (new_stream) but fails to NULL it. If an error occurs later, the code may call dc_stream_release() again on the same dangling pointer, causing a double release and use-after-free. The f...

7.8CVSS5.3AI score0.00125EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:1 p.m.4 views

CVE-2026-68236 drm/amd/display: set new_stream to NULL after release

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: set newstream to NULL after release In dmupdatecrtcstate, the skipmodeset path releases newstream via dcstreamrelease but does not set the pointer to NULL. If a later error e.g., color management failure triggers...

7.8CVSS5.3AI score
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:1 p.m.31 views

CVE-2026-68236 drm/amd/display: set new_stream to NULL after release

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: set newstream to NULL after release In dmupdatecrtcstate, the skipmodeset path releases newstream via dcstreamrelease but does not set the pointer to NULL. If a later error e.g., color management failure triggers...

7.8CVSS0.00125EPSS
SaveExploits0References5
Rows per page
Query Builder