CVE Catalog

CVE-2026-80883

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, a fix was made in the Tegra graphics drivers (gr2d/gr3d) to initialize the address register map before the HOST1X client is registered. Previously, client registration occurred before initialization, potentially allowing userspace to submit jobs before initialization. The fix moves register initialization before client registration.

Risk Assessment

Userspace may submit jobs before initialization, potentially leading to malfunction or crashes in the graphics subsystem.

Recommendation

Apply the Linux kernel update containing this fix.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: drm/tegra: gr2d/gr3d: Initialize address register map before HOST1X client is registered The host1x_client_register() function is called just prior to register map initialization loop, making the device available to userspace. This may result in userspace attempting to submits a job before the register map is initialized. Address this by moving register initialization before host1x client registration.

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