Copy Way Security & Risk Analysis

wordpress.org/plugins/copy-way

Create simple backup from your site, only the important folders.

0 active installs v1.0.2 PHP 5.0+ WP 4.3+ Updated Jan 17, 2024
backupcopysafeupdates
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Copy Way Safe to Use in 2026?

Generally Safe

Score 85/100

Copy Way has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "copy-way" v1.0.2 plugin presents a mixed security posture. On the positive side, it demonstrates good practices with all SQL queries utilizing prepared statements, no known vulnerability history (CVEs), and only one external HTTP request. The code also includes some nonces and capability checks, indicating an awareness of security principles. However, significant concerns arise from the attack surface analysis. With three AJAX handlers identified, all of which lack authentication checks, there is a substantial entry point for potential exploitation. Furthermore, the taint analysis reveals that all four analyzed flows involve unsanitized paths, although thankfully no critical or high severity issues were found in this specific analysis. The presence of the "exec" dangerous function, while not directly linked to a vulnerability in the provided data, warrants caution as it can be misused if not handled with extreme care.

While the lack of historical vulnerabilities is a positive sign, it should not breed complacency, especially given the identified weaknesses in the current version. The combination of unprotected AJAX endpoints and unsanitized path flows creates a tangible risk. The "exec" function, in particular, is a red flag that requires careful review to ensure it is not exploitable, especially when combined with the unprotected AJAX handlers. The plugin needs to address the unprotected AJAX endpoints and ensure proper sanitization for all input, particularly those related to file operations implied by the taint analysis.

Key Concerns

  • Unprotected AJAX handlers
  • Taint flows with unsanitized paths
  • Dangerous function 'exec' present
  • Low output escaping percentage
Vulnerabilities
None known

Copy Way Security Vulnerabilities

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

Copy Way Release Timeline

v1.0.2Current
v1.0.1
v1.0.0
v1.0.0_1
Code Analysis
Analyzed Mar 17, 2026

Copy Way Code Analysis

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

Dangerous Functions Found

execexec('mysqldump --user=' . DB_USER . ' --password=' . DB_PASSWORD . ' --host=' . DB_HOST . ' ' . DBcopy-way.php:322

Output Escaping

54% escaped65 total outputs
Data Flows · Security
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
restore_theme (copy-way.php:99)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
3 unprotected

Copy Way Attack Surface

Entry Points3
Unprotected3

AJAX Handlers 3

authwp_ajax_downloadcopy-way.php:29
authwp_ajax_restore_themecopy-way.php:31
authwp_ajax_delete_filecopy-way.php:33
WordPress Hooks 3
actionadmin_initcopy-way.php:26
actionadmin_enqueue_scriptscopy-way.php:27
actionadmin_menucopy-way.php:28
Maintenance & Trust

Copy Way Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedJan 17, 2024
PHP min version5.0
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

Copy Way Developer Profile

DanielRiera

6 plugins · 8K total installs

73
trust score
Avg Security Score
92/100
Avg Patch Time
113 days
View full developer profile
Detection Fingerprints

How We Detect Copy Way

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/copy-way/scripts.js
Script Paths
/wp-content/plugins/copy-way/scripts.js
Version Parameters
copy-way/scripts.js?v=

HTML / DOM Fingerprints

Data Attributes
data-cwp-filename
JS Globals
cwp_data
REST Endpoints
/wp-json/cwp/v1/settings
FAQ

Frequently Asked Questions about Copy Way