Copy Block Content Security & Risk Analysis

wordpress.org/plugins/wp-copy-content

Copy content from existing posts, pages and any custom post types.

10 active installs v2.0.1 PHP 5.6+ WP 4.0+ Updated Mar 17, 2025
block-editorcontentcopywordpress-editor
92
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Copy Block Content Safe to Use in 2026?

Generally Safe

Score 92/100

Copy Block Content 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 "wp-copy-content" v2.0.1 plugin demonstrates a generally good security posture based on the provided static analysis. It has a small attack surface with no unprotected entry points, and all SQL queries are properly prepared, indicating a strong defense against common injection attacks. The absence of file operations and external HTTP requests further reduces potential risks. The presence of nonce checks is a positive sign for securing AJAX actions.

However, the plugin has zero capability checks for its AJAX handlers. This is a significant concern, as it means any authenticated user, regardless of their role or permissions, can trigger these actions. This could lead to unauthorized content copying or manipulation if the AJAX endpoints are not adequately protected by WordPress's built-in role management. The static analysis also shows a moderate rate of properly escaped outputs, suggesting a minor risk of cross-site scripting (XSS) vulnerabilities, though the specific severity is not indicated.

Given the lack of reported vulnerabilities and CVEs, the plugin appears to have a history of security soundness. However, the absence of capability checks on AJAX endpoints remains a critical oversight that needs immediate attention to fully secure the plugin against potential misuse by authenticated users.

Key Concerns

  • AJAX handlers without capability checks
  • Unescaped outputs detected
Vulnerabilities
None known

Copy Block Content Security Vulnerabilities

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

Copy Block Content Code Analysis

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

Output Escaping

67% escaped6 total outputs
Attack Surface

Copy Block Content Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_wpcc_find_postsapp\admin\class-copy-block-content-admin.php:27
authwp_ajax_wpcc_copy_from_postapp\admin\class-copy-block-content-admin.php:30
WordPress Hooks 3
actionadd_meta_boxesapp\admin\class-copy-block-content-admin.php:21
actionadmin_enqueue_scriptsapp\admin\class-copy-block-content-admin.php:24
filterposts_whereapp\admin\class-copy-block-content-admin.php:86
Maintenance & Trust

Copy Block Content Maintenance & Trust

Maintenance Signals

WordPress version tested6.7.5
Last updatedMar 17, 2025
PHP min version5.6
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Copy Block Content Developer Profile

Bunty

12 plugins · 250 total installs

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

How We Detect Copy Block Content

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-copy-content/assets/js/admin.min.js/wp-content/plugins/wp-copy-content/assets/js/admin.js
Script Paths
/wp-content/plugins/wp-copy-content/assets/js/admin.min.js/wp-content/plugins/wp-copy-content/assets/js/admin.js
Version Parameters
wp-copy-content/assets/js/admin.min.js?ver=2.0.1wp-copy-content/assets/js/admin.js?ver=2.0.1

HTML / DOM Fingerprints

CSS Classes
spinner
Data Attributes
id="wcc_post_title"id="wcc_post_id"id="wcc_fetch_button"name="wcc_post_title"name="wcc_post_id"value="Fetch Content"+2 more
REST Endpoints
/wp-json/wpcc_find_posts/wp-json/wpcc_copy_from_post
FAQ

Frequently Asked Questions about Copy Block Content