Skip to content

Commit 7a3042a

Browse files
Merge pull request #225 from github/medikoo-GHSA-5vj8-3v2h-h38v
2 parents 8577073 + 9ed1c60 commit 7a3042a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

advisories/github-reviewed/2020/09/GHSA-5vj8-3v2h-h38v/GHSA-5vj8-3v2h-h38v.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"schema_version": "1.2.0",
33
"id": "GHSA-5vj8-3v2h-h38v",
4-
"modified": "2020-08-31T19:02:46Z",
4+
"modified": "2022-04-26T08:18:41Z",
55
"published": "2020-09-04T18:04:08Z",
66
"aliases": [
77

88
],
99
"summary": "Remote Code Execution in next",
10-
"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.",
10+
"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.",
1111
"severity": [
1212

1313
],
@@ -22,7 +22,7 @@
2222
"type": "ECOSYSTEM",
2323
"events": [
2424
{
25-
"introduced": "0"
25+
"introduced": "0.9.9"
2626
},
2727
{
2828
"fixed": "5.1.0"

0 commit comments

Comments
 (0)