SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-80883

UNKNOWN · CVSS N/A EPSS 0.16%

Source: NVD + CISA KEV + EPSS · Published 2026-09-04 · Last synced 2026-09-19

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the DRM subsystem for Tegra graphics, where the host1x_client_register() function is called before the address register map is initialized. This flaw could allow userspace applications to submit jobs prematurely, potentially leading to undefined behavior or crashes. Organizations utilizing Linux systems with Tegra graphics should prioritize addressing this issue to ensure system stability and security.

CVE
CVE-2026-80883
Severity
UNKNOWN
CVSS
N/A
EPSS
0.16%
Linux

Original NVD Description

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.