29 lines
853 B
YAML
29 lines
853 B
YAML
id: CVE-2019-7275
|
|
|
|
info:
|
|
name: Open Redirect in Optergy Proton/Enterprise BMS
|
|
author: 0x_Akoko
|
|
severity: medium
|
|
reference:
|
|
- https://packetstormsecurity.com/files/155268/Optergy-Proton-Enterprise-BMS-2.3.0a-Open-Redirect.html
|
|
- https://applied-risk.com/resources/ar-2019-008
|
|
- https://cxsecurity.com/issue/WLB-2019110074
|
|
tags: cve,cve2019,redirect
|
|
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.10
|
|
cve-id: CVE-2019-7275
|
|
cwe-id: CWE-601
|
|
description: "Optergy Proton/Enterprise devices allow Open Redirect."
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/updating.jsp?url=https://example.com/"
|
|
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- '(?m)^(?:Location\s*?:\s*?)(?:https?://|//)?(?:[a-zA-Z0-9\-_\.@]*)example\.com.*$'
|
|
part: header
|