Total Backup – By Fotan.net Security & Risk Analysis

wordpress.org/plugins/total-archive-by-fotan

Simple backup utility to create archive of whole WordPress installation plus database.

10 active installs v1.0 PHP + WP 3.0+ Updated Oct 6, 2011
archivebackupdownloadable-archivedownloadable-backupwhole-site
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Total Backup – By Fotan.net Safe to Use in 2026?

Generally Safe

Score 85/100

Total Backup – By Fotan.net has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 14yr ago
Risk Assessment

The "total-archive-by-fotan" v1.0 plugin exhibits a mixed security posture. On the positive side, the plugin has no recorded vulnerabilities (CVEs) and demonstrates good practices by using prepared statements for all SQL queries. Furthermore, the attack surface is minimal, with no AJAX handlers, REST API routes, shortcodes, or cron events exposed, and importantly, no apparent unauthenticated entry points based on the static analysis. This suggests a developer who is aware of basic security principles regarding input validation and exposure of functionality.

However, significant concerns arise from the static analysis of the code itself. The presence of three instances of the `exec` function, which can be used to execute arbitrary commands on the server, is a critical red flag. Coupled with this is a concerning lack of output escaping (0% properly escaped). This combination of an ability to execute commands and the failure to properly escape output creates a high potential for Remote Code Execution (RCE) or Cross-Site Scripting (XSS) vulnerabilities if user-controlled data can reach these functions or be outputted without sanitization. The absence of nonce checks and a single capability check further highlight potential weaknesses in securing sensitive operations.

Given the lack of historical vulnerabilities, it's possible these issues have not yet been exploited, or the plugin's limited attack surface has thus far prevented their exploitation. However, the code signals paint a concerning picture for the current version. The plugin's strengths lie in its lack of external dependencies and a small attack surface, but the identified risks related to dangerous functions and unescaped output are severe and require immediate attention.

Key Concerns

  • Dangerous function 'exec' found
  • Dangerous function 'exec' found
  • Dangerous function 'exec' found
  • Output escaping is not performed
  • Output escaping is not performed
  • Output escaping is not performed
  • Output escaping is not performed
  • Output escaping is not performed
  • Output escaping is not performed
  • No nonce checks detected
  • File operations present
  • File operations present
  • File operations present
Vulnerabilities
None known

Total Backup – By Fotan.net Security Vulnerabilities

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

Total Backup – By Fotan.net Release Timeline

v1.1
Code Analysis
Analyzed Mar 17, 2026

Total Backup – By Fotan.net Code Analysis

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

Dangerous Functions Found

execexec("tar -czvf ". $upload_dir ."/files.tar.gz *");Total Backup.php:68
execexec("mysqldump -u".DB_USER." -p".DB_PASSWORD." ".DB_NAME." > db.sql");Total Backup.php:72
execexec("tar -czf ". escapeshellarg($backup_file) ." files.tar.gz db.sql");Total Backup.php:75

Output Escaping

0% escaped6 total outputs
Attack Surface

Total Backup – By Fotan.net Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionadmin_menuTotal Backup.php:27
Maintenance & Trust

Total Backup – By Fotan.net Maintenance & Trust

Maintenance Signals

WordPress version tested2.1
Last updatedOct 6, 2011
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Total Backup – By Fotan.net Developer Profile

fotan

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 Total Backup – By Fotan.net

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/total-archive-by-fotan/Download-icon.png/wp-content/plugins/total-archive-by-fotan/Delete-icon.png

HTML / DOM Fingerprints

CSS Classes
wrap
Shortcode Output
<div class="wrap"><h1>Total Backup - By Fotan</h1><p>&nbsp;</p><p>Click on the icon to download your archive</p>
FAQ

Frequently Asked Questions about Total Backup – By Fotan.net