Junglewise Threat Intelligence

CVE-2026-53045: Linux Kernel logic error in Tegra124 EMC driver

CVE-2026-53045 · Severity: info · CVSS 0 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A logic error was identified in the Linux kernel's memory controller driver for NVIDIA Tegra124 chips. This component manages how the system communicates with physical memory. The error incorrectly handled memory timing settings, which could potentially lead to system instability or memory corruption under specific hardware configurations.

Technical details

A logic error exists in the tegra124-emc driver within the Linux kernel's memory management subsystem. Specifically, in the tegra_emc_prepare_timing_change function, the check for whether a memory timing configuration enables the Delay-Locked Loop (DLL) in the EMRS register was reversed. According to hardware specifications, the DLL is enabled when bit A0 is low, but the code previously checked for a high bit. This could result in incorrect DLL_CHANGE_ON or DLL_CHANGE_OFF states being signaled during timing transitions. The vulnerability is addressed by correcting the bitwise logic check. Exploitation would likely require local access and the ability to trigger memory timing changes, potentially leading to system instability.

Affected products

  • Linux Linux Kernel Tegra124 EMC driver

Timeline

  • 2026-01-26: disclosed: Initial patch submitted by NVIDIA developer
  • 2026-06-24: advisory: CVE-2026-53045 published

References

Related threats