WP All Import – Product Import for WooCommerce Security & Risk Analysis

wordpress.org/plugins/woocommerce-xml-csv-product-import

Drag & drop to import products from any CSV, XML, Excel, or Google Sheets file. Supports variations, images, attributes, brands, and more with pow …

20K active installs v1.5.5 PHP 7.4+ WP 4.1+ Updated Jan 30, 2026
csv-importimport-productsimport-woocommerce-productsproduct-importwoocommerce-product-import
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP All Import – Product Import for WooCommerce Safe to Use in 2026?

Generally Safe

Score 100/100

WP All Import – Product Import for WooCommerce has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2mo ago
Risk Assessment

The "woocommerce-xml-csv-product-import" plugin v1.5.5 presents a mixed security posture. On one hand, the absence of known CVEs and a low volume of past vulnerabilities suggest a generally stable and secure codebase. The plugin also demonstrates good practices by utilizing prepared statements for the vast majority of its SQL queries and has a limited number of external dependencies. However, the static analysis reveals several areas of concern that temper this positive outlook.

The presence of dangerous functions like `create_function` and `unserialize` is a significant red flag. `unserialize` is particularly risky when handling user-supplied data, as it can lead to object injection vulnerabilities. While the TAINT analysis indicates only one high severity flow, the potential for these dangerous functions to be exploited, especially if coupled with improperly handled input, warrants caution. Furthermore, the lack of nonce checks and capability checks on what appear to be potential entry points (even if the attack surface is currently reported as zero) is a weakness. The 68% proper output escaping rate also suggests that some outputs might be vulnerable to cross-site scripting (XSS) attacks.

In conclusion, while the plugin's vulnerability history is commendable, the presence of risky functions and a less-than-perfect output escaping rate, combined with a potential for missing critical security checks in unanalyzed code paths, mean that the plugin is not entirely without risk. Developers should prioritize mitigating the risks associated with `unserialize` and `create_function` and ensure all output is properly escaped.

Key Concerns

  • Dangerous functions present (create_function, unserialize)
  • High severity taint flow found
  • Only 68% of outputs properly escaped
  • No nonce checks
  • Only 3 capability checks
Vulnerabilities
None known

WP All Import – Product Import for WooCommerce Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 16, 2026

WP All Import – Product Import for WooCommerce Code Analysis

Dangerous Functions
3
Raw SQL Queries
3
44 prepared
Unescaped Output
128
278 escaped
Nonce Checks
0
Capability Checks
3
File Operations
0
External Requests
1
Bundled Libraries
0

Dangerous Functions Found

create_function$filter = create_function('$str', 'return "http://" == $str || "ftp://" == $str ? "" : $str;');controllers\controller\admin.php:37
unserialize$result[$i][$k] = unserialize($v);models\model\list.php:87
unserialize$result[$k] = unserialize($v);models\model\record.php:33

SQL Query Safety

94% prepared47 total queries

Output Escaping

68% escaped406 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
force_ssl (controllers\controller.php:43)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP All Import – Product Import for WooCommerce Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 14
actionadmin_initclasses\updater.php:34
filterpre_set_site_transient_update_pluginsclasses\updater.php:46
filterplugins_apiclasses\updater.php:47
filterplugin_row_metaclasses\updater.php:50
filterpre_set_site_transient_update_pluginsclasses\updater.php:246
filteruser_has_capmodels\import\record.php:39
actionpmxi_gallery_imagemodels\import\record.php:68
actionpmxi_saved_postmodels\import\record.php:74
actionadmin_noticesplugin.php:23
actionadmin_initplugin.php:224
actionadmin_initplugin.php:225
actioninitplugin.php:226
filterplugin_row_metaplugin.php:355
filtercurrent_screenplugin.php:423
Maintenance & Trust

WP All Import – Product Import for WooCommerce Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 30, 2026
PHP min version7.4
Downloads1.1M

Community Trust

Rating94/100
Number of ratings272
Active installs20K
Developer Profile

WP All Import – Product Import for WooCommerce Developer Profile

Soflyy

4 plugins · 124K total installs

70
trust score
Avg Security Score
87/100
Avg Patch Time
285 days
View full developer profile
Detection Fingerprints

How We Detect WP All Import – Product Import for WooCommerce

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/woocommerce-xml-csv-product-import/static/css/styles.css/wp-content/plugins/woocommerce-xml-csv-product-import/static/js/main.js/wp-content/plugins/woocommerce-xml-csv-product-import/static/js/product-importer.js/wp-content/plugins/woocommerce-xml-csv-product-import/static/css/admin.css
Script Paths
/wp-content/plugins/woocommerce-xml-csv-product-import/static/js/main.js/wp-content/plugins/woocommerce-xml-csv-product-import/static/js/product-importer.js
Version Parameters
woocommerce-xml-csv-product-import/static/css/styles.css?ver=woocommerce-xml-csv-product-import/static/js/main.js?ver=woocommerce-xml-csv-product-import/static/js/product-importer.js?ver=woocommerce-xml-csv-product-import/static/css/admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
wpai-import-woocommerce-add-on
Data Attributes
data-plugin-root-url
JS Globals
pmwi_import_scripts
FAQ

Frequently Asked Questions about WP All Import – Product Import for WooCommerce