Create CVE-2020-24550.yaml

patch-1
Dhiyaneshwaran 2021-04-02 14:11:43 +05:30 committed by GitHub
parent 1123c6f142
commit 7111fb4bbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,23 @@
id: CVE-2020-24550
info:
name: CVE-2020-24550
author: dhiyaneshDK
severity: medium
description: A user-controlled input redirect users to an external website.
tags: redirect
requests:
- method: GET
path:
- '{{BaseURL}}/find_v2/_click?_t_id=&_t_q=&_t_hit.id=&_t_redirect=https://google.com'
matchers-condition: and
matchers:
- type: word
words:
- "Location: https://google.com"
part: header
- type: status
status:
- 301