2022-01-11 00:00:49 +00:00
|
|
|
id: CVE-2020-11529
|
|
|
|
|
|
|
|
info:
|
2022-05-09 16:12:52 +00:00
|
|
|
name: Grav <1.7 - Open Redirect
|
2022-01-11 00:00:49 +00:00
|
|
|
author: 0x_Akoko
|
|
|
|
severity: medium
|
2022-05-09 16:12:52 +00:00
|
|
|
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.
|
2022-01-11 00:00:49 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/getgrav/grav/issues/3134
|
|
|
|
- https://www.cvedetails.com/cve/CVE-2020-11529
|
2022-05-09 16:12:52 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2020-11529
|
2022-05-17 09:18:12 +00:00
|
|
|
- https://github.com/getgrav/grav/commit/2eae104c7a4bf32bc26cb8073d5c40464bfda3f7
|
2022-01-11 00:00:49 +00:00
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-04-22 10:38:41 +00:00
|
|
|
cvss-score: 6.1
|
2022-01-11 00:00:49 +00:00
|
|
|
cve-id: CVE-2020-11529
|
|
|
|
cwe-id: CWE-601
|
2022-01-11 09:05:53 +00:00
|
|
|
tags: cve,cve2019,redirect,grav,getgrav
|
2022-01-11 00:00:49 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/%252f%255cexample.com%252fa%253fb/'
|
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
|
|
|
regex:
|
2022-01-11 09:05:53 +00:00
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$'
|
2022-01-11 00:00:49 +00:00
|
|
|
part: header
|
2022-05-09 16:12:52 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2022/05/04
|