Update and rename CVE-2018-12300.yaml to cves/2018/CVE-2018-12300.yaml

patch-1
Prince Chaddha 2022-03-14 15:43:20 +05:30 committed by GitHub
parent 5f0d159e26
commit 9f833a5878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -8,21 +8,21 @@ info:
reference: reference:
- https://blog.securityevaluators.com/invading-your-personal-cloud-ise-labs-exploits-the-seagate-stcr3000101-ecf89de2170 - https://blog.securityevaluators.com/invading-your-personal-cloud-ise-labs-exploits-the-seagate-stcr3000101-ecf89de2170
- https://www.cvedetails.com/cve/CVE-2018-12300 - https://www.cvedetails.com/cve/CVE-2018-12300
tags: cve,cve2018,redirect,seagate,nasos
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-2018-12300 cve-id: CVE-2018-12300
cwe-id: CWE-601 cwe-id: CWE-601
tags: cve,cve2018,redirect,seagate,nasos
requests: requests:
- method: GET - method: GET
path: path:
- '{{BaseURL}}/echo-server.html?code=test&state=http://www.example.com#' - '{{BaseURL}}/echo-server.html?code=test&state=http://www.attacker.com#'
matchers: matchers:
- type: regex - type: regex
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_]*\.)?example\.com(?:\s*?)$'
part: header part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)attacker\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1