In the Linux kernel, the following vulnerability has been resolved:
smb3: fix lock ordering potential deadlock in cifs_sync_mid_result
Coverity spotted that the cifs_sync_mid_result function could deadlock
"Thread deadlock (ORDER_REVERSAL) lock_order: Calling spin_lock acquires
lock TCP_Server_Info.srv_lock while holding lock TCP_Server_Info.mid_lock"
Addresses-Coverity: 1590401 ("Thread deadlock (ORDER_REVERSAL)")
References
Configurations
Configuration 1 (hide)
|
History
10 Jan 2025, 18:12
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 5.5 |
CWE | CWE-667 | |
First Time |
Linux linux Kernel
Linux |
|
References | () https://git.kernel.org/stable/c/699f8958dece132709c0bff6a9700999a2a63b75 - Patch | |
References | () https://git.kernel.org/stable/c/8248224ab5b8ca7559b671917c224296a4d671fc - Patch | |
References | () https://git.kernel.org/stable/c/8861fd5180476f45f9e8853db154600469a0284f - Patch | |
References | () https://git.kernel.org/stable/c/c7a4bca289e50bb4b2650f845c41bb3e453f4c66 - Patch | |
CPE | cpe:2.3:o:linux:linux_kernel:6.9:rc2:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc3:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc4:*:*:*:*:*:* cpe:2.3:o:linux:linux_kernel:6.9:rc5:*:*:*:*:*:* |
Information
Published : 2024-05-20 10:15
Updated : 2025-01-10 18:12
NVD link : CVE-2024-35998
Mitre link : CVE-2024-35998
CVE.ORG link : CVE-2024-35998
JSON object : View
Products Affected
linux
- linux_kernel
CWE
CWE-667
Improper Locking