CVE-2024-46846
Last modified
CVE-2024-46846 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: spi: rockchip: Resolve unbalanced runtime PM / system PM handling Commit e882575efc77 ("spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM ops") stopped respecting runtime PM status and simply disabled clocks unconditionally when suspending the system. This causes problems when the device is already runtime suspended when we go to sleep -- in which case we double-disable clocks and produce a WARNing. Switch back to pm_runtime_force_{suspend,resume}(), because that still seems like the right thing to do, and the aforementioned commit makes no explanation why it stopped using it. Also, refactor some of the resume() error handling, because it's not actually a good idea to re-disable clocks on failure.. EPSS estimates a 0.22% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: spi: rockchip: Resolve unbalanced runtime PM / system PM handling Commit e882575efc77 ("spi: rockchip: Suspend and resume the bus during NOIRQ_SYSTEM_SLEEP_PM ops") stopped respecting runtime PM status and simply disabled clocks unconditionally when suspending the system. This causes problems when the device is already runtime suspended when we go to sleep -- in which case we double-disable clocks and produce a WARNing. Switch back to pm_runtime_force_{suspend,resume}(), because that still seems like the right thing to do, and the aforementioned commit makes no explanation why it stopped using it. Also, refactor some of the resume() error handling, because it's not actually a good idea to re-disable clocks on failure.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 5.18, < 6.1.110 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.51 | — |
| Linux | Linux Kernel | >= 6.7, < 6.10.10 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-46846?
How severe is CVE-2024-46846?
How do I fix CVE-2024-46846?
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-46840In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46841In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46842In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46843In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46844In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-46845In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-46847In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46848In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46849In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-4685A vulnerability was found in Campcodes Complete Web-Based Sc…6.1
- CVE-2024-46850In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-46851In the Linux kernel, the following vulnerability has been re…4.7
Are you affected by CVE-2024-46846?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
