Junglewise Threat Intelligence

CVE-2026-43145: Linux Kernel i.MX remoteproc NULL pointer dereference

CVE-2026-43145 · Severity: medium · CVSS 5.5 · Published 2026-05-06

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's support for i.MX processors could allow a local user to cause a system crash. The issue occurs when the system incorrectly handles specific hardware configuration tables during the startup of remote processors. This could lead to a denial-of-service, impacting the availability of devices using these specific chips.

Technical details

A vulnerability in the imx_rproc driver of the Linux kernel stems from an incorrect logic in imx_rproc_elf_find_loaded_rsc_table(). When a device tree contains an 'rsc-table' entry, the driver may return a non-NULL pointer even if the current firmware does not actually provide a resource table (rproc->table_ptr is NULL). The remoteproc core then misinterprets this as a valid table, leading to a null pointer dereference or similar memory corruption that triggers a kernel crash. This is a local attack vector requiring low privileges to trigger firmware loading/initialization. Patches have been released across multiple stable kernel branches including 5.15, 6.1, 6.6, 6.12, 6.18, and 6.19.

Affected products

  • Linux Linux Kernel 5.15.168 to 5.15.202, 6.1.113 to 6.1.165, 6.6.57 to 6.6.128, 6.11.4 to 6.12.75, 6.13 to 6.18.16, 6.19 to 6.19.6

Timeline

  • 2026-01-29: other: Patch authored
  • 2026-05-06: disclosed: CVE published
  • 2026-05-13: advisory: NIST initial analysis completed

References

Related threats