CVE-2023-54259
Last modified
CVE-2023-54259 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow This reverts commit 443a98e649b4 ("soundwire: bus: use pm_runtime_resume_and_get()") Change calls to pm_runtime_resume_and_get() back to pm_runtime_get_sync(). This fixes a usage count underrun caused by doing a pm_runtime_put() even though pm_runtime_resume_and_get() returned an error. The three affected functions ignore -EACCES error from trying to get pm_runtime, and carry on, including a put at the end of the function. But pm_runtime_resume_and_get() does not increment the usage count if it returns an error. So in the -EACCES case you must not call pm_runtime_put(). The documentation for pm_runtime_get_sync() says: "Consider using pm_runtime_resume_and_get() ... EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: soundwire: bus: Fix unbalanced pm_runtime_put() causing usage count underflow This reverts commit 443a98e649b4 ("soundwire: bus: use pm_runtime_resume_and_get()") Change calls to pm_runtime_resume_and_get() back to pm_runtime_get_sync(). This fixes a usage count underrun caused by doing a pm_runtime_put() even though pm_runtime_resume_and_get() returned an error. The three affected functions ignore -EACCES error from trying to get pm_runtime, and carry on, including a put at the end of the function. But pm_runtime_resume_and_get() does not increment the usage count if it returns an error. So in the -EACCES case you must not call pm_runtime_put(). The documentation for pm_runtime_get_sync() says: "Consider using pm_runtime_resume_and_get() ... as this is likely to result in cleaner code." In this case I don't think it results in cleaner code because the pm_runtime_put() at the end of the function would have to be conditional on the return value from pm_runtime_resume_and_get() at the top of the function. pm_runtime_get_sync() doesn't have this problem because it always increments the count, so always needs a put. The code can just flow through and do the pm_runtime_put() unconditionally.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 443a98e649b469b4e6a2832799853a5764ef9002, < 4e5e9da139c007dfc397a159093b4c4187ee67fa; >= 443a98e649b469b4e6a2832799853a5764ef9002, < 203aa4374c433159f163acde2d0bd4118f23bbaf; >= 443a98e649b469b4e6a2832799853a5764ef9002, < e9537962519e88969f5f69cd0571eb4f6984403c |
| Linux | Linux | 5.19 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2023-54259?
How severe is CVE-2023-54259?
How do I fix CVE-2023-54259?
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-54253In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54254In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-54255In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54256Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-54257In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2023-54258In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2023-5426The Post Meta Data Manager plugin for WordPress is vulnerabl…7.5
- CVE-2023-54260In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54261In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54262In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2023-54263In the Linux kernel, the following vulnerability has been re…
- CVE-2023-54264In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2023-54259?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
