Duplicate Pages, Posts and CPT Security & Risk Analysis

wordpress.org/plugins/duplicate-pages-posts

Duplicate pages, posts and custom post types with all their settings and contents with a single click.

5K active installs v1.3 PHP 7.0+ WP 4.0+ Updated Jun 13, 2024
clone-custom-post-typeclone-custom-postsclone-pageclone-postduplicate-page
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Duplicate Pages, Posts and CPT Safe to Use in 2026?

Generally Safe

Score 92/100

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

No known CVEs Updated 1yr ago
Risk Assessment

The "duplicate-pages-posts" v1.3 plugin exhibits a generally strong security posture, largely due to robust input validation and protection mechanisms. The absence of external HTTP requests, file operations, and a clean record of no known CVEs are significant strengths. Furthermore, all SQL queries utilize prepared statements, and output is consistently escaped, indicating good development practices against common web vulnerabilities.

However, a single instance of the `unserialize` function presents a notable concern. While the static analysis does not reveal any immediate unsanitized paths or critical taint flows, the use of `unserialize` without explicit context or further sanitization can be a significant risk if user-supplied data is ever passed to it. The presence of nonce and capability checks on other entry points is positive, but the specific usage of `unserialize` warrants careful scrutiny. The plugin's lack of a significant attack surface and its history of zero vulnerabilities are commendable, suggesting a diligent approach to security by the developers. Nevertheless, the potential for deserialization vulnerabilities remains a point of caution.

Key Concerns

  • Dangerous function: unserialize used
Vulnerabilities
None known

Duplicate Pages, Posts and CPT Security Vulnerabilities

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

Duplicate Pages, Posts and CPT Code Analysis

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

Dangerous Functions Found

unserialize$data = @unserialize($value2);duplicate-pages-posts.php:168

Output Escaping

100% escaped3 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
duplicate (duplicate-pages-posts.php:132)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Duplicate Pages, Posts and CPT Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
filterpost_row_actionsduplicate-pages-posts.php:27
filterpage_row_actionsduplicate-pages-posts.php:28
actionadmin_action_duplicate_pages_posts_wp_ninjasduplicate-pages-posts.php:29
actionadmin_bar_menuduplicate-pages-posts.php:30
actionplugins_loadedduplicate-pages-posts.php:31
Maintenance & Trust

Duplicate Pages, Posts and CPT Maintenance & Trust

Maintenance Signals

WordPress version tested6.5.8
Last updatedJun 13, 2024
PHP min version7.0
Downloads27K

Community Trust

Rating100/100
Number of ratings16
Active installs5K
Developer Profile

Duplicate Pages, Posts and CPT Developer Profile

WP Ninjas - Jonas Tietgen

1 plugin · 5K total installs

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

How We Detect Duplicate Pages, Posts and CPT

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/duplicate-pages-posts/admin/icon.png

HTML / DOM Fingerprints

Data Attributes
ninja-cloner
FAQ

Frequently Asked Questions about Duplicate Pages, Posts and CPT