NONE · 0

CVE-2026-90192

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 no...

Vulnerability Description

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.

References

FAQ

What is CVE-2026-90192?

CVE-2026-90192 is a documented vulnerability. 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 no...

How severe is CVE-2026-90192?

CVSS scoring is not yet available for CVE-2026-90192. Check NVD for updates.

Is there a patch for CVE-2026-90192?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.