Simple Contacts Manager Security & Risk Analysis

wordpress.org/plugins/simple-contacts-manager

A simple contact manager for your personal and business use.

20 active installs v1.3.1 PHP + WP 3.0.1+ Updated Jul 29, 2015
contact-managercontactsgoogle-analyticstoolwordpress-org
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Contacts Manager Safe to Use in 2026?

Generally Safe

Score 85/100

Simple Contacts Manager 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 plugin "simple-contacts-manager" v1.3.1 exhibits a mixed security posture. On the positive side, it demonstrates good practices by avoiding direct SQL queries and performing all its database interactions using prepared statements, indicating a reduced risk of SQL injection. The plugin also has a very small attack surface with no AJAX handlers or REST API routes, and no cron events, minimizing potential entry points for attackers. There is no recorded vulnerability history, which generally suggests a stable and well-maintained plugin.

However, significant security concerns are present in the code analysis. The presence of the `unserialize` function, especially without accompanying validation or sanitization, is a critical risk. If user-controlled data is passed to `unserialize`, it can lead to Remote Code Execution (RCE) vulnerabilities. Furthermore, the fact that 100% of outputs are not properly escaped is a major concern, opening the door for Cross-Site Scripting (XSS) attacks. The absence of nonce and capability checks on its single shortcode also means that any authenticated user could potentially trigger its functionality without proper authorization checks, leading to unexpected behavior or potential exploitation.

In conclusion, while the plugin has a clean vulnerability history and good practices in SQL handling and attack surface minimization, the critical risk posed by `unserialize` and the widespread lack of output escaping are significant weaknesses that demand immediate attention. These issues outweigh the strengths, making the plugin moderately to highly risky in its current state.

Key Concerns

  • Dangerous function 'unserialize' used
  • No output escaping
  • No nonce checks
  • No capability checks
Vulnerabilities
None known

Simple Contacts Manager Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Simple Contacts Manager Release Timeline

v1.3.1Current
v1.3
Code Analysis
Analyzed Mar 16, 2026

Simple Contacts Manager Code Analysis

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

Dangerous Functions Found

unserializeif( $this->orig_data[$option_name] = $this->data[$option_name] = unserialize( get_option( $option_nasimple-contacts-manager.php:320

Output Escaping

0% escaped29 total outputs
Attack Surface

Simple Contacts Manager Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[cm_contact] simple-contacts-manager.php:202
WordPress Hooks 3
actionadmin_menusimple-contacts-manager.php:199
actionadmin_enqueue_scriptssimple-contacts-manager.php:200
actionwp_footersimple-contacts-manager.php:213
Maintenance & Trust

Simple Contacts Manager Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedJul 29, 2015
PHP min version
Downloads2K

Community Trust

Rating60/100
Number of ratings2
Active installs20
Developer Profile

Simple Contacts Manager Developer Profile

Earl Evan Amante

4 plugins · 70 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 Contacts Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-contacts-manager/css/style.css/wp-content/plugins/simple-contacts-manager/js/script.js
Script Paths
/wp-content/plugins/simple-contacts-manager/js/script.js
Version Parameters
simple-contacts-manager/style.css?ver=simple-contacts-manager/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
w3b-cm-settings-formw3b-cm-contacts-formw3b-cm-group-settingsw3b-cm-contact-details
Data Attributes
data-plugin-name="Simple Contacts Manager"data-plugin-version="1.3.1"
JS Globals
window.W3B_Contacts_Managervar W3B_Contacts_Manager
Shortcode Output
[cm_contact]
FAQ

Frequently Asked Questions about Simple Contacts Manager