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

v15 using a vulnerable version of webpack loader-utils #2012

Closed
okuuva opened this issue Nov 7, 2022 · 2 comments
Closed

v15 using a vulnerable version of webpack loader-utils #2012

okuuva opened this issue Nov 7, 2022 · 2 comments

Comments

@okuuva
Copy link

okuuva commented Nov 7, 2022

vue-loader before 16.0.0-rc2 depend on a vulnerable version of webpack loader-utils (and vue-style-loader which also depends on the same vulnerable package):

❯ npm audit report
# npm audit report

loader-utils  <2.0.3
Severity: critical
Prototype pollution in webpack loader-utils - https://github.com/advisories/GHSA-76p3-8jx3-jpfq
fix available via `npm audit fix --force`
Will install vue-loader@17.0.1, which is a breaking change
node_modules/vue-loader/node_modules/loader-utils
node_modules/vue-style-loader/node_modules/loader-utils
  vue-loader  2.0.0 - 16.0.0-rc.2
  Depends on vulnerable versions of loader-utils
  Depends on vulnerable versions of vue-style-loader
  node_modules/vue-loader
  vue-style-loader  *
  Depends on vulnerable versions of loader-utils
  node_modules/vue-style-loader

3 critical severity vulnerabilities

https://nvd.nist.gov/vuln/detail/CVE-2022-37601

@vue-bot
Copy link

vue-bot commented Nov 7, 2022

Hello, thank you for taking time filling this issue!

However, we kindly ask you to use our Issue Helper when creating new issues, in order to ensure every issue provides the necessary information for us to investigate. This explains why your issue has been automatically closed by me (your robot friend!).

I hope to see your helper-created issue very soon!

@vue-bot vue-bot closed this as completed Nov 7, 2022
@sodatea
Copy link
Member

sodatea commented Nov 8, 2022

webpack/loader-utils#218 (comment) Fixed in loader-utils@1.4.1

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

No branches or pull requests

3 participants