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
Minimatch is a minimal matching utility that works by converting glob expressions into JavaScript RegExp objects. The primary function, minimatch(path, pattern) in Minimatch 3.0.1 and earlier is vulnerable to ReDoS in the pattern parameter.
CVE-2016-10540 - High Severity Vulnerability
Vulnerable Libraries - minimatch-0.3.0.tgz, minimatch-2.0.10.tgz
minimatch-0.3.0.tgz
a glob matcher in javascript
Library home page: https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/findup-sync/node_modules/minimatch/package.json
Dependency Hierarchy:
minimatch-2.0.10.tgz
a glob matcher in javascript
Library home page: https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz
Path to dependency file: /package.json
Path to vulnerable library: /node_modules/file-utils/node_modules/minimatch/package.json,/node_modules/glob/node_modules/minimatch/package.json
Dependency Hierarchy:
Found in HEAD commit: f1011c2c99085a741d1c0ddbb5dd8b10272ca9b1
Found in base branch: master
Vulnerability Details
Minimatch is a minimal matching utility that works by converting glob expressions into JavaScript
RegExp
objects. The primary function,minimatch(path, pattern)
in Minimatch 3.0.1 and earlier is vulnerable to ReDoS in thepattern
parameter.Publish Date: 2018-05-31
URL: CVE-2016-10540
CVSS 3 Score Details (7.5)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://nvd.nist.gov/vuln/detail/CVE-2016-10540
Release Date: 2018-04-26
Fix Resolution (minimatch): 3.0.2
Direct dependency fix Resolution (yeoman-generator): 0.21.0
Fix Resolution (minimatch): 3.0.2
Direct dependency fix Resolution (yeoman-generator): 0.21.0
Step up your Open Source Security Game with Mend here
The text was updated successfully, but these errors were encountered: