CVE-2026-93145
Last modified
CVE-2026-93145 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gdsc: tear down per-domain genpds in gdsc_unregister() gdsc_unregister() removes the OF provider entry and tears down the parent/subdomain wiring, but never calls pm_genpd_remove() on the individual generic_pm_domain structures registered by gdsc_init(): void gdsc_unregister(struct gdsc_desc *desc) { struct device *dev = desc->dev; size_t num = desc->num; gdsc_pm_subdomain_remove(desc, num); of_genpd_del_provider(dev->of_node); } That leaves dangling entries on the global gpd_list. After a provider unbind/rebind cycle (deferred-probe replay during early boot, real module unload of a clk driver that owns GDSCs, or an OF-overlay tear- down) the next gdsc_init() will end up trying to re-register a name that is still in the list and pm_genpd_init() returns -EEXIST. While we are here, flip the order so the consumer-facing OF provider entry is the first thing removed -- otherwise a fresh of_genpd_get_from_provider() call racing with the teardown could attach to a domain that is mid-removal. Iterate the scs[] array and pm_genpd_remove() each registered domain after the subdomain links are torn down.
Description
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gdsc: tear down per-domain genpds in gdsc_unregister() gdsc_unregister() removes the OF provider entry and tears down the parent/subdomain wiring, but never calls pm_genpd_remove() on the individual generic_pm_domain structures registered by gdsc_init(): void gdsc_unregister(struct gdsc_desc *desc) { struct device *dev = desc->dev; size_t num = desc->num; gdsc_pm_subdomain_remove(desc, num); of_genpd_del_provider(dev->of_node); } That leaves dangling entries on the global gpd_list. After a provider unbind/rebind cycle (deferred-probe replay during early boot, real module unload of a clk driver that owns GDSCs, or an OF-overlay tear- down) the next gdsc_init() will end up trying to re-register a name that is still in the list and pm_genpd_init() returns -EEXIST. While we are here, flip the order so the consumer-facing OF provider entry is the first thing removed -- otherwise a fresh of_genpd_get_from_provider() call racing with the teardown could attach to a domain that is mid-removal. Iterate the scs[] array and pm_genpd_remove() each registered domain after the subdomain links are torn down. The regulators stay devm- managed (devm_regulator_get_optional() in gdsc_register()), so the release happens automatically when the underlying device is unbound; just the genpd accounting needs to be undone explicitly.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 45dd0e55317ccb27fe8eae639275c2b3a2fb52e5, < 418d2f0a32b2a9ceb656a88aa9139408a9b7b517; >= 45dd0e55317ccb27fe8eae639275c2b3a2fb52e5, < 6333cbf7e86df9797b342ce64ae7d32ba46d8d10; >= 45dd0e55317ccb27fe8eae639275c2b3a2fb52e5, < cfe16d993c578f6b17e0171a8dfd68f6fdfcfb24; >= 45dd0e55317ccb27fe8eae639275c2b3a2fb52e5, < 0f4733f5fc6b6b62750619f30c18730922a1dbdb; >= 45dd0e55317ccb27fe8eae639275c2b3a2fb52e5, < 6b9228a43963bcd4db92deb467375345132c29b3; >= 45dd0e55317ccb27fe8eae639275c2b3a2fb52e5, < f60f495858379dc70e87c6898d761a9db98739ff; >= 45dd0e55317ccb27fe8eae639275c2b3a2fb52e5, < 40bd77fa2857ccfa77b885b77d44cea406f24a4c; >= 45dd0e55317ccb27fe8eae639275c2b3a2fb52e5, < 86b23609d5e17a770d03037e53c6a443e742a6e6 |
| Linux | Linux | 4.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93145?
How severe is CVE-2026-93145?
How do I fix CVE-2026-93145?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9314Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-93140In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93141In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93142In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93143In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93144In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93146In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93147In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93148In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-93149In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93150In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93151In the Linux kernel, the following vulnerability has been re…7.5
Are you affected by CVE-2026-93145?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
