CaptureMyPage Security & Risk Analysis

wordpress.org/plugins/cmp

This plugin creates a website screenshot using only a website URL and save into your own wordpress media library.

10 active installs v1.0.0 PHP + WP 3.5+ Updated Aug 6, 2015
full-page-screenshotscreenshotwebsite
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is CaptureMyPage Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 10yr ago
Risk Assessment

The "cmp" v1.0.0 plugin exhibits a generally positive security posture due to the absence of known vulnerabilities and a seemingly controlled attack surface. The static analysis reveals no direct entry points like AJAX handlers, REST API routes, or shortcodes without authentication checks, which is a strong indicator of good initial design. Furthermore, the complete absence of dangerous functions and the use of prepared statements for all SQL queries are excellent security practices.

However, several areas raise concerns. The low percentage of properly escaped output (36%) is a significant weakness, indicating a high potential for cross-site scripting (XSS) vulnerabilities. The taint analysis revealing two unsanitized path flows, even if not classified as critical or high severity, warrants attention as these can sometimes lead to path traversal or file inclusion issues depending on the context. The lack of nonce checks and capability checks for any potential entry points (though none are explicitly listed, this is a general concern for any plugin, especially if the attack surface is later expanded) are critical omissions in WordPress security best practices.

Given the clean vulnerability history, it suggests that either the plugin is new, has not been widely used, or has successfully avoided past security oversights. Nevertheless, the identified code signals, particularly the poor output escaping and unsanitized path flows, present immediate risks that need to be addressed to improve the plugin's overall security. While the plugin has strengths in its limited attack surface and SQL handling, the identified weaknesses in output sanitization and the absence of security checks require remediation.

Key Concerns

  • Low percentage of properly escaped output
  • Unsanitized paths in taint analysis
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

CaptureMyPage Security Vulnerabilities

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

CaptureMyPage Code Analysis

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

Output Escaping

36% escaped11 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
media_process (cmp.php:68)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

CaptureMyPage Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
filtermedia_upload_tabscmp.php:33
actionmedia_upload_captureMyPagecmp.php:34
filterattachment_fields_to_editcmp.php:493
actionadmin_menucmp.php:865
actionadmin_initcmp.php:871
Maintenance & Trust

CaptureMyPage Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedAug 6, 2015
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

CaptureMyPage Developer Profile

lonalore

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 CaptureMyPage

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/cmp/css/style.css/wp-content/plugins/cmp/js/cmp.js
Script Paths
/wp-content/plugins/cmp/js/cmp.js
Version Parameters
cmp/style.css?ver=cmp/js/cmp.js?ver=

HTML / DOM Fingerprints

CSS Classes
captureMyPage-wrap
HTML Comments
<!--START captureMyPage--><!--END captureMyPage-->
Data Attributes
data-capturemypage-urldata-capturemypage-predefineddata-capturemypage-cache
JS Globals
cmp
FAQ

Frequently Asked Questions about CaptureMyPage