Update and rename CVE-2020-11529.yaml to cves/2020/CVE-2020-11529.yaml
parent
3d24bd0f27
commit
7f26b9e895
|
@ -8,21 +8,20 @@ info:
|
||||||
reference:
|
reference:
|
||||||
- https://github.com/getgrav/grav/issues/3134
|
- https://github.com/getgrav/grav/issues/3134
|
||||||
- https://www.cvedetails.com/cve/CVE-2020-11529
|
- https://www.cvedetails.com/cve/CVE-2020-11529
|
||||||
tags: cve,cve2019,redirect,grav.getgrav
|
|
||||||
classification:
|
classification:
|
||||||
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
||||||
cvss-score: 6.10
|
cvss-score: 6.10
|
||||||
cve-id: CVE-2020-11529
|
cve-id: CVE-2020-11529
|
||||||
cwe-id: CWE-601
|
cwe-id: CWE-601
|
||||||
|
tags: cve,cve2019,redirect,grav,getgrav
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
|
|
||||||
path:
|
path:
|
||||||
- '{{BaseURL}}/%252f%255cexample.com%252fa%253fb/'
|
- '{{BaseURL}}/%252f%255cexample.com%252fa%253fb/'
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?example\.com(?:\s*?)$'
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)example\.com\/?(\/|[^.].*)?$'
|
||||||
part: header
|
part: header
|
Loading…
Reference in New Issue