nuclei-templates/cves/2015/CVE-2015-7823.yaml

22 lines
692 B
YAML
Raw Normal View History

2021-07-13 09:34:42 +00:00
id: CVE-2015-7823
2021-07-12 09:48:37 +00:00
info:
2021-07-13 09:34:42 +00:00
name: Kentico CMS 8.2 Open Redirection
2021-07-12 09:48:37 +00:00
author: 0x_Akoko
description: The GetDocLink.ashx with link variable is vulnerable to open redirect vulnerability
2021-07-13 09:34:42 +00:00
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
2021-07-12 09:48:37 +00:00
severity: low
2021-07-13 09:34:42 +00:00
tags: cve,cve2015,kentico,redirect
2021-07-12 09:48:37 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/CMSPages/GetDocLink.ashx?link=https://example.com/"
matchers:
- type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
2021-07-13 09:34:42 +00:00
part: header