Junglewise Threat Intelligence

CVE-2026-53295: Linux kernel null pointer dereference in mailbox controller registration

CVE-2026-53295 · Severity: info · CVSS 0 · Published 2026-06-26

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's mailbox framework, which manages communication between different processors or hardware components. If a mailbox controller is initialized without a required data structure, the system may crash (kernel OOPS) during startup. This could lead to a system failure or denial of service, particularly on embedded or specialized hardware platforms.

Technical details

A null pointer dereference vulnerability existed in 'drivers/mailbox/mailbox.c' within the 'mbox_controller_register' function. The code failed to verify the existence of the 'chans' array before proceeding with registration, which could lead to a kernel OOPS when the pointer was later dereferenced. This issue is primarily a robustness and stability flaw during early hardware instantiation. The fix introduces a mandatory check for 'mbox->chans' alongside existing checks for device, operations, and channel counts, ensuring the function returns -EINVAL instead of crashing.

Affected products

  • Linux Linux kernel All versions prior to the June 2026 patches

Timeline

  • 2026-04-13: disclosed: Initial patch authored
  • 2026-06-26: advisory: CVE published

References

Related threats