Junglewise Threat Intelligence

CVE-2026-46016: Linux Kernel Xilinx remoteproc NULL pointer dereference

CVE-2026-46016 · Severity: info · Published 2026-05-27

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's Xilinx remoteproc driver, which manages communication between the main processor and secondary cores. A missing check when receiving messages could lead to a system crash (NULL pointer dereference). This primarily impacts system stability and availability.

Technical details

A vulnerability in the 'zynqmp_r5_mb_rx_cb' function within 'drivers/remoteproc/xlnx_r5_remoteproc.c' allows for a NULL pointer dereference. The issue occurs because the receive callback does not verify if the 'msg' pointer is NULL before attempting to access its members (specifically 'ipi_msg->len'). An attacker or a malformed Inter-Processor Interrupt (IPI) could trigger this condition, leading to a kernel panic. The fix introduces a check to ensure 'ipi_msg' is valid before proceeding with buffer operations. Patches have been backported to multiple stable kernel branches.

Affected products

  • Linux Linux Kernel See references for specific stable branch commits

Timeline

  • 2026-03-03: other: Patch authored
  • 2026-05-27: disclosed: CVE published

References

Related threats