Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Security Vuln In Semver Dependency #287

Closed
pankajvalecha opened this issue Aug 3, 2023 · 1 comment
Closed

Security Vuln In Semver Dependency #287

pankajvalecha opened this issue Aug 3, 2023 · 1 comment

Comments

@pankajvalecha
Copy link

Hi Team,

Using version 17.1.0 of eslint-config-standard where it is using semver version 6.3.0

Versions of the package semver before 7.5.2 are vulnerable to Regular Expression Denial of Service (ReDoS) via the function new Range, when untrusted user data is provided as a range.

CWE-1333 Inefficient Regular Expression Complexity

CVSSv3:

Base Score: HIGH (7.5)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

References:

OSSINDEX - [CVE-2022-25883] CWE-1333
OSSIndex - http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-25883
OSSIndex - npm/node-semver#564
OSSIndex - https://vuldb.com/?id.232060

@rostislav-simonik
Copy link
Member

We are doing our best to keep our direct dependencies up to date. Otherwise, there is not much we can do for nested dependencies. If you care enough, go ahead and contribute upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants