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
2022-10-19 21:11:27 +00:00
description : Seagate NAS OS 4.3.15.1 contains an open redirect vulnerability in echo-server.html, which can allow an attacker to disclose information in the referer header via the state URL parameter.
2023-09-06 12:57:14 +00:00
remediation : |
Apply the latest security patches or updates provided by Seagate to fix the open redirect vulnerability in NAS OS 4.3.15.1.
2022-03-13 08:56:37 +00:00
reference :
- https://blog.securityevaluators.com/invading-your-personal-cloud-ise-labs-exploits-the-seagate-stcr3000101-ecf89de2170
2022-09-23 17:53:08 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2018-12300
2022-03-13 08:56:37 +00:00
classification :
2022-05-17 09:18:12 +00:00
cvss-metrics : CVSS:3.0/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
2023-07-15 16:29:17 +00:00
epss-score : 0.00118
2023-08-31 11:46:18 +00:00
epss-percentile : 0.45103
2023-09-06 12:57:14 +00:00
cpe : cpe:2.3:o:seagate:nas_os:4.3.15.1:*:*:*:*:*:*:*
2023-04-28 08:11:21 +00:00
metadata :
max-request : 1
2023-07-15 16:29:17 +00:00
vendor : seagate
product : nas_os
tags : cve,cve2018,redirect,seagate,nasos
2022-03-13 08:56:37 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-03-13 08:56:37 +00:00
- method : GET
path :
2022-06-06 10:40:15 +00:00
- '{{BaseURL}}/echo-server.html?code=test&state=http://www.interact.sh#'
2022-03-13 08:56:37 +00:00
matchers :
- type : regex
part : header
2022-03-14 10:13:20 +00:00
regex :
2023-03-01 08:39:14 +00:00
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1