Contact Form 7 UI Security & Risk Analysis

wordpress.org/plugins/contact-form-7-ui

Adds a button in the rich text editor which generates the shortcode for Contact Form 7 forms.

10 active installs v1.0.0 PHP + WP 2.6+ Updated Sep 25, 2013
contactcontact-formemailfeedbackform
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Contact Form 7 UI Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "contact-form-7-ui" v1.0.0 plugin exhibits a mixed security posture. On one hand, it demonstrates good practices by exclusively using prepared statements for SQL queries and has no recorded vulnerability history, suggesting a generally well-maintained codebase. However, significant concerns arise from the static analysis, particularly regarding its attack surface and output handling. The plugin exposes two AJAX handlers, both of which lack authentication checks, creating a direct avenue for unauthorized execution of potentially sensitive functions. Furthermore, a critical weakness is the presence of the `unserialize` function, which, especially when used with user-supplied data, is a common vector for remote code execution vulnerabilities. The fact that 0% of outputs are properly escaped is a major red flag, opening the door to cross-site scripting (XSS) attacks across all its output points. While the absence of known CVEs is positive, the identified code signals indicate inherent risks that could be exploited without prior discovery or patching.

In conclusion, while the plugin benefits from secure database interactions and a clean vulnerability history, the unprotected AJAX endpoints, the use of `unserialize`, and the complete lack of output escaping present substantial security risks. These weaknesses, if exploited, could lead to unauthorized actions and data compromise. The plugin would significantly benefit from implementing proper authorization checks on its AJAX handlers, sanitizing and escaping all user-controllable output, and carefully reviewing the usage of `unserialize` to ensure it's not handling untrusted data. The current state warrants caution, especially given the ease with which XSS and unauthorized function calls could be triggered.

Key Concerns

  • AJAX handlers without auth checks
  • Unescaped output (all outputs)
  • Presence of dangerous function: unserialize
  • No nonce checks on AJAX
Vulnerabilities
None known

Contact Form 7 UI Security Vulnerabilities

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

Contact Form 7 UI Code Analysis

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

Dangerous Functions Found

unserialize$buff = unserialize($buff);contact-form-7-ui.php:581

Bundled Libraries

TinyMCE

Output Escaping

0% escaped21 total outputs
Attack Surface
2 unprotected

Contact Form 7 UI Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_orbsius_ui_contact_form7_ajax_render_popup_contentcontact-form-7-ui.php:325
authwp_ajax_orbsius_ui_contact_form7_ajax_render_popup_contentcontact-form-7-ui.php:326
WordPress Hooks 10
actioninitcontact-form-7-ui.php:38
actionplugins_loadedcontact-form-7-ui.php:63
actionwp_enqueue_scriptscontact-form-7-ui.php:90
actionadmin_menucontact-form-7-ui.php:94
actionadmin_initcontact-form-7-ui.php:95
actionadmin_initcontact-form-7-ui.php:96
actionadmin_noticescontact-form-7-ui.php:97
filterplugin_action_linkscontact-form-7-ui.php:159
filtermce_external_pluginscontact-form-7-ui.php:321
filtermce_buttonscontact-form-7-ui.php:322
Maintenance & Trust

Contact Form 7 UI Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedSep 25, 2013
PHP min version
Downloads4K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Contact Form 7 UI Developer Profile

Svetoslav Marinov

26 plugins · 12K total installs

71
trust score
Avg Security Score
88/100
Avg Patch Time
722 days
View full developer profile
Detection Fingerprints

How We Detect Contact Form 7 UI

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/contact-form-7-ui/tinymce/editor.js/wp-content/plugins/contact-form-7-ui/tinymce/plugin.js/wp-content/plugins/contact-form-7-ui/tinymce/langs/en.js
Script Paths
/wp-content/plugins/contact-form-7-ui/tinymce/editor.js/wp-content/plugins/contact-form-7-ui/tinymce/plugin.js/wp-content/plugins/contact-form-7-ui/tinymce/langs/en.js

HTML / DOM Fingerprints

HTML Comments
<!-- Copyright 2011-2020 Svetoslav Marinov (slavi@orbisius.com)This program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; version 2 of the License.+10 more
Data Attributes
data-plugin-id="contact_form7_ui"data-plugin-dir="contact-form-7-ui"
JS Globals
window.orbisius_ui_contact_form7
FAQ

Frequently Asked Questions about Contact Form 7 UI