2022-03-13 08:56:37 +00:00
id : CVE-2018-12300
info :
2022-05-13 20:26:43 +00:00
name : Seagate NAS OS 4.3.15.1 - Open Redirect
2022-03-13 08:56:37 +00:00
author : 0x_Akoko
severity : medium
description : Arbitrary Redirect in echo-server.html in Seagate NAS OS version 4.3.15.1 allows attackers to disclose information in the Referer header via the 'state' URL parameter.
reference :
- https://blog.securityevaluators.com/invading-your-personal-cloud-ise-labs-exploits-the-seagate-stcr3000101-ecf89de2170
- https://www.cvedetails.com/cve/CVE-2018-12300
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-03-13 08:56:37 +00:00
cve-id : CVE-2018-12300
cwe-id : CWE-601
2022-03-14 10:13:20 +00:00
tags : cve,cve2018,redirect,seagate,nasos
2022-03-13 08:56:37 +00:00
requests :
- method : GET
path :
2022-03-14 10:13:20 +00:00
- '{{BaseURL}}/echo-server.html?code=test&state=http://www.attacker.com#'
2022-03-13 08:56:37 +00:00
matchers :
- type : regex
part : header
2022-03-14 10:13:20 +00:00
regex :
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)?(?:[a-zA-Z0-9\-_\.@]*)attacker\.com\/?(\/|[^.].*)?$' # https://regex101.com/r/ZDYhFh/1