All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-41157
CRITICALpublished 2026-06-12 22:16 UTC · 12 days ago · modified 2026-06-16 15:40 UTC
9.8
CVSS / 10
// description
A web page that contains unusual WebGPU content loaded into the GPU GLES render process and can trigger an out-of-bound write in the GPU user-space driver, leading to memory corruption and possible browser/GPU process crash. The software computes a required memory size from untrusted input, but integer overflow can produce a value smaller than needed. Subsequent write operations may then occur past the intended memory boundary, corrupting adjacent memory and causing process instability or termination.
// cvss 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
// weaknesses (CWE)
- CWE-787