Create CVE-2019-7275.yaml

patch-1
Roberto Nunes 2021-09-06 17:58:24 +09:00 committed by GitHub
parent 1f403d4ddb
commit 278ae78af0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
CVE-2019-7275.yaml Normal file
View File

@ -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