Skip to content

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

Merged
alexander-akait merged 1 commit intoversion-5from
fix-security
Mar 20, 2024
Merged

fix(security): do not allow to read files above#1779
alexander-akait merged 1 commit intoversion-5from
fix-security

Conversation

@alexander-akait
Copy link
Copy Markdown
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;
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

@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
Copy Markdown
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.

3 participants