Lucene search
+L

563 matches found

OSV
OSV
added 2026/08/12 12:07 a.m.8 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
OSV
OSV
added 2026/08/12 12:07 a.m.8 views

CVE-2026-68445 drm/vc4: Prevent shader BO mappings from becoming writable

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Prevent shader BO mappings from becoming writable vc4gemobjectmmap rejects a writable mapping of a validated shader BO, but leaves VMMAYWRITE set. Userspace can map the BO read-only and then turn it writable with mprotec...

7.8CVSS5.4AI score
SaveExploits0References8
CVE
CVE
added 2026/08/12 12:07 a.m.66 views

CVE-2026-68445

CVE-2026-68445 (Linux kernel, drm/vc4) fixes a local breach where a validated shader BO could be mapped read-only and then upgraded to writable via mprotect(), bypassing the validator. The issue stems from vc4_gem_object_mmap() leaving VM_MAYWRITE set on the read-only path, allowing userspace to ...

7.8CVSS5.3AI score0.00126EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/12 12:07 a.m.12 views

CVE-2026-68445

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Prevent shader BO mappings from becoming writable vc4gemobjectmmap rejects a writable mapping of a validated shader BO, but leaves VMMAYWRITE set. Userspace can map the BO read-only and then turn it writable with mprotec...

5.3AI score0.00126EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/08/12 12:07 a.m.15 views

EUVD-2026-57020

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Prevent shader BO mappings from becoming writable vc4gemobjectmmap rejects a writable mapping of a validated shader BO, but leaves VMMAYWRITE set. Userspace can map the BO read-only and then turn it writable with mprotec...

5.3AI score0.00126EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2026/08/12 12:07 a.m.18 views

CVE-2026-68445

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Prevent shader BO mappings from becoming writable vc4gemobjectmmap rejects a writable mapping of a validated shader BO, but leaves VMMAYWRITE set. Userspace can map the BO read-only and then turn it writable with mprotec...

7.8CVSS5.3AI score0.00126EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/12 12:07 a.m.40 views

CVE-2026-68445 drm/vc4: Prevent shader BO mappings from becoming writable

In the Linux kernel, the following vulnerability has been resolved: drm/vc4: Prevent shader BO mappings from becoming writable vc4gemobjectmmap rejects a writable mapping of a validated shader BO, but leaves VMMAYWRITE set. Userspace can map the BO read-only and then turn it writable with mprotec...

7.8CVSS0.00126EPSS
SaveExploits0References5
Tenable Nessus
Tenable Nessus
added 2026/08/12 12:00 a.m.14 views

Linux Distros Unpatched Vulnerability : CVE-2026-68445

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - drm/vc4: Prevent shader BO mappings from becoming writable vc4gemobjectmmap rejects a writable mapping of a validated shader BO, but leaves VMMAYWRITE set...

7.8CVSS5.7AI score0.00126EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.11 views

PT-2026-70959

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the drm/vc4 component where the vc4 gem object mmap function fails to clear the VM MAYWRITE flag when rejecting a writable mapping of a validated shader BO Buffer...

7.8CVSS5.9AI score0.00126EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/08/12 12:00 a.m.7 views

PT-2026-70960

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the drm/vmwgfx component where the vmw surface metadata::array size field, which is provided by userspace, is not properly validated against specific limits based on t...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0
NVD
NVD
added 2026/08/10 1:20 p.m.10 views

CVE-2026-68276

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

0.00194EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/10 1:20 p.m.14 views

CVE-2026-68276

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

5.8AI score0.00194EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 12:01 p.m.58 views

CVE-2026-68276

The CVE affects the Linux kernel driver path drm/amdgpu/gfx. The cleaner shader sysfs path allocated a 16-dword (64-byte) IB but incorrectly filled (align_mask + 1) dwords; with align_mask 0xff, the loop wrote 256 dwords into a 64-byte buffer, causing a kernel page fault. The fix is to fill 16 dw...

5.4AI score0.00194EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/10 12:01 p.m.12 views

CVE-2026-68276 drm/amdgpu/gfx: fix cleaner shader IB buffer overflow

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

5.5AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/10 12:01 p.m.29 views

CVE-2026-68276 drm/amdgpu/gfx: fix cleaner shader IB buffer overflow

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

0.00194EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/10 12:01 p.m.14 views

EUVD-2026-55377

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/gfx: fix cleaner shader IB buffer overflow The cleaner shader sysfs path allocates a 16-dword 64 byte IB but incorrectly fills alignmask + 1 dwords. On GFX rings alignmask is 0xff, so the loop wrote 256 dwords into a...

5.4AI score0.00194EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/10 9:17 p.m.23 views

CVE-2026-7639

Software installed and run as a non-privileged user may conduct a sequence of improper GPU system calls causing use after free, which helps in facilitating unprivileged memory access from a shader code. Triggering failure path in the MMU mapping logic by a malicious code could lead to incomplete...

7.8CVSS0.00179EPSS
SaveExploits0References1
EUVD
EUVD
added 2026/07/10 8:50 p.m.22 views

EUVD-2026-43037

Software installed and run as a non-privileged user may conduct a sequence of improper GPU system calls causing use after free, which helps in facilitating unprivileged memory access from a shader code. Triggering failure path in the MMU mapping logic by a malicious code could lead to incomplete...

6.1AI score0.00179EPSS
SaveExploits0References1
CVE
CVE
added 2026/07/10 8:50 p.m.47 views

CVE-2026-7639

CVE-2026-7639 describes a vulnerability where software running as a non-privileged user can trigger a sequence of improper GPU system calls that cause use-after-free in the driver, enabling unprivileged access to memory from shader code. The failure path in MMU mapping can prevent complete cleanu...

7.8CVSS6.1AI score0.00179EPSS
SaveExploits0References1Affected Software1
Cvelist
Cvelist
added 2026/07/10 8:50 p.m.47 views

CVE-2026-7639 GPU DDK - Page UAF read in PMMETA_PROTECT heap memory

Software installed and run as a non-privileged user may conduct a sequence of improper GPU system calls causing use after free, which helps in facilitating unprivileged memory access from a shader code. Triggering failure path in the MMU mapping logic by a malicious code could lead to incomplete...

0.00179EPSS
SaveExploits0References1
Rows per page
Query Builder