CVE Catalog

CVE-2026-34196

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

2th percentile - higher than 2% of all known CVEs

Summary

A vulnerability in GPU software allows a non-privileged user to perform improper GPU system calls, causing an integer overflow and mapping two GPU virtual addresses to the same physical address. After one virtual mapping is freed, the physical page can be reallocated, and the second mapping enables access to freed memory (use-after-free).

Risk Assessment

An attacker can access physical memory that has been freed and potentially allocated to another process, leading to reading or writing sensitive data or privilege escalation.

Recommendation

Immediately update GPU drivers and firmware to the latest version that fixes the integer overflow and improper memory mapping management.

Other vulnerabilities in GPU driver

See all
Original NVD description (English source)

Software installed and run as a non-privileged user may conduct improper GPU system calls to cause an integer overflow and map two GPU virtual addresses to the same physical address. One of these virutal mappings can be freed along with the physical page, allowing for a read/write UAF via the second mapping The second virtual mapping references a physical address that has been freed after the first virtual mapping has been freed. This allows the physical memory to be allocated (for example) by another process and read/written to.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS