The uv_rwlock_t fallback implementation for Windows XP and Server 2003 in libuv before 1.7.4 does not properly prevent threads from releasing the locks of other threads, which allows attackers to cause a denial of service (deadlock) or possibly have unspecified other impact by leveraging a race condition.
References
Link | Resource |
---|---|
https://github.com/libuv/libuv/issues/515 | Patch Third Party Advisory |
https://github.com/libuv/libuv/pull/516 | Patch Third Party Advisory |
https://github.com/nodejs/node/pull/2723 | Third Party Advisory |
https://groups.google.com/forum/#%21msg/libuv/KyNnGEXR0OA/NWb605ev2LUJ | |
https://groups.google.com/forum/#%21topic/libuv/WO2cl9zasN8 |
Configurations
History
No history.
Information
Published : 2020-02-11 17:15
Updated : 2023-11-07 02:23
NVD link : CVE-2014-9748
Mitre link : CVE-2014-9748
CVE.ORG link : CVE-2014-9748
JSON object : View
Products Affected
microsoft
- windows_server_2003
- windows_xp
nodejs
- node.js
libuv
- libuv
CWE
CWE-362
Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')