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

fix(security): do not allow to read files above #1779

Merged
merged 1 commit into from Mar 20, 2024

Conversation

alexander-akait
Copy link
Member

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • documentation update
  • typo fix
  • metadata update

Motivation / Use-Case

security fix

Breaking Changes

No

Additional Info

No

Comment on lines +131 to +134
// ".." is malicious
if (UP_PATH_REGEXP.test(path.normalize(`./${pathname}`))) {
// eslint-disable-next-line no-param-reassign
extra.errorCode = 403;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the key change, right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@jkeys089
Copy link

@alexander-akait is there any plan to backport this fix to v4? We have a project still on Nuxt 2 / Webpack 4.

@alexander-akait
Copy link
Member Author

@jkeys089 Webpack 4 is deprecated, so if you want to do it, feel free to send a PR and I will make a release

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

Successfully merging this pull request may close these issues.

None yet

3 participants