CVE-2024-38634
Linux Kernel MAX3100 UART Handle CTS Change Lock Bypass
Description
In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Lock port->lock when calling uart_handle_cts_change() uart_handle_cts_change() has to be called with port lock taken, Since we run it in a separate work, the lock may not be taken at the time of running. Make sure that it's taken by explicitly doing that. Without it we got a splat: WARNING: CPU: 0 PID: 10 at drivers/tty/serial/serial_core.c:3491 uart_handle_cts_change+0xa6/0xb0 ... Workqueue: max3100-0 max3100_work [max3100] RIP: 0010:uart_handle_cts_change+0xa6/0xb0 ... max3100_handlerx+0xc5/0x110 [max3100] max3100_work+0x12a/0x340 [max3100]
INFO
Published Date :
June 21, 2024, 11:15 a.m.
Last Modified :
Nov. 21, 2024, 9:26 a.m.
Source :
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Remotely Exploitable :
No
Impact Score :
Exploitability Score :
References to Advisories, Solutions, and Tools
Here, you will find a curated list of external links that provide in-depth
information, practical solutions, and valuable tools related to
CVE-2024-38634
.
We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).
Results are limited to the first 15 repositories due to potential performance issues.
The following list is the news that have been mention
CVE-2024-38634
vulnerability anywhere in the article.
The following table lists the changes that have been made to the
CVE-2024-38634
vulnerability over time.
Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.
-
CVE Modified by af854a3a-2127-422b-91ae-364da2661108
Nov. 21, 2024
Action Type Old Value New Value Added Reference https://git.kernel.org/stable/c/44b38924135d2093e2ec1812969464845dd66dc9 Added Reference https://git.kernel.org/stable/c/77ab53371a2066fdf9b895246505f5ef5a4b5d47 Added Reference https://git.kernel.org/stable/c/78dbda51bb4241b88a52d71620f06231a341f9ba Added Reference https://git.kernel.org/stable/c/8296bb9e5925b6634259c5d4daee88f0cc0884ec Added Reference https://git.kernel.org/stable/c/865b30c8661924ee9145f442bf32cea549faa869 Added Reference https://git.kernel.org/stable/c/93df2fba6c7dfa9a2f08546ea9a5ca4728758458 Added Reference https://git.kernel.org/stable/c/cc121e3722a0a2c8f716ef991e5425b180a5fb94 Added Reference https://git.kernel.org/stable/c/ea9b35372b58ac2931bfc1d5bc25e839d1221e30 -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jul. 15, 2024
Action Type Old Value New Value Removed Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html -
CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 27, 2024
Action Type Old Value New Value Added Reference kernel.org https://lists.debian.org/debian-lts-announce/2024/06/msg00020.html [No types assigned] -
CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Jun. 21, 2024
Action Type Old Value New Value Added Description In the Linux kernel, the following vulnerability has been resolved: serial: max3100: Lock port->lock when calling uart_handle_cts_change() uart_handle_cts_change() has to be called with port lock taken, Since we run it in a separate work, the lock may not be taken at the time of running. Make sure that it's taken by explicitly doing that. Without it we got a splat: WARNING: CPU: 0 PID: 10 at drivers/tty/serial/serial_core.c:3491 uart_handle_cts_change+0xa6/0xb0 ... Workqueue: max3100-0 max3100_work [max3100] RIP: 0010:uart_handle_cts_change+0xa6/0xb0 ... max3100_handlerx+0xc5/0x110 [max3100] max3100_work+0x12a/0x340 [max3100] Added Reference kernel.org https://git.kernel.org/stable/c/44b38924135d2093e2ec1812969464845dd66dc9 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/ea9b35372b58ac2931bfc1d5bc25e839d1221e30 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/cc121e3722a0a2c8f716ef991e5425b180a5fb94 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/78dbda51bb4241b88a52d71620f06231a341f9ba [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/8296bb9e5925b6634259c5d4daee88f0cc0884ec [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/93df2fba6c7dfa9a2f08546ea9a5ca4728758458 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/865b30c8661924ee9145f442bf32cea549faa869 [No types assigned] Added Reference kernel.org https://git.kernel.org/stable/c/77ab53371a2066fdf9b895246505f5ef5a4b5d47 [No types assigned]
CWE - Common Weakness Enumeration
While CVE identifies
specific instances of vulnerabilities, CWE categorizes the common flaws or
weaknesses that can lead to vulnerabilities. CVE-2024-38634
is
associated with the following CWEs:
Common Attack Pattern Enumeration and Classification (CAPEC)
Common Attack Pattern Enumeration and Classification
(CAPEC)
stores attack patterns, which are descriptions of the common attributes and
approaches employed by adversaries to exploit the CVE-2024-38634
weaknesses.