Custom CSV Export Plugin Security & Risk Analysis

wordpress.org/plugins/custom-csv-exporter

Allows you to export values of custom fields into a CSV file.

60 active installs v.2 PHP + WP 3.0.1+ Updated Jul 5, 2013
csvcustom-fieldscustom-post-typesexcelexport
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Custom CSV Export Plugin Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The plugin "custom-csv-exporter" v.2 presents a generally positive security posture based on the provided static analysis and vulnerability history. The absence of known CVEs and critical findings in taint analysis indicates a potentially well-maintained and secure codebase. The plugin also demonstrates good practices by utilizing prepared statements for its SQL queries and performing capability checks, contributing to its defensive mechanisms.

However, a significant concern arises from the complete lack of output escaping. This means that any data generated by the plugin and displayed to users, whether directly or indirectly, is not being sanitized. This could lead to cross-site scripting (XSS) vulnerabilities if user-controlled input is ever incorporated into the plugin's output. Additionally, the absence of nonce checks, while not directly exploitable without other entry points, is a missed opportunity to further harden the plugin against common WordPress attack vectors, particularly if new entry points were to be introduced in future versions.

In conclusion, while the plugin benefits from a clean vulnerability history and secure SQL practices, the critical oversight in output escaping introduces a notable risk. The lack of nonce checks also suggests a potential for further hardening. The absence of detected taint flows is reassuring, but the output escaping issue requires immediate attention to prevent potential XSS exploits.

Key Concerns

  • Output escaping is completely missing
  • No nonce checks present
Vulnerabilities
None known

Custom CSV Export Plugin Security Vulnerabilities

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

Custom CSV Export Plugin Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Custom CSV Export Plugin Code Analysis

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

SQL Query Safety

100% prepared2 total queries

Output Escaping

0% escaped6 total outputs
Attack Surface

Custom CSV Export Plugin Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_initsettings.php:12
actionadmin_menusettings.php:13
actioninitwp_ccsve.php:40
Maintenance & Trust

Custom CSV Export Plugin Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedJul 5, 2013
PHP min version
Downloads9K

Community Trust

Rating66/100
Number of ratings6
Active installs60
Developer Profile

Custom CSV Export Plugin Developer Profile

mburtis

2 plugins · 70 total installs

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

How We Detect Custom CSV Export Plugin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/custom-csv-exporter/css/style.css/wp-content/plugins/custom-csv-exporter/js/main.js
Script Paths
/wp-content/plugins/custom-csv-exporter/js/main.js

HTML / DOM Fingerprints

HTML Comments
<!-- This is the settings page for the Custom CSV Export Plugin. -->
Data Attributes
data-ccsve-post-typedata-ccsve-custom-fields
JS Globals
ccsve_options
FAQ

Frequently Asked Questions about Custom CSV Export Plugin