Remote Database Backup Security & Risk Analysis

wordpress.org/plugins/remote-database-backup

Lets you create and download SQL dumps of your wordpress database for backup.

100 active installs v1.00.1 PHP + WP 2.5+ Updated Jul 10, 2009
adminbackupdatabasedb
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Remote Database Backup Safe to Use in 2026?

Generally Safe

Score 85/100

Remote Database Backup has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 16yr ago
Risk Assessment

The "remote-database-backup" plugin version 1.00.1 presents a mixed security posture. While the static analysis indicates a very small attack surface with no apparent entry points that bypass authentication or permission checks, several concerning code signals raise red flags. The presence of the `create_function` in PHP is a significant security risk, as it can be exploited for code injection if used with user-supplied input. Furthermore, the lack of output escaping on all identified output points means that any data displayed back to the user could be vulnerable to cross-site scripting (XSS) attacks. The absence of nonce checks and capability checks, combined with the limited use of prepared statements for SQL queries, further amplifies these risks.

The vulnerability history for this plugin is clean, with no recorded CVEs. This is a positive indicator, suggesting that the developers may have a history of producing secure code or that the plugin has not been extensively targeted or scrutinized. However, the clean history should not overshadow the identified weaknesses within the current version's codebase. The plugin's strengths lie in its limited attack surface and absence of external requests, but these are undermined by critical vulnerabilities in output handling and the use of dangerous PHP functions.

In conclusion, while the plugin's attack surface is minimal and it lacks a public vulnerability history, the presence of `create_function` and completely unescaped output are severe security concerns that require immediate attention. The limited use of prepared statements for SQL also adds to the risk profile. The plugin is not recommended for production environments without significant remediation.

Key Concerns

  • Dangerous functions: create_function
  • Output escaping: 0% properly escaped
  • SQL queries: 50% not using prepared statements
  • Nonce checks: 0
  • Capability checks: 0
Vulnerabilities
None known

Remote Database Backup Security Vulnerabilities

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

Remote Database Backup Code Analysis

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

Dangerous Functions Found

create_function$core_tables = array_map(create_function('$a', 'return "'.$wpdb->prefix.'$a";'), $wpdb->tables);backup.php:47
create_function$all_tables = array_map(create_function('$a', 'return $a[0];'), $all_tables);backup.php:51

SQL Query Safety

50% prepared4 total queries

Output Escaping

0% escaped8 total outputs
Attack Surface

Remote Database Backup Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menuremote-db-backup.php:15
Maintenance & Trust

Remote Database Backup Maintenance & Trust

Maintenance Signals

WordPress version tested2.8
Last updatedJul 10, 2009
PHP min version
Downloads29K

Community Trust

Rating0/100
Number of ratings0
Active installs100
Developer Profile

Remote Database Backup Developer Profile

binnyva

4 plugins · 130 total installs

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

How We Detect Remote Database Backup

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/remote-database-backup/wpframe.php
Version Parameters
remote-database-backup/wpframe.php?ver=

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Remote Database Backup