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
No history.
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