WP S3 Backups Security & Risk Analysis

wordpress.org/plugins/wp-s3-backups

Automatically back up important bits of your WordPress install to Amazon S3.

30 active installs v0.3.0 PHP + WP 2.8+ Updated Dec 14, 2009
backup-automatic-s3-zip-backups-scheduled
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP S3 Backups Safe to Use in 2026?

Generally Safe

Score 85/100

WP S3 Backups 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 "wp-s3-backups" plugin v0.3.0 presents a concerning security posture despite a clean vulnerability history. The static analysis reveals significant weaknesses that could be exploited. Notably, the presence of the `shell_exec` function, an unescaped output for all identified outputs, and a complete lack of nonce and capability checks on its entry points are major red flags. This means that potentially any user could trigger dangerous commands or manipulate plugin behavior without proper authorization.

The taint analysis, while not identifying critical or high severity issues, did reveal flows with unsanitized paths, which is troubling given the other identified code weaknesses. The plugin's SQL queries are also not using prepared statements, increasing the risk of SQL injection vulnerabilities. Coupled with file operation capabilities and external HTTP requests, these factors indicate a high potential for unauthorized code execution, data manipulation, or information disclosure.

While the plugin has no recorded CVEs, this should not be interpreted as a sign of robust security. The identified code signals suggest that vulnerabilities are likely present and simply have not been discovered or reported. The plugin's current state, with numerous insecure coding practices, warrants a cautious approach and suggests it is not suitable for production environments without significant remediation.

Key Concerns

  • Dangerous function shell_exec used
  • No output escaping
  • No nonce checks
  • No capability checks
  • SQL queries not using prepared statements
  • Unsanitized paths in taint flows
  • File operations present
  • External HTTP requests present
Vulnerabilities
None known

WP S3 Backups Security Vulnerabilities

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

WP S3 Backups Code Analysis

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

Dangerous Functions Found

shell_exec$result = shell_exec('mysqldump --single-transaction -h ' . DB_HOST . ' -u ' . DB_USER . ' --passworwp-s3-backups.php:253
shell_exec$result = shell_exec('zip -r ' . $file . ' uploads');wp-s3-backups.php:274

SQL Query Safety

0% prepared1 total queries

Output Escaping

0% escaped10 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
init (wp-s3-backups.php:41)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP S3 Backups Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_noticeswp-s3-backups.php:61
filtercron_scheduleswp-s3-backups.php:291
actionadmin_menuwp-s3-backups.php:292
actions3-backupwp-s3-backups.php:293
actioninitwp-s3-backups.php:294

Scheduled Events 1

s3-backup
Maintenance & Trust

WP S3 Backups Maintenance & Trust

Maintenance Signals

WordPress version tested2.9.2
Last updatedDec 14, 2009
PHP min version
Downloads8K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

WP S3 Backups Developer Profile

DanCoulter

7 plugins · 640 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 S3 Backups

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-s3-backups/css/style.css/wp-content/plugins/wp-s3-backups/js/s3b.js
Script Paths
/wp-content/plugins/wp-s3-backups/js/s3b.js
Version Parameters
wp-s3-backups/css/style.css?ver=wp-s3-backups/js/s3b.js?ver=

HTML / DOM Fingerprints

CSS Classes
s3-warning
HTML Comments
<!--WPS3BU::backup() -->
Data Attributes
id="s3-warning"id="new-s3-bucket"
JS Globals
var ajaxTarget = var nonce =
FAQ

Frequently Asked Questions about WP S3 Backups