Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[GHSA-5vj8-3v2h-h38v] Remote Code Execution in next #225

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

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"schema_version": "1.2.0",
"id": "GHSA-5vj8-3v2h-h38v",
"modified": "2020-08-31T19:02:46Z",
"modified": "2022-04-26T08:18:41Z",
"published": "2020-09-04T18:04:08Z",
"aliases": [

],
"summary": "Remote Code Execution in next",
"details": "Versions of `next` prior to 5.1.0 are vulnerable to Remote Code Execution. The `/path:` route fails to properly sanitize input and passes it to a `require()` call. This allows attackers to execute JavaScript code on the server.\n\n\n## Recommendation\n\nUpgrade to version 5.1.0.",
"details": "Versions of `next` prior to 5.1.0 are vulnerable to Remote Code Execution. The `/path:` route fails to properly sanitize input and passes it to a `require()` call. This allows attackers to execute JavaScript code on the server.\n\n_Note that prior version 0.9.9 package `next` npm package hosted a different utility (0.4.1 being the latest version of that codebase), and this advisory does not apply to those versions._\n\n## Recommendation\n\nUpgrade to version 5.1.0.",
"severity": [

],
Expand All @@ -22,7 +22,7 @@
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
"introduced": "0.9.9"
},
{
"fixed": "5.1.0"
Expand Down