
13 changes to exploits/shellcodes KVM (Nested Virtualization) - L1 Guest Privilege Escalation DIGISOL DG-BR4000NG - Buffer Overflow (PoC) Foxit Reader 9.0.1.1049 - Remote Code Execution WordPress Plugin iThemes Security < 7.0.3 - SQL Injection phpMyAdmin 4.8.1 - (Authenticated) Local File Inclusion phpMyAdmin 4.8.1 - (Authenticated) Local File Inclusion (1) phpMyAdmin 4.8.1 - Local File Inclusion phpMyAdmin 4.8.1 - (Authenticated) Local File Inclusion (2) WordPress Plugin Advanced Order Export For WooCommerce < 1.5.4 - CSV Injection Ecessa Edge EV150 10.7.4 - Cross-Site Request Forgery (Add Superuser) Intex Router N-150 - Cross-Site Request Forgery (Add Admin) DIGISOL DG-BR4000NG - Cross-Site Scripting Ecessa WANWorx WVR-30 < 10.7.4 - Cross-Site Request Forgery (Add Superuser) AsusWRT RT-AC750GF - Cross-Site Request Forgery (Change Admin Password) Ecessa ShieldLink SL175EHQ < 10.7.4 - Cross-Site Request Forgery (Add Superuser) Intex Router N-150 - Arbitrary File Upload WordPress Plugin Comments Import & Export < 2.0.4 - CSV Injection
22 lines
No EOL
1.1 KiB
Text
22 lines
No EOL
1.1 KiB
Text
# Exploit Title: Wordpress Plugin Comments Import & Export < 2.0.4 - CSV Injection
|
|
# Google Dork: N/A
|
|
# Date: 2018-06-24
|
|
# Exploit Author: Bhushan B. Patil
|
|
# Software Link: https://wordpress.org/plugins/comments-import-export-woocommerce/
|
|
# Affected Version: 2.0.4 and before
|
|
# Category: Plugins and Extensions
|
|
# Tested on: WiN7_x64
|
|
# CVE: CVE-2018-11526
|
|
|
|
# 1. Application Description:
|
|
# Comments Import Export Plugin helps you to easily export and import Article and Product Comments in your store.
|
|
|
|
# 2. Technical Description:
|
|
# WordPress Comments Import & Export plugin version 2.0.4 and before are affected by the vulnerability Remote Command Execution
|
|
# using CSV Injection. This allows a public user to inject commands as a part of form fields and when a user with
|
|
# higher privilege exports the form data in CSV opens the file on their machine, the command is executed.
|
|
|
|
# 3. Proof Of Concept:
|
|
Enter the payload @SUM(1+1)*cmd|' /C calc'!A0 in the form fields and submit.
|
|
When high privileged user logs into the application to export form data in CSV and opens the file.
|
|
Formula gets executed and calculator will get popped in his machine. |