CVE-2026-46292
pmdomain: core: Fix detach procedure for virtual devices in genpd
Description
In the Linux kernel, the following vulnerability has been resolved: pmdomain: core: Fix detach procedure for virtual devices in genpd If a device is attached to a PM domain through genpd_dev_pm_attach_by_id(), genpd calls pm_runtime_enable() for the corresponding virtual device that it registers. While this avoids boilerplate code in drivers, there is no corresponding call to pm_runtime_disable() in genpd_dev_pm_detach(). This means these virtual devices are typically detached from its genpd, while runtime PM remains enabled for them, which is not how things are designed to work. In worst cases it may lead to critical errors, like a NULL pointer dereference bug in genpd_runtime_suspend(), which was recently reported. For another case, we may end up keeping an unnecessary vote for a performance state for the device. To fix these problems, let's add this missing call to pm_runtime_disable() in genpd_dev_pm_detach().
INFO
Published Date :
June 8, 2026, 5:16 p.m.
Last Modified :
July 23, 2026, 8:10 a.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
- Ensure pm_runtime_disable() is called in genpd_dev_pm_detach().
- Apply the patch to the Linux kernel.
- Update the Linux kernel to the fixed version.
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-46292.
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-46292 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-46292
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-46292 vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2026-46292 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 Translated by [email protected]
Jul. 23, 2026
Action Type Old Value New Value Added Translation Title: Linux, Description: En el kernel de Linux, la siguiente vulnerabilidad ha sido resuelta: pmdomain: core: Soluciona el procedimiento de desvinculación para dispositivos virtuales en genpd Si un dispositivo se adjunta a un dominio de PM a través de genpd_dev_pm_attach_by_id(), genpd llama a pm_runtime_enable() para el dispositivo virtual correspondiente que registra. Si bien esto evita código repetitivo en los controladores, no hay una llamada correspondiente a pm_runtime_disable() en genpd_dev_pm_detach(). Esto significa que estos dispositivos virtuales suelen desvincularse de su genpd, mientras que el PM en tiempo de ejecución permanece habilitado para ellos, lo cual no es como las cosas están diseñadas para funcionar. En los peores casos puede llevar a errores críticos, como un error de desreferencia de puntero NULL en genpd_runtime_suspend(), el cual fue reportado recientemente. Para otro caso, podemos terminar manteniendo un voto innecesario para un estado de rendimiento para el dispositivo. Para solucionar estos problemas, agreguemos esta llamada faltante a pm_runtime_disable() en genpd_dev_pm_detach(). -
Initial Analysis by [email protected]
Jul. 08, 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 CWE-772 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:*:*:*:*:*:*:*:* versions from (including) 6.13 up to (excluding) 6.18.30 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.2 up to (excluding) 6.6.141 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 7.0.7 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.7 up to (excluding) 6.12.88 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.16 up to (excluding) 6.1.176 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.11 up to (excluding) 5.15.210 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 4.18 up to (excluding) 5.10.259 Added Reference Type kernel.org: https://git.kernel.org/stable/c/26735dfdd8930d9ef1fa92e590a9bf77726efdf6 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/361518a26e4434e879db6ff43bf364795dcbfbff Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/51a7dd9cbae9210335ce398642ecaaa52c939eb5 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/52e485ed0dcb5496864003ba9ffcef7d5b613f83 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/707cb5df3eab32ddc52979418f7ace62941e6381 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/8d44391a7f29e4601e8243f13498d0219bab2576 Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/98b8104978474d381256a2b2fb0e7ca8e05a7bfa Types: Patch Added Reference Type kernel.org: https://git.kernel.org/stable/c/e8f8dad44f024a5c99e54a48ad5c943fa8e54319 Types: Patch -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 19, 2026
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/52e485ed0dcb5496864003ba9ffcef7d5b613f83 Added Reference https://git.kernel.org/stable/c/98b8104978474d381256a2b2fb0e7ca8e05a7bfa Added Reference https://git.kernel.org/stable/c/e8f8dad44f024a5c99e54a48ad5c943fa8e54319 Changed Affected [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '707cb5df3eab32ddc52979418f7ace62941e6381', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '361518a26e4434e879db6ff43bf364795dcbfbff', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '51a7dd9cbae9210335ce398642ecaaa52c939eb5', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '8d44391a7f29e4601e8243f13498d0219bab2576', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '26735dfdd8930d9ef1fa92e590a9bf77726efdf6', 'versionType': 'git'}], 'programFiles': ['drivers/pmdomain/core.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.18'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.18', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.141', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.88', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.30', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.7', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/pmdomain/core.c'], 'defaultStatus': 'affected'}] [{'repo': 'https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git', 'vendor': 'Linux', 'product': 'Linux', 'versions': [{'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': 'e8f8dad44f024a5c99e54a48ad5c943fa8e54319', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '98b8104978474d381256a2b2fb0e7ca8e05a7bfa', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '52e485ed0dcb5496864003ba9ffcef7d5b613f83', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '707cb5df3eab32ddc52979418f7ace62941e6381', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '361518a26e4434e879db6ff43bf364795dcbfbff', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '51a7dd9cbae9210335ce398642ecaaa52c939eb5', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '8d44391a7f29e4601e8243f13498d0219bab2576', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '26735dfdd8930d9ef1fa92e590a9bf77726efdf6', 'versionType': 'git'}], 'programFiles': ['drivers/pmdomain/core.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.18'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.18', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '5.10.259', 'versionType': 'semver', 'lessThanOrEqual': '5.10.*'}, {'status': 'unaffected', 'version': '5.15.210', 'versionType': 'semver', 'lessThanOrEqual': '5.15.*'}, {'status': 'unaffected', 'version': '6.1.176', 'versionType': 'semver', 'lessThanOrEqual': '6.1.*'}, {'status': 'unaffected', 'version': '6.6.141', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.88', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.30', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.7', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/pmdomain/core.c'], 'defaultStatus': 'affected'}] -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 17, 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': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '707cb5df3eab32ddc52979418f7ace62941e6381', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '361518a26e4434e879db6ff43bf364795dcbfbff', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '51a7dd9cbae9210335ce398642ecaaa52c939eb5', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '8d44391a7f29e4601e8243f13498d0219bab2576', 'versionType': 'git'}, {'status': 'affected', 'version': '3c095f32a92be4d07f3172a777dab1aacdb6a728', 'lessThan': '26735dfdd8930d9ef1fa92e590a9bf77726efdf6', 'versionType': 'git'}], 'programFiles': ['drivers/pmdomain/core.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.18'}, {'status': 'unaffected', 'version': '0', 'lessThan': '4.18', 'versionType': 'semver'}, {'status': 'unaffected', 'version': '6.6.141', 'versionType': 'semver', 'lessThanOrEqual': '6.6.*'}, {'status': 'unaffected', 'version': '6.12.88', 'versionType': 'semver', 'lessThanOrEqual': '6.12.*'}, {'status': 'unaffected', 'version': '6.18.30', 'versionType': 'semver', 'lessThanOrEqual': '6.18.*'}, {'status': 'unaffected', 'version': '7.0.7', 'versionType': 'semver', 'lessThanOrEqual': '7.0.*'}, {'status': 'unaffected', 'version': '7.1', 'versionType': 'original_commit_for_fix', 'lessThanOrEqual': '*'}], 'programFiles': ['drivers/pmdomain/core.c'], 'defaultStatus': 'affected'}] -
New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 08, 2026
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: pmdomain: core: Fix detach procedure for virtual devices in genpd If a device is attached to a PM domain through genpd_dev_pm_attach_by_id(), genpd calls pm_runtime_enable() for the corresponding virtual device that it registers. While this avoids boilerplate code in drivers, there is no corresponding call to pm_runtime_disable() in genpd_dev_pm_detach(). This means these virtual devices are typically detached from its genpd, while runtime PM remains enabled for them, which is not how things are designed to work. In worst cases it may lead to critical errors, like a NULL pointer dereference bug in genpd_runtime_suspend(), which was recently reported. For another case, we may end up keeping an unnecessary vote for a performance state for the device. To fix these problems, let's add this missing call to pm_runtime_disable() in genpd_dev_pm_detach(). Added Reference https://git.kernel.org/stable/c/26735dfdd8930d9ef1fa92e590a9bf77726efdf6 Added Reference https://git.kernel.org/stable/c/361518a26e4434e879db6ff43bf364795dcbfbff Added Reference https://git.kernel.org/stable/c/51a7dd9cbae9210335ce398642ecaaa52c939eb5 Added Reference https://git.kernel.org/stable/c/707cb5df3eab32ddc52979418f7ace62941e6381 Added Reference https://git.kernel.org/stable/c/8d44391a7f29e4601e8243f13498d0219bab2576