CVE-2024-26606
Last modified
CVE-2024-26606 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: binder: signal epoll threads of self-work In (e)poll mode, threads often depend on I/O events to determine when data is ready for consumption. Within binder, a thread may initiate a command via BINDER_WRITE_READ without a read buffer and then make use of epoll_wait() or similar to consume any responses afterwards. It is then crucial that epoll threads are signaled via wakeup when they queue their own work. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: binder: signal epoll threads of self-work In (e)poll mode, threads often depend on I/O events to determine when data is ready for consumption. Within binder, a thread may initiate a command via BINDER_WRITE_READ without a read buffer and then make use of epoll_wait() or similar to consume any responses afterwards. It is then crucial that epoll threads are signaled via wakeup when they queue their own work. Otherwise, they risk waiting indefinitely for an event leaving their work unhandled. What is worse, subsequent commands won't trigger a wakeup either as the thread has pending work.
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 | >= 2.6.29, < 4.19.307 |
| Linux | Linux Kernel | >= 4.20.0, < 5.4.269 |
| Linux | Linux Kernel | >= 5.5.0, < 5.10.210 |
| Linux | Linux Kernel | >= 5.11.0, < 5.15.149 |
| Linux | Linux Kernel | >= 5.16.0, < 6.1.79 |
| Linux | Linux Kernel | >= 6.2.0, < 6.6.18 |
| Linux | Linux Kernel | >= 6.7.0, < 6.7.6 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2024-26606?
How severe is CVE-2024-26606?
How do I fix CVE-2024-26606?
Are you affected by CVE-2024-26606?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
