CVE-2024-58057
Last modified
CVE-2024-58057 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: idpf: convert workqueues to unbound When a workqueue is created with `WQ_UNBOUND`, its work items are served by special worker-pools, whose host workers are not bound to any specific CPU. In the default configuration (i.e. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: idpf: convert workqueues to unbound When a workqueue is created with `WQ_UNBOUND`, its work items are served by special worker-pools, whose host workers are not bound to any specific CPU. In the default configuration (i.e. when `queue_delayed_work` and friends do not specify which CPU to run the work item on), `WQ_UNBOUND` allows the work item to be executed on any CPU in the same node of the CPU it was enqueued on. While this solution potentially sacrifices locality, it avoids contention with other processes that might dominate the CPU time of the processor the work item was scheduled on. This is not just a theoretical problem: in a particular scenario misconfigured process was hogging most of the time from CPU0, leaving less than 0.5% of its CPU time to the kworker. The IDPF workqueues that were using the kworker on CPU0 suffered large completion delays as a result, causing performance degradation, timeouts and eventual system crash. * I have also run a manual test to gauge the performance improvement. The test consists of an antagonist process (`./stress --cpu 2`) consuming as much of CPU 0 as possible. This process is run under `taskset 01` to bind it to CPU0, and its priority is changed with `chrt -pQ 9900 10000 ${pid}` and `renice -n -20 ${pid}` after start. Then, the IDPF driver is forced to prefer CPU0 by editing all calls to `queue_delayed_work`, `mod_delayed_work`, etc... to use CPU 0. Finally, `ktraces` for the workqueue events are collected. Without the current patch, the antagonist process can force arbitrary delays between `workqueue_queue_work` and `workqueue_execute_start`, that in my tests were as high as `30ms`. With the current patch applied, the workqueue can be migrated to another unloaded CPU in the same node, and, keeping everything else equal, the maximum delay I could see was `6us`.
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 |
|---|---|---|
| Linux | Linux Kernel | >= 6.7, < 6.12.13 |
| Linux | Linux Kernel | >= 6.13, < 6.13.2 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2024-58057?
How severe is CVE-2024-58057?
How do I fix CVE-2024-58057?
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-58051In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58052In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58053In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58054In the Linux kernel, the following vulnerability has been re…7.1
- CVE-2024-58055In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-58056In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58058In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58059In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-5806Improper Authentication vulnerability in Progress MOVEit Tra…9.8
- CVE-2024-58060In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2024-58061In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2024-58062In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2024-58057?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
