Create CVE-2019-7275.yaml
parent
1f403d4ddb
commit
278ae78af0
|
@ -0,0 +1,19 @@
|
|||
id: CVE-2019-7275
|
||||
|
||||
info:
|
||||
name: Open Redirect in Optergy Proton/Enterprise BMS
|
||||
author: 0x_Akoko
|
||||
reference: https://cxsecurity.com/issue/WLB-2019110074
|
||||
severity: low
|
||||
tags: cves,optergy,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