CVE-2026-90192: mailbox: qcom-cpucp: handle NULL data in send_data callback

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

mailbox: qcom-cpucp: handle NULL data in senddata callback

mailboxclearchannel() calls mboxsendmessage() with NULL data to notify the remote side that the RX channel has been cleared. qcomcpucpmboxsenddata() blindly dereferenced the data pointer, causing a NULL pointer dereference kernel panic when invoked from this path under PREEMPTRT.

Add an explicit NULL check and return early without writing to the TX register, which is the correct behaviour for a channel-clear notification.

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:07 PM
Data Sourced
via MITRE·04:07 PM
Description

Frequently Asked Questions

1

Which systems are exposed to this panic?

Systems using the Linux kernel qcom-cpucp mailbox driver are exposed when the channel-clear path invokes its send_data callback with NULL data. The described panic occurs under PREEMPT_RT.

2

What triggers the failure?

The failure is triggered when mailbox_clear_channel() sends a NULL data pointer as a channel-clear notification. The qcom-cpucp send callback dereferences that pointer, causing a kernel NULL pointer dereference and panic.

3

What does the fix change?

The fix adds an explicit NULL check in qcom_cpucp_mbox_send_data(). For a channel-clear notification, it returns without writing to the TX register.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203