CVE-2026-53332: slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd

Published Jul 1, 2026
·
Updated

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

slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd

When the remoteproc starts in parallel with the NGD driver being probed, or the remoteproc is already up when the PDR lookup is being registered, or in the theoretical event that we get an interrupt from the hardware, these callbacks will operate on uninitialized data. This result in issues to boot the affected boards.

One such example can be seen in the following fault, where qcomslimngdssrpdrnotify() schedules work on the NULL ngdupwork.

[ 21.858578] ------------[ cut here ]------------ [ 21.858745] WARNING: kernel/workqueue.c:2338 at queuework+0x5e0/0x790, CPU#2: kworker/2:2/116 ... [ 21.859251] Call trace: [ 21.859255] queuework+0x5e0/0x790 (P) [ 21.859265] queueworkon+0x6c/0xf0 [ 21.859273] qcomslimngdssrpdrnotify+0x110/0x150 [slimqcomngdctrl] [ 21.859304] qcomslimngdssrnotify+0x24/0x40 [slimqcomngdctrl] [ 21.859318] notifiercallchain+0xa4/0x230 [ 21.859329] srcunotifiercallchain+0x64/0xb8 [ 21.859338] ssrnotifystart+0x40/0x78 [qcomcommon] [ 21.859355] rprocstart+0x130/0x230 [ 21.859367] rprocboot+0x3d4/0x518 ...

Move the enablement of interrupts, and the registration of SSR and PDR until after the NGD device has been registered.

This could be further refined by moving initialization to the control driver probe and by removing the platform driver model from the picture.

Affected Software

12 affected components
Linux Kernel Linux kernel
Linux Linux kernel>=4.19<5.10.260
Linux Linux kernel>=5.11<6.12.94
Linux Linux kernel>=6.13<6.18.36
Linux Linux kernel>=6.19<7.0.13
Linux Linux kernel=7.1-rc1
Linux Linux kernel=7.1-rc2
Linux Linux kernel=7.1-rc3
Linux Linux kernel=7.1-rc4
Linux Linux kernel=7.1-rc5
Linux Linux kernel=7.1-rc6
Linux Linux kernel=7.1-rc7

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Modify the slimbus qcom-ngd-ctrl code so that SSR/PDR notification callbacks are registered only after the NGD device has been created/registered (so that qcom_slim_ngd_ssr_pdr_notify no longer schedules work on an uninitialized/null ngd_up_work during parallel remoteproc start and driver probe).

    Linux kernel (slimbus: qcom-ngd-ctrl driver) Register callbacks after creating the ngd / SSR and PDR registration order = After NGD device registration (defer SSR/PDR callback registration until ngd is created/registered)
  2. Configuration

    Move the enablement of interrupts and the registration of SSR and PDR so initialization occurs before interrupts/callbacks can trigger, preventing the notifier/workqueue path from operating on uninitialized data.

    Linux kernel (slimbus: qcom-ngd-ctrl driver) Enablement of interrupts vs SSR/PDR registration order = Enable interrupts after moving initialization and SSR/PDR registration

Event History

Jul 1, 2026
CVE Published
via MITRE·01:32 PM
Data Sourced
via MITRE·01:32 PM
Description
Data Sourced
via NVD·02:16 PM
RemedyDescriptionSeverityAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2026-53332?

The severity of CVE-2026-53332 is classified as medium with a CVSS score of 5.5.

2

What does the CVE-2026-53332 vulnerability affect?

CVE-2026-53332 affects the slimbus module in the Linux kernel.

3

How can I mitigate CVE-2026-53332?

To mitigate CVE-2026-53332, ensure that the Linux kernel is updated to the latest version where the vulnerability has been fixed.

4

What systems are vulnerable to CVE-2026-53332?

Systems running an affected version of the Linux kernel with the slimbus module loaded are vulnerable to CVE-2026-53332.

5

What is the impact of exploiting CVE-2026-53332?

Exploiting CVE-2026-53332 can lead to a denial of service condition.

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