nuclei-templates/http/cves/2018/CVE-2018-12300.yaml

31 lines
1.0 KiB
YAML
Raw Normal View History

2022-03-13 08:56:37 +00:00
id: CVE-2018-12300
info:
name: Seagate NAS OS 4.3.15.1 - Open Redirect
2022-03-13 08:56:37 +00:00
author: 0x_Akoko
severity: medium
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.
2022-03-13 08:56:37 +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-12300
2022-03-13 08:56:37 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
2022-03-13 08:56:37 +00:00
cve-id: CVE-2018-12300
cwe-id: CWE-601
tags: cve,cve2018,redirect,seagate,nasos
2022-03-13 08:56:37 +00:00
http:
2022-03-13 08:56:37 +00:00
- method: GET
path:
- '{{BaseURL}}/echo-server.html?code=test&state=http://www.interact.sh#'
2022-03-13 08:56:37 +00:00
matchers:
- type: regex
part: header
regex:
- '(?m)^(?:Location\s*?:\s*?)(?:https?:\/\/|\/\/|\/\\\\|\/\\)(?:[a-zA-Z0-9\-_\.@]*)interact\.sh\/?(\/|[^.].*)?$' # https://regex101.com/r/L403F0/1
# Enhanced by md on 2022/10/13