commit
2b175d36da
|
@ -0,0 +1,22 @@
|
||||||
|
id: CVE-2019-7275
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Open Redirect in Optergy Proton/Enterprise BMS
|
||||||
|
author: 0x_Akoko
|
||||||
|
severity: low
|
||||||
|
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
|
||||||
|
|
||||||
|
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
|
Loading…
Reference in New Issue