CVE-2026-53332
slimbus: qcom-ngd-ctrl: Register callbacks after creating the ngd
Description
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 qcom_slim_ngd_ssr_pdr_notify() schedules work on the NULL ngd_up_work. [ 21.858578] ------------[ cut here ]------------ [ 21.858745] WARNING: kernel/workqueue.c:2338 at __queue_work+0x5e0/0x790, CPU#2: kworker/2:2/116 ... [ 21.859251] Call trace: [ 21.859255] __queue_work+0x5e0/0x790 (P) [ 21.859265] queue_work_on+0x6c/0xf0 [ 21.859273] qcom_slim_ngd_ssr_pdr_notify+0x110/0x150 [slim_qcom_ngd_ctrl] [ 21.859304] qcom_slim_ngd_ssr_notify+0x24/0x40 [slim_qcom_ngd_ctrl] [ 21.859318] notifier_call_chain+0xa4/0x230 [ 21.859329] srcu_notifier_call_chain+0x64/0xb8 [ 21.859338] ssr_notify_start+0x40/0x78 [qcom_common] [ 21.859355] rproc_start+0x130/0x230 [ 21.859367] rproc_boot+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.
INFO
Published Date :
July 1, 2026, 2:16 p.m.
Last Modified :
July 24, 2026, 3:18 p.m.
Remotely Exploit :
No
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
CVSS Scores
| Score | Version | Severity | Vector | Exploitability Score | Impact Score | Source |
|---|---|---|---|---|---|---|
| CVSS 3.1 | MEDIUM | [email protected] |
Solution
- Register NGD device before enabling interrupts.
- Register NGD device before registering SSR.
- Register NGD device before registering PDR.
- Consider moving initialization to control driver probe.
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2026-53332.
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2026-53332 is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2026-53332
weaknesses.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2026-53332 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-53332 vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 24, 2026
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/2047eeb38db878a31f58db19d98f8aedf284342e Added Reference https://git.kernel.org/stable/c/290014c7987636e6105bba89fa04cb4d59f775c1 Added Reference https://git.kernel.org/stable/c/afc631e246936a40558f494112a4188401382671 Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '946b97d632f0f58a705dafac644c1e9346e01f35', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': 'fa3790c7ea98328ddc3f7d8bf40247556245a6fc', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '24ec89123fc9d0d24ce719dcf7fd6c57e5b0d753', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '08564e15c47a5fb0af6643a43ee15521d49bcdea', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '2a9d50e9ea406e0c8735938484adc20515ef1b47', 'versionType': 'git'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.260', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '6.12.94', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.36', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.13', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '946b97d632f0f58a705dafac644c1e9346e01f35', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '2047eeb38db878a31f58db19d98f8aedf284342e', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': 'afc631e246936a40558f494112a4188401382671', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '290014c7987636e6105bba89fa04cb4d59f775c1', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': 'fa3790c7ea98328ddc3f7d8bf40247556245a6fc', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '24ec89123fc9d0d24ce719dcf7fd6c57e5b0d753', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '08564e15c47a5fb0af6643a43ee15521d49bcdea', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '2a9d50e9ea406e0c8735938484adc20515ef1b47', 'versionType': 'git'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.260', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.212', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.178', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.145', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.94', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.36', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.13', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'affected'}] -
Initial Analysis by [email protected]
Jul. 23, 2026
Action Type Old Value New Value Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H Added CWE NVD-CWE-noinfo Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:7.1:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.36 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 7.0.13 *cpe:2.3:o:linux:linux_kernel:7.1:rc5:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc6:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.1:rc7:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.19 up to (excluding) 5.10.260 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 6.12.94 Added Reference Type kernel.org: https://git.kernel.org/stable/c/08564e15c47a5fb0af6643a43ee15521d49bcdea Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/24ec89123fc9d0d24ce719dcf7fd6c57e5b0d753 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/2a9d50e9ea406e0c8735938484adc20515ef1b47 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/946b97d632f0f58a705dafac644c1e9346e01f35 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/fa3790c7ea98328ddc3f7d8bf40247556245a6fc Types: Patch -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 04, 2026
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/946b97d632f0f58a705dafac644c1e9346e01f35 Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': 'fa3790c7ea98328ddc3f7d8bf40247556245a6fc', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '24ec89123fc9d0d24ce719dcf7fd6c57e5b0d753', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '08564e15c47a5fb0af6643a43ee15521d49bcdea', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '2a9d50e9ea406e0c8735938484adc20515ef1b47', 'versionType': 'git'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.12.94', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.36', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.13', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '946b97d632f0f58a705dafac644c1e9346e01f35', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': 'fa3790c7ea98328ddc3f7d8bf40247556245a6fc', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '24ec89123fc9d0d24ce719dcf7fd6c57e5b0d753', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '08564e15c47a5fb0af6643a43ee15521d49bcdea', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '2a9d50e9ea406e0c8735938484adc20515ef1b47', 'versionType': 'git'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.260', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '6.12.94', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.36', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.13', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'affected'}] -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 01, 2026
Action Type Old Value New Value Added Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': 'fa3790c7ea98328ddc3f7d8bf40247556245a6fc', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '24ec89123fc9d0d24ce719dcf7fd6c57e5b0d753', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '08564e15c47a5fb0af6643a43ee15521d49bcdea', 'versionType': 'git'}, {'status': 'affected', 'version': '917809e2280bb83994be8b642373fd941d40c407', 'lessThan': '2a9d50e9ea406e0c8735938484adc20515ef1b47', 'versionType': 'git'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'unaffected'}, {'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '4.19'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.19', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.12.94', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.36', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.13', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/slimbus/qcom-ngd-ctrl.c'], 'defaultStatus': 'affected'}] Added Description 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 qcom_slim_ngd_ssr_pdr_notify() schedules work on the NULL ngd_up_work. [ 21.858578] ------------[ cut here ]------------ [ 21.858745] WARNING: kernel/workqueue.c:2338 at __queue_work+0x5e0/0x790, CPU#2: kworker/2:2/116 ... [ 21.859251] Call trace: [ 21.859255] __queue_work+0x5e0/0x790 (P) [ 21.859265] queue_work_on+0x6c/0xf0 [ 21.859273] qcom_slim_ngd_ssr_pdr_notify+0x110/0x150 [slim_qcom_ngd_ctrl] [ 21.859304] qcom_slim_ngd_ssr_notify+0x24/0x40 [slim_qcom_ngd_ctrl] [ 21.859318] notifier_call_chain+0xa4/0x230 [ 21.859329] srcu_notifier_call_chain+0x64/0xb8 [ 21.859338] ssr_notify_start+0x40/0x78 [qcom_common] [ 21.859355] rproc_start+0x130/0x230 [ 21.859367] rproc_boot+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. Added Reference https://git.kernel.org/stable/c/08564e15c47a5fb0af6643a43ee15521d49bcdea Added Reference https://git.kernel.org/stable/c/24ec89123fc9d0d24ce719dcf7fd6c57e5b0d753 Added Reference https://git.kernel.org/stable/c/2a9d50e9ea406e0c8735938484adc20515ef1b47 Added Reference https://git.kernel.org/stable/c/fa3790c7ea98328ddc3f7d8bf40247556245a6fc