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.
|
2023-09-27 15:51:13 +00:00
|
|
|
impact: |
|
|
|
|
An attacker can exploit this vulnerability to redirect users to malicious websites, leading to phishing attacks.
|
2023-09-06 12:22:36 +00:00
|
|
|
remediation: |
|
|
|
|
Upgrade Grav CMS to version 1.7 or later to fix the open redirect vulnerability.
|
2022-01-11 00:00:49 +00:00
|
|
|
reference:
|
|
|
|
- https://github.com/getgrav/grav/issues/3134
|
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
|
2023-04-12 10:55:48 +00:00
|
|
|
- https://getgrav.org/#changelog
|
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
|
2023-04-12 10:55:48 +00:00
|
|
|
epss-score: 0.00349
|
2024-01-14 13:49:27 +00:00
|
|
|
epss-percentile: 0.68824
|
2023-09-06 12:22:36 +00:00
|
|
|
cpe: cpe:2.3:a:getgrav:grav:*:*:*:*:*:*:*:*
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-07-15 16:29:17 +00:00
|
|
|
vendor: getgrav
|
|
|
|
product: grav
|
2024-01-14 09:21:50 +00:00
|
|
|
tags: cve2020,cve,redirect,grav,getgrav
|
2022-01-11 00:00:49 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-01-11 00:00:49 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2022-06-06 10:40:15 +00:00
|
|
|
- '{{BaseURL}}/%252f%255cinteract.sh%252fa%253fb/'
|
2022-01-11 00:00:49 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: regex
|
2023-07-15 16:29:17 +00:00
|
|
|
part: header
|
2022-01-11 00:00:49 +00:00
|
|
|
regex:
|
2023-03-01 18:22:21 +00:00
|
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
|
2024-01-26 08:31:11 +00:00
|
|
|
# digest: 4a0a00473045022005ef64e357af60f2001717fe53275dfd1ada579324ac91387f65d0175cffa136022100f26034c553aaedf1d8a0863ce93d9c21bf9893b132b0219f8561eee8ddf8f055:922c64590222798bb761d5b6d8e72950
|