Large CSV Import Handler Security & Risk Analysis

wordpress.org/plugins/large-csv-import-handler

Provides ability to import any type of data from large CSV files into Wordpress

10 active installs v0.9 PHP + WP 3.0.1+ Updated Aug 5, 2016
csvdataimportposts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Large CSV Import Handler Safe to Use in 2026?

Generally Safe

Score 85/100

Large CSV Import Handler has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The 'large-csv-import-handler' plugin v0.9 exhibits a concerning security posture primarily due to a significant lack of authentication and authorization checks on its single AJAX entry point. While the plugin demonstrates good practices by using prepared statements for all SQL queries and avoiding external HTTP requests, the absence of nonces and capability checks on the AJAX handler is a critical oversight. This allows any authenticated user to potentially trigger file operations, including the use of `move_uploaded_file`, without proper validation of their intent or permissions, opening the door for unauthorized file manipulation. The taint analysis, while not revealing critical or high-severity issues in this version, did indicate unsanitized paths, which in conjunction with the unprotected AJAX handler, could be exploited. The plugin's history of zero known CVEs is positive, suggesting a generally stable codebase, but this should not overshadow the immediate and serious risks identified in the current static analysis. The strengths lie in its data handling and external interaction, but the weakness in securing its core input mechanism poses a significant threat.

Key Concerns

  • AJAX handler without auth checks
  • Missing nonce checks on AJAX
  • Missing capability checks on AJAX
  • Unsanitized paths in taint flows
  • Unescaped output
  • File operations without clear auth
Vulnerabilities
None known

Large CSV Import Handler Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Large CSV Import Handler Release Timeline

v0.9Current
Code Analysis
Analyzed Apr 16, 2026

Large CSV Import Handler Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
4
8 escaped
Nonce Checks
0
Capability Checks
0
File Operations
2
External Requests
0
Bundled Libraries
0

Dangerous Functions Found

move_uploaded_fileif (move_uploaded_file($_FILES['csv']['tmp_name'], $dir['path'].'/'.$_FILES['csv']['name']))large-csv-import-handler.php:180

Output Escaping

67% escaped12 total outputs
Data Flows · Security
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
do_import_step (large-csv-import-handler.php:50)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
1 unprotected

Large CSV Import Handler Attack Surface

Entry Points1
Unprotected1

AJAX Handlers 1

authwp_ajax_do_import_steplarge-csv-import-handler.php:18
WordPress Hooks 6
actionadmin_menularge-csv-import-handler.php:15
actionadmin_enqueue_scriptslarge-csv-import-handler.php:16
actionadmin_initlarge-csv-import-handler.php:20
actionplugins_loadedlarge-csv-import-handler.php:21
filterplugin_action_linkslarge-csv-import-handler.php:22
actionadd_attachmentlarge-csv-import-handler.php:243
Maintenance & Trust

Large CSV Import Handler Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedAug 5, 2016
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Large CSV Import Handler Developer Profile

firimar

2 plugins · 1K total installs

84
trust score
Avg Security Score
85/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Large CSV Import Handler

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/large-csv-import-handler/js/admin.js/wp-content/plugins/large-csv-import-handler/css/admin.css
Script Paths
/wp-content/plugins/large-csv-import-handler/js/admin.js
Version Parameters
large-csv-import-handler/js/admin.js?ver=large-csv-import-handler/css/admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
lcih_admin_table
Data Attributes
lcih_csv_delimiterlcih_csv_enclosurelcih_csv_escape
JS Globals
lcih_ajax_urlmi_filemi_count
REST Endpoints
/wp-json/wp/v2/users/wp-json/wp/v2/posts/wp-json/wp/v2/pages/wp-json/wp/v2/media/wp-json/wp/v2/categories/wp-json/wp/v2/tags/wp-json/wp/v2/comments/wp-json/wp/v2/types/wp-json/wp/v2/taxonomies/wp-json/wp/v2/statuses/wp-json/wp/v2/settings/wp-json/wp/v2/themes/wp-json/wp/v2/plugins/wp-json/wp/v2/search/wp-json/wp/v2/block-renderer/wp-json/wp/v2/themes/site-icon/wp-json/wp/v2/themes/site-logo
FAQ

Frequently Asked Questions about Large CSV Import Handler