Clone Posts Security & Risk Analysis

wordpress.org/plugins/clone-posts

Easily clone (duplicate) Posts, Pages and Custom Post Types, including their custom fields (post_meta)

10K active installs v2.1.4 PHP 7.2+ WP 5.3.0+ Updated Jan 22, 2026
clone-pagesclone-postscopy-postsduplicate-postspost-cloning
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Clone Posts Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs Updated 2mo ago
Risk Assessment

The "clone-posts" v2.1.4 plugin exhibits a generally strong security posture based on the provided static analysis. The absence of any registered AJAX handlers, REST API routes, shortcodes, or cron events significantly limits the plugin's attack surface. Furthermore, the code demonstrates good practices with 100% of SQL queries using prepared statements and a high percentage (92%) of output being properly escaped. The presence of nonce and capability checks also indicates an awareness of security best practices for WordPress plugins.

However, a single taint flow with an unsanitized path is a cause for concern. While no critical or high severity issues were identified in the taint analysis, and the plugin has no known vulnerability history, this unsanitized path could potentially be exploited depending on how it's handled by the plugin's logic, even if there are no direct entry points like AJAX or REST APIs listed. The small number of flows analyzed might also mean that other potential issues were not uncovered by this specific static analysis.

In conclusion, the plugin is well-developed from a security perspective, with no historical vulnerabilities and good implementation of core security features. The primary weakness identified is a single taint flow with an unsanitized path, which warrants further investigation by the developer. Given the limited attack surface and strong security practices otherwise, the overall risk is currently assessed as low, but the unsanitized path should be addressed to ensure complete security.

Key Concerns

  • Flow with unsanitized paths
Vulnerabilities
None known

Clone Posts Security Vulnerabilities

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

Clone Posts Code Analysis

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

Output Escaping

92% escaped13 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
clone_posts_admin_notices (admin\class-clone-posts-admin.php:361)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Clone Posts Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 10
actionplugins_loadedincludes\class-clone-posts.php:128
actionadmin_enqueue_scriptsincludes\class-clone-posts.php:142
actionadmin_initincludes\class-clone-posts.php:144
actionadmin_menuincludes\class-clone-posts.php:145
actionadmin_footer-edit.phpincludes\class-clone-posts.php:146
actionload-edit.phpincludes\class-clone-posts.php:147
actionadmin_noticesincludes\class-clone-posts.php:148
filterpost_row_actionsincludes\class-clone-posts.php:149
filterpage_row_actionsincludes\class-clone-posts.php:150
actionwp_loadedincludes\class-clone-posts.php:151
Maintenance & Trust

Clone Posts Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedJan 22, 2026
PHP min version7.2
Downloads203K

Community Trust

Rating86/100
Number of ratings22
Active installs10K
Developer Profile

Clone Posts Developer Profile

George Pattichis

9 plugins · 76K total installs

78
trust score
Avg Security Score
99/100
Avg Patch Time
192 days
View full developer profile
Detection Fingerprints

How We Detect Clone Posts

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/clone-posts/admin/css/clone-posts-admin.css
Version Parameters
clone-posts-admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
clone-posts
Data Attributes
label_fordata-cloner
JS Globals
cp_ajax_obj
FAQ

Frequently Asked Questions about Clone Posts