Affected versions of string are vulnerable to regular expression denial of service when specifically crafted untrusted user input is passed into the underscore or unescapeHTML methods.
Recommendation
There is currently no direct patch for this vulnerability.
Currently, the best solution is to avoid passing user input to the underscore and unescapeHTML methods.
Alternatively, a user provided patch is available in Pull Request #217, however this patch has not been tested, nor has it been merged by the package author.
⚠️ `dependabot-gitlab` has detected security vulnerability for `string` in path: `/`, manifest_file: `/package.json` but was unable to update it! ⚠️
* https://github.com/advisories/GHSA-g36h-6r4f-3mqp
| Package | Severity | Affected versions | Patched versions | IDs |
|--------------|----------|-------------------|------------------|----------------------------------------|
| string (NPM) | HIGH | <= 3.3.3 | | `GHSA-g36h-6r4f-3mqp`,`CVE-2017-16116` |
# Description
Affected versions of `string` are vulnerable to regular expression denial of service when specifically crafted untrusted user input is passed into the `underscore` or `unescapeHTML` methods.
## Recommendation
There is currently no direct patch for this vulnerability.
Currently, the best solution is to avoid passing user input to the `underscore` and `unescapeHTML` methods.
Alternatively, a user provided patch is available in [Pull Request #217]( https://github.com/jprichardson/string.js/pull/217/commits/eab9511e4efbc8c521e18b6cf2e8565ae50c5a16), however this patch has not been tested, nor has it been merged by the package author.
# References
* https://nvd.nist.gov/vuln/detail/CVE-2017-16116
* https://github.com/jprichardson/string.js/issues/212
* https://github.com/advisories/GHSA-g36h-6r4f-3mqp
* https://www.npmjs.com/advisories/536
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
⚠️
dependabot-gitlabhas detected security vulnerability forstringin path:/, manifest_file:/package.jsonbut was unable to update it! ⚠️GHSA-g36h-6r4f-3mqp,CVE-2017-16116Description
Affected versions of
stringare vulnerable to regular expression denial of service when specifically crafted untrusted user input is passed into theunderscoreorunescapeHTMLmethods.Recommendation
There is currently no direct patch for this vulnerability.
Currently, the best solution is to avoid passing user input to the
underscoreandunescapeHTMLmethods.Alternatively, a user provided patch is available in Pull Request #217, however this patch has not been tested, nor has it been merged by the package author.
References