Custom Post Exporter Security & Risk Analysis

wordpress.org/plugins/wp-exporter

Export single or multiple posts, pages with comments, custom fields, categories, tags and more to an export file.

3K active installs v1.0.0 PHP + WP 6.0+ Updated Oct 19, 2024
exportimportpagepostxml
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Custom Post Exporter Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The wp-exporter v1.0.0 plugin exhibits a generally strong security posture based on the provided static analysis. The plugin has a minimal attack surface, with only one AJAX handler, and importantly, this handler appears to be protected (zero unprotected entry points). The code signals further reinforce this positive assessment, showing no dangerous functions, a complete absence of SQL queries (thus none without prepared statements), and a very high percentage of properly escaped output. The presence of nonce checks adds another layer of security. Taint analysis indicates no identified vulnerabilities related to unsanitized data flows.

The plugin's vulnerability history is also remarkably clean, with no recorded CVEs of any severity. This lack of historical vulnerabilities, combined with the positive static analysis findings, suggests that the developers have prioritized security in its development. However, it's worth noting the absence of capability checks. While the AJAX handler might be protected by nonces, it doesn't explicitly state whether it checks user roles or permissions before executing. This could be a potential oversight, though without further details on the AJAX handler's functionality, it's a minor concern in an otherwise robust security profile.

In conclusion, wp-exporter v1.0.0 appears to be a secure plugin. Its strengths lie in its limited attack surface, secure coding practices regarding SQL and output, and lack of historical vulnerabilities. The only area for potential, albeit minor, improvement would be the explicit addition of capability checks to further harden its entry points.

Key Concerns

  • Missing capability checks on AJAX handler
Vulnerabilities
None known

Custom Post Exporter Security Vulnerabilities

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

Custom Post Exporter Release Timeline

v1.0.0Current
v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
v0.0.1
Code Analysis
Analyzed Mar 16, 2026

Custom Post Exporter Code Analysis

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

Output Escaping

93% escaped14 total outputs
Attack Surface

Custom Post Exporter Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_cp_exporterindex.php:55
WordPress Hooks 5
actionthe_postclass-cp-export-utility.php:42
actionplugins_loadedindex.php:46
actionexport_filtersindex.php:54
actionadmin_enqueue_scriptsindex.php:56
filterqueryindex.php:58
Maintenance & Trust

Custom Post Exporter Maintenance & Trust

Maintenance Signals

WordPress version tested6.6.5
Last updatedOct 19, 2024
PHP min version
Downloads120K

Community Trust

Rating96/100
Number of ratings16
Active installs3K
Developer Profile

Custom Post Exporter Developer Profile

zourbuth

2 plugins · 3K total installs

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

How We Detect Custom Post Exporter

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-exporter/js/admin.js
Script Paths
/wp-content/plugins/wp-exporter/js/admin.js
Version Parameters
cp-exporter-admin?ver=

HTML / DOM Fingerprints

Data Attributes
data-cp-exporter-nonce
JS Globals
cpExporter
Shortcode Output
<select name="post_ids[]" size="8" multiple="multiple">
FAQ

Frequently Asked Questions about Custom Post Exporter