CVE-2024-27002
Last modified
CVE-2024-27002 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Do a runtime PM get on controllers during probe mt8183-mfgcfg has a mutual dependency with genpd during the probing stage, which leads to a deadlock in the following call stack: CPU0: genpd_lock --> clk_prepare_lock genpd_power_off_work_fn() genpd_lock() generic_pm_domain::power_off() clk_unprepare() clk_prepare_lock() CPU1: clk_prepare_lock --> genpd_lock clk_register() __clk_core_init() clk_prepare_lock() clk_pm_runtime_get() genpd_lock() Do a runtime PM get at the probe function to make sure clk_register() won't acquire the genpd lock. Instead of only modifying mt8183-mfgcfg, do this on all mediatek clock controller probings because we don't believe this would cause any regression. Verified on MT8183 and MT8192 Chromebooks.. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Do a runtime PM get on controllers during probe mt8183-mfgcfg has a mutual dependency with genpd during the probing stage, which leads to a deadlock in the following call stack: CPU0: genpd_lock --> clk_prepare_lock genpd_power_off_work_fn() genpd_lock() generic_pm_domain::power_off() clk_unprepare() clk_prepare_lock() CPU1: clk_prepare_lock --> genpd_lock clk_register() __clk_core_init() clk_prepare_lock() clk_pm_runtime_get() genpd_lock() Do a runtime PM get at the probe function to make sure clk_register() won't acquire the genpd lock. Instead of only modifying mt8183-mfgcfg, do this on all mediatek clock controller probings because we don't believe this would cause any regression. Verified on MT8183 and MT8192 Chromebooks.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.2, < 6.1.88 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.29 | — |
| Linux | Linux Kernel | >= 6.7, < 6.8.8 | — |
| Linux | Linux Kernel | 6.9 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-27002?
How severe is CVE-2024-27002?
How do I fix CVE-2024-27002?
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 2024
- CVE-2024-26997In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26998In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-26999In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-2700A vulnerability was found in the quarkus-core component. Qua…7
- CVE-2024-27000In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-27001In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27003In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27004In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27005In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-27006In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27007In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-27008In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2024-27002?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
