Minimal Contact Form Security & Risk Analysis

wordpress.org/plugins/minimal-contact-form

Minimal Contact Form is a simple, clean and secure contact form that meets the requirements of the GDPR.

80 active installs v0.10.0 PHP 7.4+ WP 4.9.6+ Updated Dec 14, 2022
contactcontact-formemailfeedbackform
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Minimal Contact Form Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The "minimal-contact-form" plugin, at version 0.10.0, presents a mixed security posture. While the plugin avoids dangerous functions, SQL injection vulnerabilities through prepared statements, and external HTTP requests, it exhibits significant concerns regarding its attack surface and input sanitization.

Specifically, the presence of four AJAX handlers without any authentication checks creates a substantial risk. This means that any unauthenticated user could potentially trigger these handlers, leading to unpredictable behavior or exploitation if they interact with other parts of the WordPress system. Coupled with the fact that 50% of its output is not properly escaped, there's a heightened risk of cross-site scripting (XSS) vulnerabilities when these unescaped outputs are rendered in the browser.

The plugin's vulnerability history is clean, with no recorded CVEs. This is a positive sign, suggesting that past development may have followed good security practices. However, the current static analysis reveals weaknesses that, if exploited, could lead to significant security incidents. The lack of nonce checks on AJAX handlers further exacerbates the risk of cross-site request forgery (CSRF) attacks.

Key Concerns

  • AJAX handlers without auth checks
  • Unescaped output
  • Missing nonce checks on AJAX
Vulnerabilities
None known

Minimal Contact Form Security Vulnerabilities

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

Minimal Contact Form Release Timeline

v0.10.0Current
v0.9.1
v0.9.0
v0.8.3
v0.8.2
v0.8.1
v0.8.0
v0.7.2
v0.6.4
v0.6.3
Code Analysis
Analyzed Mar 16, 2026

Minimal Contact Form Code Analysis

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

Output Escaping

50% escaped12 total outputs
Attack Surface
4 unprotected

Minimal Contact Form Attack Surface

Entry Points5
Unprotected4

AJAX Handlers 4

authwp_ajax_mcf_ajax_translate_messagemcf-form.php:133
noprivwp_ajax_mcf_ajax_translate_messagemcf-form.php:134
authwp_ajax_mcf_ajax_send_mailmcf-form.php:188
noprivwp_ajax_mcf_ajax_send_mailmcf-form.php:189

Shortcodes 1

[minimal_contact_form] mcf-form.php:16
WordPress Hooks 10
actioninitmcf-form.php:18
actionadmin_menumcf-options.php:27
actionadmin_initmcf-options.php:37
actionplugins_loadedmcf.php:96
actionadmin_noticesmcf.php:110
actionadmin_noticesmcf.php:114
actionadmin_initmcf.php:118
actionwp_enqueue_scriptsmcf.php:153
actionadmin_enqueue_scriptsmcf.php:167
filterplugin_action_linksmcf.php:181
Maintenance & Trust

Minimal Contact Form Maintenance & Trust

Maintenance Signals

WordPress version tested6.2.9
Last updatedDec 14, 2022
PHP min version7.4
Downloads3K

Community Trust

Rating100/100
Number of ratings1
Active installs80
Developer Profile

Minimal Contact Form Developer Profile

mirkoschubert

1 plugin · 80 total installs

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

How We Detect Minimal 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/minimal-contact-form/css/admin.css/wp-content/plugins/minimal-contact-form/css/style.css/wp-content/plugins/minimal-contact-form/js/mcf-script.js
Script Paths
/wp-content/plugins/minimal-contact-form/js/mcf-script.js
Version Parameters
minimal-contact-form/css/style.css?ver=minimal-contact-form/js/mcf-script.js?ver=

HTML / DOM Fingerprints

CSS Classes
itemitem-nameitem-emailitem-phoneitem-addressitem-subjectitem-messageitem-gdpr+7 more
Data Attributes
placeholder
JS Globals
minimal_contact_form
Shortcode Output
<div id="minimal-contact-form"<form method="POST"><div class='item item-name'><label class='label' for='name'>Name<span class="required">*</span></label>
FAQ

Frequently Asked Questions about Minimal Contact Form