Ajax Simple Contact Form Security & Risk Analysis

wordpress.org/plugins/ajax-simplecontact-form

This is a simple and customizable wordpress ajax contact form.

10 active installs v1.0 PHP + WP 3.0+ Updated Sep 11, 2016
ajaxcontactcontact-formemailsimple
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Ajax Simple Contact Form Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 9yr ago
Risk Assessment

The plugin "ajax-simplecontact-form" version 1.0 presents a mixed security posture. On the positive side, the plugin exhibits good practices by avoiding dangerous functions, not performing file operations, and not making external HTTP requests. Crucially, all its SQL queries are secured with prepared statements, and there's no history of known vulnerabilities (CVEs). This suggests a foundational understanding of secure coding in some areas.

However, significant concerns arise from the static analysis. The plugin has a notable attack surface with two AJAX handlers, both of which lack authentication checks. Furthermore, none of the total two output operations are properly escaped, opening the door to potential cross-site scripting (XSS) vulnerabilities. The absence of nonce checks on AJAX handlers is a critical oversight, making these endpoints susceptible to CSRF attacks. The lack of capability checks on AJAX handlers further exacerbates this risk, allowing any logged-in user to potentially trigger these actions.

While the vulnerability history is clean, this does not negate the immediate risks identified in the code. The absence of any taint analysis results is noted, but the presence of other security weaknesses overshadows this. In conclusion, despite some good security habits, the plugin's unprotected AJAX endpoints and unescaped output create significant exploitable vulnerabilities that require immediate attention.

Key Concerns

  • AJAX handlers without auth checks
  • Output escaping missing
  • Nonce checks missing on AJAX
  • Capability checks missing on AJAX
Vulnerabilities
None known

Ajax Simple Contact Form Security Vulnerabilities

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

Ajax Simple Contact Form Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface
2 unprotected

Ajax Simple Contact Form Attack Surface

Entry Points3
Unprotected2

AJAX Handlers 2

authwp_ajax_ajax_actionajax-simple-contact-form.php:37
noprivwp_ajax_ajax_actionajax-simple-contact-form.php:39

Shortcodes 1

[ajax_contact_form] ajax-simple-contact-form.php:136
WordPress Hooks 2
actionwp_enqueue_scriptsajax-simple-contact-form.php:33
actionwp_enqueue_scriptsajax-simple-contact-form.php:35
Maintenance & Trust

Ajax Simple Contact Form Maintenance & Trust

Maintenance Signals

WordPress version tested4.5.33
Last updatedSep 11, 2016
PHP min version
Downloads3K

Community Trust

Rating100/100
Number of ratings2
Active installs10
Developer Profile

Ajax Simple Contact Form Developer Profile

mamunitiw

3 plugins · 30 total installs

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

How We Detect Ajax Simple Contact Form

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/ajax-simplecontact-form/css/style.css/wp-content/plugins/ajax-simplecontact-form/js/script.js
Script Paths
plugins/ajax-simplecontact-form/js/script.js
Version Parameters
ajax-simplecontact-form/css/style.css?ver=ajax-simplecontact-form/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
error
Data Attributes
data-plugin-name="ajax-simple-contact-form"
JS Globals
ajax_object
Shortcode Output
<form id="ajax-contact-form" method="post">
FAQ

Frequently Asked Questions about Ajax Simple Contact Form