Really Simple Backup Security & Risk Analysis

wordpress.org/plugins/really-simple-backup

A simple backup of your Theme, Uploads, Plugins and Database - proceed at your own risk...

70 active installs v1.3.5 PHP + WP 3.1+ Updated May 22, 2020
simple-backup
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Really Simple Backup Safe to Use in 2026?

Generally Safe

Score 85/100

Really Simple Backup 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 "really-simple-backup" v1.3.5 plugin exhibits a mixed security posture. On the positive side, it has no known CVEs and a clean vulnerability history, indicating a commitment to security or a lack of prior exploitation. Furthermore, all SQL queries are properly prepared, and there are no external HTTP requests, which are excellent security practices. However, the static analysis reveals significant concerns. The presence of a 'system' function call is a critical red flag, especially when combined with a critical severity taint flow involving unsanitized paths. This suggests a potential for arbitrary code execution or command injection if an attacker can influence the path input to this function.

The limited attack surface with zero unprotected entry points is a strong positive. However, the 16 file operations, coupled with only 33% of outputs being properly escaped, raise concerns about potential directory traversal or information disclosure vulnerabilities. While nonce and capability checks are present, their limited count in relation to the file operations and the identified taint flow is insufficient to fully mitigate the risks associated with the 'system' function and unsanitized paths.

In conclusion, while the plugin benefits from a clean vulnerability record and good SQL practices, the identified critical taint flow and the use of the 'system' function alongside potentially unescaped file operations present a tangible risk. The limited number of security checks relative to the potential impact of these code signals warrants careful consideration.

Key Concerns

  • Critical taint flow with unsanitized path
  • Use of dangerous 'system' function
  • Low output escaping percentage (33%)
  • Multiple file operations
Vulnerabilities
None known

Really Simple Backup Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Really Simple Backup Release Timeline

v1.3.5Current
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.0
v1.1.0
v1.0.0
Code Analysis
Analyzed Mar 16, 2026

Really Simple Backup Code Analysis

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

Dangerous Functions Found

systemsystem('mysqldump -u' . DB_USER . ' -h'. DB_HOST .' -p\'' . DB_PASSWORD . '\' ' . DB_NAME . ' > ' . really-simple-backup.php:115

Output Escaping

33% escaped6 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
<really-simple-backup> (really-simple-backup.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Really Simple Backup Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionadmin_menureally-simple-backup.php:26
actionadmin_post_rsb_backup_doreally-simple-backup.php:27
Maintenance & Trust

Really Simple Backup Maintenance & Trust

Maintenance Signals

WordPress version tested5.4.19
Last updatedMay 22, 2020
PHP min version
Downloads5K

Community Trust

Rating0/100
Number of ratings0
Active installs70
Alternatives

Really Simple Backup Alternatives

No alternatives data available yet.

Developer Profile

Really Simple Backup Developer Profile

DaganLev

3 plugins · 11K total installs

63
trust score
Avg Security Score
77/100
Avg Patch Time
624 days
View full developer profile
Detection Fingerprints

How We Detect Really Simple Backup

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/really-simple-backup/backup/

HTML / DOM Fingerprints

CSS Classes
wrap
Data Attributes
id="database"name="database"id="uploadsall"name="uploadsall"name="uploads[]"id="uploads_.*"
FAQ

Frequently Asked Questions about Really Simple Backup