You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
acorn is vulnerable to REGEX DoS. A regex of the form /[x-\ud800]/u causes the parser to enter an infinite loop. attackers may leverage the vulnerability leading to a Denial of Service since the string is not valid UTF16 and it results in it being sanitized before reaching the parser.
WS-2020-0042 - High Severity Vulnerability
Vulnerable Libraries - acorn-3.3.0.tgz, acorn-4.0.13.tgz
acorn-3.3.0.tgz
ECMAScript parser
Library home page: https://registry.npmjs.org/acorn/-/acorn-3.3.0.tgz
Path to dependency file: /tmp/ws-scm/eventpoints-backend/api/package.json
Path to vulnerable library: /tmp/ws-scm/eventpoints-backend/api/node_modules/acorn/package.json
Dependency Hierarchy:
acorn-4.0.13.tgz
ECMAScript parser
Library home page: https://registry.npmjs.org/acorn/-/acorn-4.0.13.tgz
Path to dependency file: /tmp/ws-scm/eventpoints-backend/api/package.json
Path to vulnerable library: /tmp/ws-scm/eventpoints-backend/api/node_modules/is-expression/node_modules/acorn/package.json
Dependency Hierarchy:
Found in HEAD commit: af48c1e8773db261917ee3c0673cde2d732b9e34
Vulnerability Details
acorn is vulnerable to REGEX DoS. A regex of the form /[x-\ud800]/u causes the parser to enter an infinite loop. attackers may leverage the vulnerability leading to a Denial of Service since the string is not valid UTF16 and it results in it being sanitized before reaching the parser.
Publish Date: 2020-03-08
URL: WS-2020-0042
CVSS 3 Score Details (7.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://www.npmjs.com/advisories/1488
Release Date: 2020-03-08
Fix Resolution: 7.1.1
Step up your Open Source Security Game with WhiteSource here
The text was updated successfully, but these errors were encountered: