WP Export is a plugin to get all your blog's published and draft post data in Excel format as output. The post data means, post Title, Descripti …

10 active installs v1.0.1 PHP + WP 3.0+ Updated Dec 28, 2010
import-csvinsert-excelpost-data-export-importpost-export
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Export Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

This plugin, wp-export-all-post-information-excel-format v1.0.1, presents a mixed security posture. On the positive side, it boasts a zero attack surface in terms of AJAX handlers, REST API routes, shortcodes, and cron events, with no identified entry points that are unprotected. Furthermore, there are no dangerous functions or external HTTP requests detected. The vulnerability history is also clear, with no recorded CVEs, suggesting a history of stable and secure development.

However, significant concerns arise from the code analysis. The most alarming finding is that 100% of the identified output operations are not properly escaped, which is a critical vulnerability. Coupled with a taint analysis that reveals a flow with an unsanitized path, this indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities. The presence of SQL queries where only 17% use prepared statements also raises concerns about potential SQL injection risks, especially when combined with the lack of capability checks and nonce verification, leaving functionality open to unauthorized access or manipulation.

In conclusion, while the plugin has a clean vulnerability history and a seemingly small attack surface, the lack of output escaping and the identified unsanitized path in the taint analysis are serious security flaws that require immediate attention. The SQL query practices and absence of security checks further exacerbate these risks. The plugin's strengths lie in its limited exposure points, but its weaknesses in handling output and data sanitization are significant.

Key Concerns

  • 100% of output unescaped
  • Flow with unsanitized path
  • Low percentage of prepared SQL statements
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

WP Export Security Vulnerabilities

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

WP Export Code Analysis

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

SQL Query Safety

17% prepared6 total queries

Output Escaping

0% escaped19 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<bulk_upload> (upload\bulk_upload.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Export Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 4
actioninitwp_export.php:19
actionadmin_menuwp_export.php:30
actionadmin_initwp_export.php:42
actioninitwp_export.php:55
Maintenance & Trust

WP Export Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedDec 28, 2010
PHP min version
Downloads10K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP Export Developer Profile

vipul Jariwala

3 plugins · 90 total installs

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

How We Detect WP Export

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-export-all-post-information-excel-format/export/admin_export.php/wp-content/plugins/wp-export-all-post-information-excel-format/upload/bulk_upload.php

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about WP Export