Lucene search
+L

15 matches found

RedhatCVE
RedhatCVE
added 2026/08/12 3:50 p.m.6 views

CVE-2026-68446

A flaw was found in the drm/vmwgfx component of the Linux kernel. This vulnerability arises from insufficient validation of the vmwsurfacemetadata::arraysize field, which is supplied by userspace. An attacker could exploit this by providing a malformed arraysize value, potentially leading to...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/12 12:17 a.m.8 views

DEBIAN-CVE-2026-68446

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate vmwsurfacemetadata::arraysize This field comes from userspace and should be validated against specific limits depending on which Shader Model SM is available...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/12 12:17 a.m.7 views

CVE-2026-68446

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate vmwsurfacemetadata::arraysize This field comes from userspace and should be validated against specific limits depending on which Shader Model SM is available...

7.8CVSS0.0012EPSS
SaveExploits0References8
UbuntuCve
UbuntuCve
added 2026/08/12 12:17 a.m.6 views

CVE-2026-68446

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate vmwsurfacemetadata::arraysize This field comes from userspace and should be validated against specific limits depending on which Shader Model SM is available...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/12 12:07 a.m.35 views

CVE-2026-68446 drm/vmwgfx: Validate vmw_surface_metadata::array_size

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate vmwsurfacemetadata::arraysize This field comes from userspace and should be validated against specific limits depending on which Shader Model SM is available...

7.8CVSS0.0012EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/12 12:07 a.m.49 views

CVE-2026-68446

CVE-2026-68446 concerns the Linux kernel DRM VMware gfx driver (drm/vmwgfx), where the user-provided field vmw_surface_metadata::array_size is not validated against shader-model dependent limits. Multiple trusted sources (NVD, RH, Debian OSV/Debian CVE, Ubuntu, CIRCL, etc.) confirm the issue and ...

7.8CVSS5.3AI score0.0012EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/12 12:07 a.m.9 views

CVE-2026-68446

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate vmwsurfacemetadata::arraysize This field comes from userspace and should be validated against specific limits depending on which Shader Model SM is available...

7.8CVSS5.2AI score0.0012EPSS
SaveExploits0
OSV
OSV
added 2026/08/12 12:07 a.m.5 views

CVE-2026-68446 drm/vmwgfx: Validate vmw_surface_metadata::array_size

In the Linux kernel, the following vulnerability has been resolved: drm/vmwgfx: Validate vmwsurfacemetadata::arraysize This field comes from userspace and should be validated against specific limits depending on which Shader Model SM is available...

7.8CVSS5.3AI score
SaveExploits0References11
Tenable Nessus
Tenable Nessus
added 2026/08/12 12:00 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-68446

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/vmwgfx: Validate vmwsurfacemetadata::arraysize This field comes from userspace and should be validated against specific limits depending on which Shader Mod...

7.8CVSS5.9AI score0.0012EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/25 10:17 a.m.12 views

CVE-2026-64267

In the Linux kernel, the following vulnerability has been resolved: fuse: avoid 32-bit prune notification count wrap FUSENOTIFYPRUNE validates the nodeid payload length with: size - sizeofoutarg != outarg.count sizeofu64 On 32-bit kernels, sizet is also 32 bits, so the daemon-controlled count...

5.5CVSS0.00153EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/25 8:49 a.m.38 views

CVE-2026-64267

CVE-2026-64267 affects the Linux kernel’s FUSE (Filesystem in Userspace) path. The issue is an integer overflow in handling FUSE_NOTIFY_PRUNE messages on 32-bit architectures, where the product of outarg.count and sizeof(u64) can wrap during payload length validation, potentially causing the kern...

5.5CVSS5.7AI score0.00153EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2026/07/19 2:54 p.m.39 views

CVE-2026-63881 drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix a vulnerability of integer overflow in kfd debugger getqueueids computes arraysize = numqueues sizeofuint32t, which could overflow on 32-bit sizet build. using arraysize instead, it saturates to SIZEMAX on overflo...

7.8CVSS0.00184EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/07/19 12:00 a.m.15 views

PT-2026-61198

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An integer overflow exists in the kfd debugger within the drm/amdkfd component. The get queue ids function calculates array size by multiplying num queues by sizeofuint32 t, which can le...

7.8CVSS5.3AI score0.00184EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/06/20 3:29 p.m.26 views

CVE-2024-38587

In the Linux kernel, the following vulnerability has been resolved: speakup: Fix sizeof vs ARRAYSIZE bug The "buf" pointer is an array of u16 values. This code should be using ARRAYSIZE which is 256 instead of sizeof which is 512, otherwise it can the still got out of bounds. Mitigation Mitigatio...

5.5CVSS9.2AI score0.00788EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/06/19 1:37 p.m.47 views

CVE-2024-38587 speakup: Fix sizeof() vs ARRAY_SIZE() bug

In the Linux kernel, the following vulnerability has been resolved: speakup: Fix sizeof vs ARRAYSIZE bug The "buf" pointer is an array of u16 values. This code should be using ARRAYSIZE which is 256 instead of sizeof which is 512, otherwise it can the still got out of bounds...

7.8CVSS0.00788EPSS
SaveExploits0References9
Rows per page
Query Builder