32 lines
1014 B
YAML
32 lines
1014 B
YAML
id: CVE-2020-11529
|
|
|
|
info:
|
|
name: Grav <1.7 - Open Redirect
|
|
author: 0x_Akoko
|
|
severity: medium
|
|
description: Grav before 1.7 has an open redirect vulnerability via common/Grav.php. This is partially fixed in 1.6.23 and still present in 1.6.x.
|
|
reference:
|
|
- https://github.com/getgrav/grav/issues/3134
|
|
- https://www.cvedetails.com/cve/CVE-2020-11529
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-11529
|
|
- https://github.com/getgrav/grav/commit/2eae104c7a4bf32bc26cb8073d5c40464bfda3f7
|
|
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-11529
|
|
cwe-id: CWE-601
|
|
tags: cve,cve2020,redirect,grav,getgrav
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/%252f%255cinteract.sh%252fa%253fb/'
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$'
|
|
part: header
|
|
|
|
# Enhanced by mp on 2022/05/04
|