CyberRota Analysis
AI-GeneratedA 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.
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.