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
Path to vulnerable library: /node_modules/acorn-globals/node_modules/acorn/package.json
Dependency Hierarchy:
jest-24.8.0.tgz (Root Library)
jest-cli-24.8.0.tgz
jest-config-24.8.0.tgz
jest-environment-jsdom-24.8.0.tgz
jsdom-11.12.0.tgz
acorn-globals-4.3.2.tgz
❌ acorn-6.1.1.tgz (Vulnerable Library)
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.
mend-for-github-combot
changed the title
WS-2020-0042 (Medium) detected in acorn-5.7.3.tgz, acorn-6.1.1.tgz
WS-2020-0042 (High) detected in acorn-5.7.3.tgz, acorn-6.1.1.tgz
Oct 5, 2020
WS-2020-0042 - High Severity Vulnerability
Vulnerable Libraries - acorn-5.7.3.tgz, acorn-6.1.1.tgz
acorn-5.7.3.tgz
ECMAScript parser
Library home page: https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz
Path to dependency file: /nlp.js/package.json
Path to vulnerable library: /node_modules/acorn/package.json
Dependency Hierarchy:
acorn-6.1.1.tgz
ECMAScript parser
Library home page: https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz
Path to dependency file: /nlp.js/package.json
Path to vulnerable library: /node_modules/acorn-globals/node_modules/acorn/package.json
Dependency Hierarchy:
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-01
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-01
Fix Resolution (acorn): 5.7.4
Direct dependency fix Resolution (jest): 24.9.0
Fix Resolution (acorn): 6.4.1
Direct dependency fix Resolution (jest): 24.9.0
The text was updated successfully, but these errors were encountered: