Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-46292
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-08 Jun, 2026 | 15:46
Updated At-08 Jun, 2026 | 15:46
Rejected At-
▼CVE Numbering Authority (CNA)
pmdomain: core: Fix detach procedure for virtual devices in genpd

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().

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/pmdomain/core.c
Default Status
unaffected
Versions
Affected
  • From 3c095f32a92be4d07f3172a777dab1aacdb6a728 before 707cb5df3eab32ddc52979418f7ace62941e6381 (git)
  • From 3c095f32a92be4d07f3172a777dab1aacdb6a728 before 361518a26e4434e879db6ff43bf364795dcbfbff (git)
  • From 3c095f32a92be4d07f3172a777dab1aacdb6a728 before 51a7dd9cbae9210335ce398642ecaaa52c939eb5 (git)
  • From 3c095f32a92be4d07f3172a777dab1aacdb6a728 before 8d44391a7f29e4601e8243f13498d0219bab2576 (git)
  • From 3c095f32a92be4d07f3172a777dab1aacdb6a728 before 26735dfdd8930d9ef1fa92e590a9bf77726efdf6 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/pmdomain/core.c
Default Status
affected
Versions
Affected
  • 4.18
Unaffected
  • From 0 before 4.18 (semver)
  • From 6.6.141 through 6.6.* (semver)
  • From 6.12.88 through 6.12.* (semver)
  • From 6.18.30 through 6.18.* (semver)
  • From 7.0.7 through 7.0.* (semver)
  • From 7.1-rc3 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/707cb5df3eab32ddc52979418f7ace62941e6381
N/A
https://git.kernel.org/stable/c/361518a26e4434e879db6ff43bf364795dcbfbff
N/A
https://git.kernel.org/stable/c/51a7dd9cbae9210335ce398642ecaaa52c939eb5
N/A
https://git.kernel.org/stable/c/8d44391a7f29e4601e8243f13498d0219bab2576
N/A
https://git.kernel.org/stable/c/26735dfdd8930d9ef1fa92e590a9bf77726efdf6
N/A
Hyperlink: https://git.kernel.org/stable/c/707cb5df3eab32ddc52979418f7ace62941e6381
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/361518a26e4434e879db6ff43bf364795dcbfbff
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/51a7dd9cbae9210335ce398642ecaaa52c939eb5
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/8d44391a7f29e4601e8243f13498d0219bab2576
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/26735dfdd8930d9ef1fa92e590a9bf77726efdf6
Resource: N/A
Details not found