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.
The product contains a concurrent code sequence that requires temporary, exclusive access to a shared resource, but a timing window exists in which the shared resource can be modified by another code sequence operating concurrently.
Link | Tags |
---|---|
https://groups.google.com/forum/#%21msg/libuv/KyNnGEXR0OA/NWb605ev2LUJ | |
https://github.com/libuv/libuv/issues/515 | third party advisory patch |
https://github.com/libuv/libuv/pull/516 | third party advisory patch |
https://github.com/nodejs/node/pull/2723 | third party advisory |
https://groups.google.com/forum/#%21topic/libuv/WO2cl9zasN8 |