WP DB Backup Security & Risk Analysis

wordpress.org/plugins/gam-db-backup

WP DB Backup help you to take instant backup. Also you can schedule daily, weekly or monthly backup.

10 active installs v1.1 PHP + WP 3.0+ Updated Apr 5, 2017
backupdata-savedatabasedbgam
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP DB Backup Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The gam-db-backup plugin version 1.1 exhibits a concerning security posture due to significant exposure in its attack surface. While the plugin demonstrates good practices by not utilizing dangerous functions and employing prepared statements for all SQL queries, the absence of authentication checks on both of its AJAX handlers is a major red flag. This lack of authorization creates direct entry points for potential attackers to interact with sensitive plugin functionalities without proper validation. Furthermore, the taint analysis revealing two flows with unsanitized paths, although not reaching critical or high severity, indicates potential for unexpected behavior or information leakage if exploited in conjunction with other weaknesses.

The plugin's vulnerability history is currently clean, with no known CVEs. This could suggest either a historically secure plugin or simply that it has not been extensively targeted or analyzed for vulnerabilities. However, the presence of unescaped output in a significant percentage (74%) of its output operations is a notable weakness that could lead to cross-site scripting (XSS) vulnerabilities if user-supplied data is not properly handled before being displayed. Coupled with the lack of nonce checks and capability checks, the overall security requires careful consideration.

In conclusion, while the plugin's SQL practices are commendable and its vulnerability history is clear, the unprotected AJAX handlers and the significant amount of unescaped output present a substantial risk. Attackers could potentially leverage these unprotected entry points to trigger unintended actions or exploit XSS vulnerabilities. The plugin has strengths in its database interaction but significant weaknesses in its web application security fundamentals.

Key Concerns

  • Unprotected AJAX handlers
  • Flows with unsanitized paths
  • Output escaping: 74% improperly escaped
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

WP DB Backup Security Vulnerabilities

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

WP DB Backup Code Analysis

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

Output Escaping

26% escaped19 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
save_selected_schedule_option (gam-db-backup-functions.php:108)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

WP DB Backup Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_db_backup_nowgam-db-backup.php:54
authwp_ajax_save_selected_schedule_optiongam-db-backup.php:69
WordPress Hooks 7
actionadmin_initgam-db-backup-template.php:20
actionafter_setup_themegam-db-backup.php:42
actionafter_setup_themegam-db-backup.php:43
actionadmin_enqueue_scriptsgam-db-backup.php:46
actionadmin_menugam-db-backup.php:49
filtercron_schedulesgam-db-backup.php:57
actionauto_gam_db_backup_schedulesgam-db-backup.php:67

Scheduled Events 1

auto_gam_db_backup_schedules
Maintenance & Trust

WP DB Backup Maintenance & Trust

Maintenance Signals

WordPress version tested4.7.32
Last updatedApr 5, 2017
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP DB Backup Developer Profile

Krinay Dhanani

1 plugin · 10 total installs

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

How We Detect WP DB Backup

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/gam-db-backup/assets/css/backend.min.css/wp-content/plugins/gam-db-backup/assets/js/backend.min.js
Script Paths
/wp-content/plugins/gam-db-backup/assets/js/backend.min.js
Version Parameters
gam-db-backup/assets/css/backend.min.css?ver=gam-db-backup/assets/js/backend.min.js?ver=

HTML / DOM Fingerprints

Data Attributes
id="gam_db_backup_start_backup"id="gam_db_backup_download_file"
JS Globals
gam_db_backup_backend_js
FAQ

Frequently Asked Questions about WP DB Backup