Contact Me Security & Risk Analysis

wordpress.org/plugins/ajax-contact-me

Contact Me is an elegant and light AJAX contact form. Activate the plugin and insert simple short code [contactme] into posts/pages.

100 active installs v1.34 PHP + WP 3.0+ Updated Jun 5, 2012
ajaxcontactcontact-formform
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Contact Me Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The ajax-contact-me plugin v1.34 exhibits several concerning security practices despite a lack of recorded vulnerabilities. The static analysis reveals a notable attack surface, with two AJAX handlers identified, both of which lack authentication checks. This presents a significant risk as any unauthenticated user could potentially interact with these handlers, leading to unintended consequences. Furthermore, the plugin demonstrates poor output sanitization, with only 8% of outputs being properly escaped. This could open the door to cross-site scripting (XSS) vulnerabilities if user-supplied data is not correctly handled before being displayed. While the plugin does not use dangerous functions and all SQL queries are prepared, the lack of nonce checks on AJAX actions is a critical oversight. The absence of any historical vulnerabilities might suggest a low profile or a lack of targeted attacks, but it does not inherently indicate a secure codebase. The strengths lie in the absence of dangerous functions and the use of prepared statements for SQL. However, the two unprotected AJAX endpoints and the very low percentage of properly escaped output are substantial weaknesses that require immediate attention.

Key Concerns

  • 2 AJAX handlers without auth checks
  • Low output escaping percentage (8%)
  • Missing nonce checks on AJAX
Vulnerabilities
None known

Contact Me Security Vulnerabilities

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

Contact Me Code Analysis

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

Output Escaping

8% escaped12 total outputs
Attack Surface
2 unprotected

Contact Me Attack Surface

Entry Points3
Unprotected2

AJAX Handlers 2

authwp_ajax_contactme_submitcontact-me.php:46
noprivwp_ajax_contactme_submitcontact-me.php:47

Shortcodes 1

[contactme] contact-me.php:50
WordPress Hooks 3
actionadmin_noticescontact-me.php:43
actionadmin_menucontact-me.php:44
actioninitcontact-me.php:45
Maintenance & Trust

Contact Me Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedJun 5, 2012
PHP min version
Downloads27K

Community Trust

Rating0/100
Number of ratings0
Active installs100
Developer Profile

Contact Me Developer Profile

ichurakov

7 plugins · 330 total installs

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

How We Detect Contact Me

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ajax-contact-me/css/front_light.css/wp-content/plugins/ajax-contact-me/css/front_dark.css/wp-content/plugins/ajax-contact-me/css/admin.css
Version Parameters
ajax-contact-me/css/front_light.css?ver=ajax-contact-me/css/front_dark.css?ver=ajax-contact-me/css/admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
contactme_useroptionscontactme_error
Data Attributes
id="contactme_admin_email"name="contactme_admin_email"id="contactme_from_name"name="contactme_from_name"id="contactme_from_email"name="contactme_from_email"+12 more
Shortcode Output
<div class="contactme_main"><form id="contactme_form" method="post"><div class="contactme_error"></div><div class="contactme_form_row">
FAQ

Frequently Asked Questions about Contact Me