CVE-2024-46692
Last modified
CVE-2024-46692 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: Mark get_wq_ctx() as atomic call Currently get_wq_ctx() is wrongly configured as a standard call. When two SMC calls are in sleep and one SMC wakes up, it calls get_wq_ctx() to resume the corresponding sleeping thread. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: firmware: qcom: scm: Mark get_wq_ctx() as atomic call Currently get_wq_ctx() is wrongly configured as a standard call. When two SMC calls are in sleep and one SMC wakes up, it calls get_wq_ctx() to resume the corresponding sleeping thread. But if get_wq_ctx() is interrupted, goes to sleep and another SMC call is waiting to be allocated a waitq context, it leads to a deadlock. To avoid this get_wq_ctx() must be an atomic call and can't be a standard SMC call. Hence mark get_wq_ctx() as a fast call.
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 | >= 6.3, < 6.6.49 | — |
| Linux | Linux Kernel | >= 6.7, < 6.10.8 | — |
| Linux | Linux Kernel | 6.11 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-46692?
How severe is CVE-2024-46692?
How do I fix CVE-2024-46692?
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-46687In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-46688In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46689In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-4669The Events Addon for Elementor plugin for WordPress is vulne…5.4
- CVE-2024-46690In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46691In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46693In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2024-46694In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46695In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2024-46696In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-46697In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-46698In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-46692?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
