nuclei-templates/cves/2020/CVE-2020-24550.yaml

31 lines
913 B
YAML

id: CVE-2020-24550
info:
name: CVE-2020-24550
author: dhiyaneshDK
severity: medium
description: An Open Redirect vulnerability in EpiServer Find before 13.2.7 allows an attacker to redirect users to untrusted websites via the _t_redirect parameter in a crafted URL, such as a /find_v2/_click URL.
tags: cve,cve2020,redirect,episerver
reference: https://labs.nettitude.com/blog/cve-2020-24550-open-redirect-in-episerver-find/
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.10
cve-id: CVE-2020-24550
cwe-id: CWE-601
requests:
- method: GET
path:
- '{{BaseURL}}/find_v2/_click?_t_id=&_t_q=&_t_hit.id=&_t_redirect=https://example.com'
matchers-condition: and
matchers:
- type: word
words:
- "Location: https://example.com"
part: header
- type: status
status:
- 301