Simple CRM Profile Page Addon Security & Risk Analysis

wordpress.org/plugins/simple-crm-profile-page

Adds public profile page support to Simple CRM

10 active installs v0.2 PHP + WP 3.0+ Updated Jun 21, 2011
crmfieldsprofilepublic-profileusers
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple CRM Profile Page Addon Safe to Use in 2026?

Generally Safe

Score 85/100

Simple CRM Profile Page Addon has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 14yr ago
Risk Assessment

The "simple-crm-profile-page" v0.2 plugin exhibits a generally positive security posture, with several good practices in place. The absence of AJAX handlers, REST API routes, cron events, and external HTTP requests significantly limits the potential attack surface. Furthermore, the analysis indicates a complete lack of direct SQL queries, with all queries (though none were found in the initial scan) presumably handled through prepared statements, which is a strong defense against SQL injection. The presence of two nonce checks also suggests an attempt to secure certain actions. The vulnerability history shows no recorded CVEs, which is a promising sign of a well-maintained or less targeted plugin.

However, there are areas for improvement that introduce some level of risk. The 40% rate of properly escaped output is a concern, as 60% of outputs are potentially unescaped. This could lead to Cross-Site Scripting (XSS) vulnerabilities if sensitive data is displayed without proper sanitization. Additionally, the complete absence of capability checks is a significant weakness. This means that any functionality exposed, even through its single shortcode, is likely accessible to any logged-in user, regardless of their role or permissions. While the attack surface is small, the lack of permission enforcement on the existing entry point is a notable oversight.

In conclusion, while the plugin benefits from a small attack surface and secure handling of database interactions, the unescaped output and lack of capability checks present clear security risks. The absence of past vulnerabilities is positive, but it's crucial to address the identified code weaknesses to maintain a strong security profile.

Key Concerns

  • Unescaped output identified
  • Missing capability checks
Vulnerabilities
None known

Simple CRM Profile Page Addon Security Vulnerabilities

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

Simple CRM Profile Page Addon Code Analysis

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

Output Escaping

40% escaped20 total outputs
Data Flows
All sanitized

Data Flow Analysis

2 flows
screen_update (includes\pp.class.php:29)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple CRM Profile Page Addon Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[scrm_pp] includes\pp.class.php:12
WordPress Hooks 6
actionscrm_options_screenincludes\pp.class.php:9
actionscrm_options_screen_updatedincludes\pp.class.php:10
actionwp_headincludes\pp.class.php:11
actionlogin_formincludes\pp.class.php:13
filterscrm_force_redirect_urlincludes\pp.class.php:14
actioninitsimple-crm-profile-page.php:22
Maintenance & Trust

Simple CRM Profile Page Addon Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedJun 21, 2011
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Simple CRM Profile Page Addon Developer Profile

S

8 plugins · 490 total installs

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

How We Detect Simple CRM Profile Page Addon

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-crm-profile-page/includes/js/admin.js/wp-content/plugins/simple-crm-profile-page/includes/js/public.js/wp-content/plugins/simple-crm-profile-page/includes/css/admin.css/wp-content/plugins/simple-crm-profile-page/includes/css/public.css
Version Parameters
simple-crm-profile-page/includes/js/admin.js?ver=simple-crm-profile-page/includes/js/public.js?ver=simple-crm-profile-page/includes/css/admin.css?ver=simple-crm-profile-page/includes/css/public.css?ver=

HTML / DOM Fingerprints

CSS Classes
scrm-pp-profile-page-formscrm-pp-profile-page-field
HTML Comments
<!-- Simple CRM Profile Page Addon -->
Data Attributes
data-scrm-pp-nonce
Shortcode Output
<div class="scrm-pp-profile-page-form"><div class="scrm-pp-profile-page-field">
FAQ

Frequently Asked Questions about Simple CRM Profile Page Addon