Export Users Data to CSV Security & Risk Analysis

wordpress.org/plugins/export-users-data-to-csv

Export Users Data and Metadata to a csv file

200 active installs v1.0.0 PHP + WP 3.5+ Updated Feb 4, 2015
batchcsvuserusersusers-data
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Export Users Data to CSV Safe to Use in 2026?

Generally Safe

Score 85/100

Export Users Data to CSV has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 11yr ago
Risk Assessment

The "export-users-data-to-csv" plugin version 1.0.0 exhibits a strong security posture based on the provided static analysis. The complete absence of attack surface points, including AJAX handlers, REST API routes, shortcodes, and cron events, indicates a deliberate effort to minimize potential entry points for attackers. The code signals are also generally positive, with no dangerous functions identified, no external HTTP requests, and no file operations. The presence of nonce and capability checks, even if only one of each, is a good practice. However, the low percentage of properly escaped outputs (20%) presents a significant concern. This suggests that a majority of data output by the plugin might be vulnerable to Cross-Site Scripting (XSS) attacks, especially if user-supplied data is not properly sanitized before being displayed. The taint analysis shows no critical or high severity unsanitized paths, which is a very positive indicator, and the vulnerability history is clean, suggesting a lack of previously discovered exploits. Despite the clean history and minimal attack surface, the unescaped output is a notable weakness that requires attention to prevent potential client-side vulnerabilities.

Key Concerns

  • Low percentage of properly escaped output (20%)
Vulnerabilities
None known

Export Users Data to CSV Security Vulnerabilities

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

Export Users Data to CSV Code Analysis

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

SQL Query Safety

67% prepared3 total queries

Output Escaping

20% escaped10 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
users_page (users-data-to-csv.php:91)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Export Users Data to CSV Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actionadmin_menuusers-data-to-csv.php:20
actioninitusers-data-to-csv.php:21
filterexclude_data_csvusers-data-to-csv.php:22
actionpre_user_queryusers-data-to-csv.php:38
Maintenance & Trust

Export Users Data to CSV Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedFeb 4, 2015
PHP min version
Downloads14K

Community Trust

Rating88/100
Number of ratings5
Active installs200
Developer Profile

Export Users Data to CSV Developer Profile

kostikpenzin

2 plugins · 210 total installs

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

How We Detect Export Users Data to CSV

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/export-users-data-to-csv/export-users-data-to-csv.php

HTML / DOM Fingerprints

CSS Classes
wrap
HTML Comments
<!-- <select name="start_date" id="users_start_date"> <option value="0"> <option value='
Data Attributes
name="role"id="users_role"name="start_date"name="end_date"value="<?= $start ?>"value="<?= $end ?>"+2 more
FAQ

Frequently Asked Questions about Export Users Data to CSV