3 matches found
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...
CVE-2026-68445
The Linux kernel vc4 driver fixed a vulnerability where a validated shader buffer object (BO) could be mapped read-only and later upgraded to writable via mprotect, bypassing the shader validator. The patch clears VM_MAYWRITE on the read-only mapping to prevent upgrades, aligning behavior with i9...
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...