Modern-I Contact Form Security & Risk Analysis

wordpress.org/plugins/modern-i-infotech-contact-form

Moderni contact form plugin gives a WP most flexible and usable contact form.WP-admin can use either captcha or simple contact form.

10 active installs v0.1 PHP + WP 2.9+ Updated Oct 12, 2012
captchacontactcontact-formemailform
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Modern-I Contact Form Safe to Use in 2026?

Generally Safe

Score 85/100

Modern-I Contact Form 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 "modern-i-infotech-contact-form" v0.1 plugin exhibits a mixed security posture. While it boasts no known CVEs and utilizes prepared statements for its SQL queries, significant concerns arise from its output escaping and lack of authorization checks. The static analysis reveals a critical weakness: 100% of its 18 output operations are unescaped, meaning user-supplied data displayed within the plugin's interfaces could be vulnerable to Cross-Site Scripting (XSS) attacks. Furthermore, the taint analysis identified two flows with unsanitized paths, although they are not flagged as critical or high severity, this still indicates potential avenues for malicious input to be processed without proper sanitization. The absence of nonce checks and capability checks on its single shortcode entry point means that any user, regardless of their role or authentication status, could potentially interact with the plugin's functionality, although the lack of AJAX and REST API endpoints limits the immediate attack vectors. The complete absence of historical vulnerabilities is a positive sign, suggesting a potentially diligent development approach to known exploits, but it does not negate the present code-level risks. Overall, the plugin has some good practices in place, particularly regarding database interactions, but the unescaped output and lack of authorization on its sole entry point are significant security liabilities that require immediate attention.

Key Concerns

  • Output escaping missing
  • Unsanitized paths in taint flows
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Modern-I Contact Form Security Vulnerabilities

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

Modern-I Contact Form Code Analysis

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

Output Escaping

0% escaped18 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
modern_form (modern_contact_form.php:93)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Modern-I Contact Form Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[modern_contact] setting_modern_form.php:13
WordPress Hooks 5
actionadmin_initmodern_contact_form.php:25
actionmodern-default-settingmodern_contact_form.php:27
actionadmin_menumodern_contact_form.php:29
actionadd_meta_boxesmodern_contact_meta.php:11
actionsave_postmodern_contact_meta.php:13
Maintenance & Trust

Modern-I Contact Form Maintenance & Trust

Maintenance Signals

WordPress version tested
Last updatedOct 12, 2012
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Modern-I Contact Form Developer Profile

moderni infotech

1 plugin · 10 total installs

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

How We Detect Modern-I 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/modern-i-infotech-contact-form/include/modernform.js/wp-content/plugins/modern-i-infotech-contact-form/include/modern-css.css/wp-content/plugins/modern-i-infotech-contact-form/include/validate.js/wp-content/plugins/modern-i-infotech-contact-form/include/style.css
Script Paths
/wp-content/plugins/modern-i-infotech-contact-form/include/modernform.js/wp-content/plugins/modern-i-infotech-contact-form/include/validate.js

HTML / DOM Fingerprints

CSS Classes
formstyletexthmtabletwowronginpsmall
HTML Comments
/*Plugin Name:modern contact formPlugin URI: http://moderni.inDescription: This Plugin Simply used for contacting adminVersion: 0.1Author: ModernI InfoAuthor URI: http://moderni.inLicense: GPL2*//* add setting page *///include_once('modern_contact_meta.php');// $read_captcha = get_option('modern_check_captch');+3 more
Data Attributes
name="modern_form"id="modern_form"name="modern_form"id="modern_form"name="addcaptcha"id="addcaptcha"+17 more
JS Globals
RecaptchaOptions$
Shortcode Output
<form method="post" class="formstyle"><table><tr><td><label>Your Name:</label></td><td><input class="wrong inp" id="fullname" name="yourname" type="text" value="" required/></td></tr><tr><td><label>Subject:</label></td><td><input class="wrong inp" id="lname" name="subject" type="text" value="" required/></td></tr>
FAQ

Frequently Asked Questions about Modern-I Contact Form