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

lodash vulnerability found in package-lock.json #64

Open
schubon opened this issue Aug 7, 2019 · 0 comments
Open

lodash vulnerability found in package-lock.json #64

schubon opened this issue Aug 7, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@schubon
Copy link
Member

schubon commented Aug 7, 2019

Details

CVE-2019-10744

Vulnerable versions: < 4.17.13
Patched version: 4.17.13

Affected versions of lodash are vulnerable to Prototype Pollution.
The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.

Remediation

Upgrade lodash to version 4.17.13 or later. For example:

"dependencies": {
  "lodash": ">=4.17.13"
}

or…

"devDependencies": {
  "lodash": ">=4.17.13"
}

Always verify the validity and compatibility of suggestions with your codebase.

@schubon schubon added the bug Something isn't working label Aug 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant