CVE Catalog

CVE-2026-64049

Low risk· EPSS 6%
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

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

Summary

In the Linux kernel's Adreno GPU driver, a vulnerability allows a user-triggered crash. On a2xx-a4xx generations, querying UBWC parameters from userspace can cause a NULL pointer dereference.

Risk Assessment

An attacker with user privileges can intentionally trigger a kernel panic by sending a crafted query to the GPU driver, leading to a denial of service.

Recommendation

Apply the patch available in the Linux kernel repository or update the system to a fixed version immediately. As a workaround, restrict access to the GPU driver interface for untrusted users.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/msm/adreno: fix userspace-triggered crash on a2xx-a4xx Before a5xx Adreno driver will not try fetching UBWC params (because those generations didn't support UBWC anyway), however it's still possible to query UBWC-related params from the userspace, triggering possible NULL pointer dereference. Check for UBWC config in adreno_get_param() and return sane defaults if there is none. Patchwork: https://patchwork.freedesktop.org/patch/717778/

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