2023-06-11 05:47:02 +00:00
id : CVE-2013-2621
info :
2023-06-12 10:15:51 +00:00
name : Telaen => v1.3.1 - Open Redirect
2023-06-11 05:47:02 +00:00
author : ctflearner
severity : medium
2023-06-12 10:15:51 +00:00
description : |
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.
2023-06-11 05:47:02 +00:00
reference :
- https://www.exploit-db.com/exploits/38546
- https://exchange.xforce.ibmcloud.com/vulnerabilities/84683
- https://nvd.nist.gov/vuln/detail/CVE-2013-2621
classification :
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
cve-id : CVE-2013-2621
cwe-id : CWE-601
cpe : cpe:2.3:a:telaen_project:telaen:*:*:*:*:*:*:*:*
2023-06-21 21:03:53 +00:00
metadata :
max-request : 2
2023-06-12 10:15:51 +00:00
tags : cve,cve2012,telaen,redirect
2023-06-11 05:47:02 +00:00
http :
- method : GET
path :
2023-06-12 10:15:51 +00:00
- "{{BaseURL}}/telaen/redir.php?https://interact.sh"
- "{{BaseURL}}/redir.php?https://interact.sh"
2023-06-11 05:47:02 +00:00
stop-at-first-match : true
matchers-condition : and
matchers :
- type : regex
part : header
regex :
2023-06-12 10:15:51 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'