CVE-2023-52836
Last modified
CVE-2023-52836 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: locking/ww_mutex/test: Fix potential workqueue corruption In some cases running with the test-ww_mutex code, I was seeing odd behavior where sometimes it seemed flush_workqueue was returning before all the work threads were finished. Often this would cause strange crashes as the mutexes would be freed while they were being used. Looking at the code, there is a lifetime problem as the controlling thread that spawns the work allocates the "struct stress" structures that are passed to the workqueue threads. Then when the workqueue threads are finished, they free the stress struct that was passed to them. Unfortunately the workqueue work_struct node is in the stress struct. EPSS estimates a 0.26% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: locking/ww_mutex/test: Fix potential workqueue corruption In some cases running with the test-ww_mutex code, I was seeing odd behavior where sometimes it seemed flush_workqueue was returning before all the work threads were finished. Often this would cause strange crashes as the mutexes would be freed while they were being used. Looking at the code, there is a lifetime problem as the controlling thread that spawns the work allocates the "struct stress" structures that are passed to the workqueue threads. Then when the workqueue threads are finished, they free the stress struct that was passed to them. Unfortunately the workqueue work_struct node is in the stress struct. Which means the work_struct is freed before the work thread returns and while flush_workqueue is waiting. It seems like a better idea to have the controlling thread both allocate and free the stress structures, so that we can be sure we don't corrupt the workqueue by freeing the structure prematurely. So this patch reworks the test to do so, and with this change I no longer see the early flush_workqueue returns.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux Kernel | < 4.14.331 |
| Linux | Linux Kernel | >= 4.15, < 4.19.300 |
| Linux | Linux Kernel | >= 4.20, < 5.4.262 |
| Linux | Linux Kernel | >= 5.5, < 5.10.202 |
| Linux | Linux Kernel | >= 5.11, < 5.15.140 |
| Linux | Linux Kernel | >= 5.16, < 6.1.64 |
| Linux | Linux Kernel | >= 6.2, < 6.5.13 |
| Linux | Linux Kernel | >= 6.6, < 6.6.3 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2023-52836?
How severe is CVE-2023-52836?
How do I fix CVE-2023-52836?
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-52830Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2023-52831In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52832In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2023-52833In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52834In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2023-52835In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52837In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52838In the Linux kernel, the following vulnerability has been re…6.2
- CVE-2023-52839In the Linux kernel, the following vulnerability has been re…3.3
- CVE-2023-5284A vulnerability classified as critical has been found in Sou…8.8
- CVE-2023-52840In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2023-52841In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2023-52836?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
