CVE Catalog

CVE-2026-90192

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the qcom-cpucp mailbox driver (qcom_cpucp_mbox_send_data) blindly dereferenced the data pointer, which can be NULL. mailbox_clear_channel() calls mbox_send_message() with NULL to notify the remote side, causing a NULL pointer dereference kernel panic, particularly under PREEMPT_RT.

Risk Assessment

Can cause a kernel panic and system unavailability (DoS) on Qualcomm platforms using this driver, especially during RX channel-clear notifications.

Recommendation

Update the Linux kernel to a version containing the fix that adds an explicit NULL check in qcom_cpucp_mbox_send_data() and returns early without writing to the TX register.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: mailbox: qcom-cpucp: handle NULL data in send_data callback mailbox_clear_channel() calls mbox_send_message() with NULL data to notify the remote side that the RX channel has been cleared. qcom_cpucp_mbox_send_data() blindly dereferenced the data pointer, causing a NULL pointer dereference kernel panic when invoked from this path under PREEMPT_RT. Add an explicit NULL check and return early without writing to the TX register, which is the correct behaviour for a channel-clear notification.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS