Lucene search
+L

4022 matches found

Cvelist
Cvelist
added 8 hours ago5 views

CVE-2026-68430 drm/amdgpu/gfx8: drop unecessary BUG_ON()

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx8: drop unecessary BUGON There's no need to crash the kernel for this case. cherry picked from commit 4d7c25208ca612b754f3bf39e9f16e725b828891...

SaveExploits0References5
EUVD
EUVD
added 8 hours ago6 views

EUVD-2026-57038

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx8: drop unecessary BUGON There's no need to crash the kernel for this case. cherry picked from commit 4d7c25208ca612b754f3bf39e9f16e725b828891...

5.2AI score
SaveExploits0References5
CVE
CVE
added 8 hours ago10 views

CVE-2026-68430

CVE-2026-68430 affects the Linux kernel, specifically the DRM AMDGPU gfx8 path. The vulnerability arises from an unnecessary BUG_ON() that could crash the kernel; the fix is to drop this BUG_ON() check. The issue was resolved by cherry-picking the corresponding patch (commit 4d7c25208ca612b754f3b...

5.2AI score
SaveExploits0References5
RedhatCVE
RedhatCVE
added yesterday2 views

CVE-2026-68133

A flaw was found in the Linux kernel's ice driver. A local attacker, by triggering a Physical Function PF reset while the Precision Time Protocol PTP state is uninitialized, could cause an invalid state transition. This could lead to a kernel bug and a system crash, resulting in a Denial of Servi...

5.5CVSS5.3AI score0.00175EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added yesterday2 views

CVE-2026-68113

A flaw was found in the Linux kernel's drm/amdgpu/gfx12 component. This vulnerability allowed a local attacker to trigger a kernel crash due to an improper use of the BUGON macro, which is designed to halt the system on critical errors. By replacing BUGON with WARNON, the kernel no longer crashes...

4.1CVSS5.4AI score0.00168EPSS
SaveExploits0References7
RedhatCVE
RedhatCVE
added yesterday2 views

CVE-2026-68112

A flaw was found in the drm/amdgpu/gfx9.4.3 component of the Linux kernel. This vulnerability is due to the use of BUGON macros in error handling, which, when triggered by specific error conditions, could cause the kernel to crash. This could result in a Denial of Service DoS for the system...

4.7CVSS5.3AI score0.00168EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added yesterday3 views

CVE-2026-68115

A flaw was found in the Linux kernel's drm/amdgpu/gfx10 component. Under certain unexpected conditions, the kernel could crash, leading to a system-wide Denial of Service DoS. This issue has been resolved by preventing the kernel from crashing in these scenarios...

4.7CVSS5.3AI score0.00168EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added yesterday2 views

CVE-2026-68114

A flaw was found in the Linux kernel, specifically within the drm/amdgpu/gfx12.1 component. Under certain error conditions, the system could encounter a critical error that would cause the kernel to crash. This issue could lead to a Denial of Service DoS, making the system unavailable. The...

4.7CVSS5.3AI score0.00155EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added yesterday2 views

CVE-2026-68246

A flaw was found in the Linux kernel. A vulnerability in the drm/amdgpu/gfx11 graphics driver could cause the system to crash. This issue arises from a condition that, when met, would trigger an error-handling mechanism designed to halt the kernel BUGON. An attacker with local access could...

4.4CVSS5.3AI score0.00168EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added yesterday1 views

CVE-2026-68152

A flaw was found in the Linux kernel's AMT Accelerated Mobile Page device driver. A use-after-free vulnerability can occur due to a race condition during device removal. This allows delayed work items to access a freed memory structure, potentially leading to kernel crashes or memory corruption. ...

5.7CVSS5.3AI score0.00175EPSS
SaveExploits0References7
Cvelist
Cvelist
added yesterday12 views

CVE-2026-62702 Windows Graphics Kernel Denial of Service Vulnerability

...

6.8CVSS
SaveExploits0References1
RedhatCVE
RedhatCVE
added yesterday4 views

CVE-2026-68291

A flaw was found in the Linux kernel's idpf driver. During initialization, if memory allocation for virtual port vport related buffers fails, the driver may attempt to access a null pointer when the module is removed or the system is reset. This can lead to a kernel null pointer dereference,...

4.1CVSS5.3AI score0.00155EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added yesterday3 views

CVE-2026-68261

A flaw was found in the Linux kernel's drm/imagination component. A local user could exploit this vulnerability by passing an invalid virtual machine VM context handle to the DRMIOCTLPVRCREATECONTEXT ioctl. This improper error checking can lead to a kernel crash, resulting in a Denial of Service...

5.5CVSS5.3AI score0.00209EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added yesterday4 views

CVE-2026-68252

A flaw was found in the drm/amdgpu/sdma7.0 component of the Linux kernel. This vulnerability could lead to a kernel crash, resulting in a Denial of Service DoS. The issue was caused by an improper use of BUGON which has been replaced with WARNON to prevent system instability...

5.5CVSS5.3AI score0.00175EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added yesterday3 views

CVE-2026-68109

A flaw was found in the Linux kernel, specifically within the drm/amdgpu/sdma7.1 component. This vulnerability occurs when a BUGON macro is triggered, which can lead to an immediate kernel crash. An attacker could potentially exploit this to cause a Denial of Service DoS on the affected system...

5.5CVSS5.4AI score0.00155EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added yesterday3 views

CVE-2026-68426

A flaw was found in the Linux kernel's xfrm subsystem. This vulnerability arises when asynchronous cryptographic operations incorrectly handle network packet segments, leaving a pointer to memory that has already been released. An attacker could potentially exploit this use-after-free condition t...

7CVSS5.4AI score0.00161EPSS
SaveExploits0References4
OSV
OSV
added yesterday1 views

UBUNTU-CVE-2026-68112

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

0.00168EPSS
SaveExploits0References7
NVD
NVD
added 2 days ago5 views

CVE-2026-68249

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

0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2 days ago32 views

CVE-2026-68315 sctp: validate stream count in sctp_process_strreset_inreq()

In the Linux kernel, the following vulnerability has been resolved: sctp: validate stream count in sctpprocessstrresetinreq When processing a RESETINREQUEST from a peer, sctpprocessstrresetinreq derives the stream count from the parameter length but does not check whether the resulting...

0.00168EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2 days ago5 views

CVE-2026-68308

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: check pointer returned by mt76connacgethephycap mt76connacgethephycap routine can theoretically return NULL so check cap pointer before dereferencing it...

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