Vulnerability Details : CVE-2014-9748
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.
Vulnerability category: Denial of service
Products affected by CVE-2014-9748
- cpe:2.3:a:nodejs:node.js:*:*:*:*:*:*:*:*
- cpe:2.3:a:nodejs:node.js:*:*:*:*:*:*:*:*
- cpe:2.3:a:libuv:libuv:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2014-9748
0.28%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 65 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2014-9748
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
6.8
|
MEDIUM | AV:N/AC:M/Au:N/C:P/I:P/A:P |
8.6
|
6.4
|
NIST | |
8.1
|
HIGH | CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H |
2.2
|
5.9
|
NIST |
CWE ids for CVE-2014-9748
-
The product contains a code sequence that can run concurrently with other code, and the code sequence 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 that is operating concurrently.Assigned by: nvd@nist.gov (Primary)
References for CVE-2014-9748
-
https://github.com/nodejs/node/pull/2723
crypto: replace rwlocks with simple mutexes by bnoordhuis · Pull Request #2723 · nodejs/node · GitHubThird Party Advisory
-
https://groups.google.com/forum/#!topic/libuv/WO2cl9zasN8
Google GroepenThird Party Advisory
-
https://github.com/libuv/libuv/issues/515
windows: xp rwlock fallback is unsound · Issue #515 · libuv/libuv · GitHubPatch;Third Party Advisory
-
https://github.com/libuv/libuv/pull/516
win: fix unsavory rwlock fallback implementation by piscisaureus · Pull Request #516 · libuv/libuv · GitHubPatch;Third Party Advisory
-
https://groups.google.com/forum/#!msg/libuv/KyNnGEXR0OA/NWb605ev2LUJ
Google GroepenExploit;Third Party Advisory
Jump to