Easy WP Export DB Security & Risk Analysis

wordpress.org/plugins/wp-export-db-sql-file

A easy way to download the database backup in SQL file.

40 active installs v1.0.0 PHP + WP 5.0.1+ Updated Oct 16, 2020
backupbackup-databaseexportwordpress-backup-databasewordpress-backup-db
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Easy WP Export DB Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 5yr ago
Risk Assessment

The "wp-export-db-sql-file" v1.0.0 plugin exhibits a generally good security posture based on the provided static analysis. The complete absence of AJAX handlers, REST API routes, shortcodes, and cron events significantly limits the plugin's attack surface. Furthermore, all SQL queries are confirmed to use prepared statements, a critical security best practice. The lack of any known CVEs in its vulnerability history is also a positive indicator of its current security state.

However, there are notable areas of concern. The taint analysis reveals three flows with unsanitized paths, which, despite not reaching critical or high severity in this analysis, represent a potential risk for future exploitation if inputs are not properly validated and sanitized. Additionally, the fact that only 50% of output is properly escaped suggests a weakness where sensitive data might be exposed through cross-site scripting (XSS) vulnerabilities. The absence of nonce checks and capability checks on any potential entry points (though none were identified) would be a severe oversight if such points were discovered in future versions.

In conclusion, while the plugin has a minimal attack surface and strong database interaction security, the identified unsanitized taint flows and incomplete output escaping are significant weaknesses that require attention. The lack of historical vulnerabilities is encouraging, but the present code analysis highlights areas where security could be further hardened to prevent potential risks.

Key Concerns

  • Taint flows with unsanitized paths detected
  • Only 50% of output properly escaped
Vulnerabilities
None known

Easy WP Export DB Security Vulnerabilities

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

Easy WP Export DB Code Analysis

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

Output Escaping

50% escaped8 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
export_db_create_admin_page (admin\class-wp-export-db-sql-file-admin.php:205)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Easy WP Export DB Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 7
actionadmin_menuadmin\class-wp-export-db-sql-file-admin.php:108
actionadmin_initadmin\class-wp-export-db-sql-file-admin.php:109
actionplugins_loadedincludes\class-wp-export-db-sql-file.php:142
actionadmin_enqueue_scriptsincludes\class-wp-export-db-sql-file.php:157
actionadmin_enqueue_scriptsincludes\class-wp-export-db-sql-file.php:158
actionwp_enqueue_scriptsincludes\class-wp-export-db-sql-file.php:173
actionwp_enqueue_scriptsincludes\class-wp-export-db-sql-file.php:174
Maintenance & Trust

Easy WP Export DB Maintenance & Trust

Maintenance Signals

WordPress version tested5.5.18
Last updatedOct 16, 2020
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

Easy WP Export DB Developer Profile

Abuzer

3 plugins · 240 total installs

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

How We Detect Easy WP Export DB

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-db-sql-file/css/wp-export-db-sql-file-admin.css/wp-content/plugins/wp-export-db-sql-file/js/wp-export-db-sql-file-admin.js
Script Paths
/wp-content/plugins/wp-export-db-sql-file/js/wp-export-db-sql-file-admin.js
Version Parameters
wp-export-db-sql-file-admin.css?ver=wp-export-db-sql-file-admin.js?ver=

HTML / DOM Fingerprints

HTML Comments
<!-- Generated by the WordPress Option Page generator at http://jeremyhixon.com/wp-tools/option-page/ -->
FAQ

Frequently Asked Questions about Easy WP Export DB