CVE-2023-52498
Last modified
CVE-2023-52498 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: PM: sleep: Fix possible deadlocks in core system-wide PM code It is reported that in low-memory situations the system-wide resume core code deadlocks, because async_schedule_dev() executes its argument function synchronously if it cannot allocate memory (and not only in that case) and that function attempts to acquire a mutex that is already held. Executing the argument function synchronously from within dpm_async_fn() may also be problematic for ordering reasons (it may cause a consumer device's resume callback to be invoked before a requisite supplier device's one, for example). Address this by changing the code in question to use async_schedule_dev_nocall() for scheduling the asynchronous execution of device suspend and resume functions and to directly run them synchronously if async_schedule_dev_nocall() returns false.. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: PM: sleep: Fix possible deadlocks in core system-wide PM code It is reported that in low-memory situations the system-wide resume core code deadlocks, because async_schedule_dev() executes its argument function synchronously if it cannot allocate memory (and not only in that case) and that function attempts to acquire a mutex that is already held. Executing the argument function synchronously from within dpm_async_fn() may also be problematic for ordering reasons (it may cause a consumer device's resume callback to be invoked before a requisite supplier device's one, for example). Address this by changing the code in question to use async_schedule_dev_nocall() for scheduling the asynchronous execution of device suspend and resume functions and to directly run them synchronously if async_schedule_dev_nocall() returns false.
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 |
|---|---|---|
| Linux | Linux Kernel | < 5.10.210 |
| Linux | Linux Kernel | >= 5.11, < 5.15.149 |
| Linux | Linux Kernel | >= 5.16, < 6.1.76 |
| Linux | Linux Kernel | >= 6.2, < 6.6.15 |
| Linux | Linux Kernel | >= 6.7, < 6.7.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52498?
How severe is CVE-2023-52498?
How do I fix CVE-2023-52498?
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 2023
- CVE-2023-52492In the Linux kernel, the following vulnerability has been re…4.4
- CVE-2023-52493In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52494In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52495In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52496Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-52497In the Linux kernel, the following vulnerability has been re…6.1
- CVE-2023-52499In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-5250The Grid Plus plugin for WordPress is vulnerable to Local Fi…8.8
- CVE-2023-52500In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52501In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2023-52502In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-52503In the Linux kernel, the following vulnerability has been re…7
Are you affected by CVE-2023-52498?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
