In the Linux kernel, the following vulnerability has been resolved:
net/mlx5e: Take state lock during tx timeout reporter
mlx5e_safe_reopen_channels() requires the state lock taken. The
referenced changed in the Fixes tag removed the lock to fix another
issue. This patch adds it back but at a later point (when calling
mlx5e_safe_reopen_channels()) to avoid the deadlock referenced in the
Fixes tag.
References
Configurations
Configuration 1 (hide)
|
History
13 Sep 2024, 16:36
Type | Values Removed | Values Added |
---|---|---|
First Time |
Linux linux Kernel
Linux |
|
CPE | cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.11:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.11:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.11:rc2:*:*:*:*:*:* |
|
Summary |
|
|
References | () https://git.kernel.org/stable/c/03d3734bd692affe4d0e9c9d638f491aaf37411b - Patch | |
References | () https://git.kernel.org/stable/c/8e57e66ecbdd2fddc9fbf3e984b1c523b70e9809 - Patch | |
References | () https://git.kernel.org/stable/c/b3b9a87adee97854bcd71057901d46943076267e - Patch | |
References | () https://git.kernel.org/stable/c/e6b5afd30b99b43682a7764e1a74a42fe4d5f4b3 - Patch | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CWE | CWE-667 |
11 Sep 2024, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2024-09-11 16:15
Updated : 2024-09-13 16:36
NVD link : CVE-2024-45019
Mitre link : CVE-2024-45019
CVE.ORG link : CVE-2024-45019
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking