Export to Excel Security & Risk Analysis

wordpress.org/plugins/export-2-excel

A plugin which allows you to download your posts, pages, custom post types, comments authors to .xls or .xlsx format.

200 active installs v1.0 PHP + WP 3.0+ Updated Jun 11, 2014
excelexportspreadsheetxlsxlsx
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Export to Excel Safe to Use in 2026?

Generally Safe

Score 85/100

Export to Excel 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-2-excel" plugin v1.0 exhibits a concerning security posture primarily due to its inadequate output escaping and the presence of a raw SQL query. While the plugin boasts zero AJAX handlers, REST API routes, shortcodes, and cron events, suggesting a minimal attack surface, this is overshadowed by the internal code quality issues. The static analysis revealed a significant lack of proper output escaping (only 6% properly escaped) and one instance of a SQL query not using prepared statements, both of which can lead to serious vulnerabilities like Cross-Site Scripting (XSS) and SQL Injection, respectively. The taint analysis also highlighted a flow with unsanitized paths, which could potentially be exploited if an entry point existed. The absence of any recorded vulnerabilities in its history might lead to a false sense of security; it could simply mean the plugin hasn't been targeted or thoroughly audited for these specific weaknesses yet. Therefore, while the plugin has a small attack surface and a clean vulnerability history, the identified code quality issues present real and significant risks.

Key Concerns

  • SQL queries not using prepared statements
  • Low percentage of properly escaped output
  • Flows with unsanitized paths
Vulnerabilities
None known

Export to Excel Security Vulnerabilities

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

Export to Excel Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

6% escaped16 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

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

Export to Excel Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionadmin_menuexport-2-excel.php:23
actionnetwork_admin_menuexport-2-excel.php:24
filterplugin_action_linksexport-2-excel.php:57
Maintenance & Trust

Export to Excel Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedJun 11, 2014
PHP min version
Downloads29K

Community Trust

Rating48/100
Number of ratings21
Active installs200
Developer Profile

Export to Excel Developer Profile

Kapil Chugh

3 plugins · 1K total installs

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

How We Detect Export to Excel

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/export-2-excel/e2e_style.css
Script Paths
/wp-content/plugins/export-2-excel/e2e_common.js
Version Parameters
export-2-excel/e2e_style.css?ver=1.0e2e_common.js?ver=1.0

HTML / DOM Fingerprints

Shortcode Output
<table><tr><td colspan=<th>Name</th><th>Description</th>
FAQ

Frequently Asked Questions about Export to Excel