nuclei-templates/cves/2019/CVE-2019-7275.yaml

23 lines
630 B
YAML
Raw Normal View History

2021-09-06 08:58:24 +00:00
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
2021-09-06 08:58:24 +00:00
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