2022-05-23 08:45:44 +00:00
id : CVE-2018-6200
info :
2022-10-19 21:11:27 +00:00
name : vBulletin - Open Redirect
2022-05-23 08:45:44 +00:00
author : 0x_Akoko,daffainfo
severity : medium
description : |
2022-10-19 21:11:27 +00:00
vBulletin 3.x.x and 4.2.x through 4.2.5 contains an open redirect vulnerability via the redirector.php URL parameter. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
2022-05-23 08:45:44 +00:00
reference :
- https://cxsecurity.com/issue/WLB-2018010251
2022-10-19 21:11:27 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-6200
2022-05-23 08:45:44 +00:00
classification :
2022-05-23 08:58:50 +00:00
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
2022-05-23 08:45:44 +00:00
cvss-score : 6.1
cve-id : CVE-2018-6200
cwe-id : CWE-601
2023-07-11 19:49:27 +00:00
epss-score : 0.00118
cpe : cpe:2.3:a:vbulletin:vbulletin:*:*:*:*:*:*:*:*
2022-05-23 10:11:10 +00:00
metadata :
2023-04-28 08:11:21 +00:00
max-request : 2
2022-05-23 10:11:10 +00:00
verified : true
2023-07-11 19:49:27 +00:00
vendor : vbulletin
product : vbulletin
2022-05-23 08:45:44 +00:00
tags : cve,cve2018,redirect,vbulletin
2023-04-27 04:28:59 +00:00
http :
2022-05-23 08:45:44 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/redirector.php?url=https://interact.sh'
- '{{BaseURL}}/redirector.php?do=nodelay&url=https://interact.sh'
2022-05-23 08:45:44 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-06-06 10:40:15 +00:00
- '<meta http-equiv="refresh" content="0; URL=https://interact.sh">'
2022-05-23 08:45:44 +00:00
- type : status
status :
- 200