31 lines
1.1 KiB
YAML
31 lines
1.1 KiB
YAML
|
id: CVE-2015-7823
|
||
|
|
||
|
info:
|
||
|
name: Kentico CMS 8.2 - Open Redirect
|
||
|
author: 0x_Akoko
|
||
|
severity: low
|
||
|
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.
|
||
|
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
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:N
|
||
|
cve-id: CVE-2015-7823
|
||
|
cwe-id: NVD-CWE-Other
|
||
|
cvss-score: 5.8
|
||
|
tags: cve,cve2015,kentico,redirect,packetstorm
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/CMSPages/GetDocLink.ashx?link=https://interact.sh/"
|
||
|
|
||
|
matchers:
|
||
|
- type: regex
|
||
|
regex:
|
||
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh.*$'
|
||
|
part: header
|
||
|
|
||
|
# Enhanced by mp on 2022/09/30
|