CVE-2026-80883
Received Received - Intake

Tegra GPU Register Map Initialization Flaw in Linux Kernel

Vulnerability report for CVE-2026-80883, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-05
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper initialization of address registers in the drm/tegra module for gr2d and gr3d components. The host1x_client_register() function is called before the register map is initialized, allowing userspace to submit jobs before the device is properly set up. This could lead to race conditions or unexpected behavior.

Detection Guidance

This vulnerability is specific to the Linux kernel's drm/tegra driver and involves improper initialization of address registers before the HOST1X client is registered. Detection requires checking the kernel version and examining the drm/tegra driver initialization sequence.

Impact Analysis

This vulnerability may allow local users to execute arbitrary code or cause a denial of service by exploiting the race condition during device initialization. It could lead to system instability or unauthorized access if exploited.

Mitigation Strategies

Update the Linux kernel to a patched version where the register initialization is moved before host1x client registration to prevent userspace from submitting jobs prematurely.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-80883. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart