Register Modal Security & Risk Analysis

wordpress.org/plugins/modal-register

Register Modal provides a modal Ajax-ify box to register for WordPress!

10 active installs v1.0 PHP + WP 2.2.0+ Updated Oct 14, 2010
adminajaxcustom-register-passwordloginmodal
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Register Modal Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 15yr ago
Risk Assessment

The plugin "modal-register" v1.0 exhibits several significant security concerns despite having no recorded vulnerability history. The most prominent issue is the presence of two AJAX handlers that lack any authentication or capability checks. This creates a substantial attack surface, allowing unauthenticated users to potentially interact with critical plugin functionality. Furthermore, the code analysis reveals a complete lack of output escaping for all identified outputs. This is a critical weakness that could lead to Cross-Site Scripting (XSS) vulnerabilities if any user-supplied data is processed and displayed without proper sanitization.

While the plugin does not appear to use dangerous functions, perform file operations, or make external HTTP requests, and its SQL queries are properly prepared, these positive aspects are overshadowed by the critical vulnerabilities identified. The absence of nonces and capability checks on the AJAX endpoints, coupled with the unescaped output, presents a clear risk of unauthorized actions and code injection. The lack of historical vulnerabilities might suggest either a lack of widespread use, thorough auditing, or simply that these specific vulnerabilities have not been discovered or exploited yet. Overall, the plugin's security posture is weak due to fundamental flaws in handling user input and controlling access to its functionalities.

Key Concerns

  • AJAX handlers without auth checks
  • All outputs unescaped
  • No nonce checks on AJAX
  • No capability checks on AJAX
Vulnerabilities
None known

Register Modal Security Vulnerabilities

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

Register Modal Code Analysis

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

Output Escaping

0% escaped6 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
doUserAjax (modal-register.php:162)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

Register Modal Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_modal_registermodal-register.php:80
noprivwp_ajax_modal_registermodal-register.php:81
WordPress Hooks 7
actionadmin_menumodal-register.php:68
filterregistermodal-register.php:71
actionwp_headmodal-register.php:72
actionwp_footermodal-register.php:73
actionwp_print_stylesmodal-register.php:74
actionwp_print_scriptsmodal-register.php:75
actioninitmodal-register.php:78
Maintenance & Trust

Register Modal Maintenance & Trust

Maintenance Signals

WordPress version tested3.0.5
Last updatedOct 14, 2010
PHP min version
Downloads13K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Register Modal Developer Profile

kureikain

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 Register Modal

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/modal-register/assets/css/default.css/wp-content/plugins/modal-register/assets/js/default.js
Script Paths
/wp-content/plugins/modal-register/assets/js/default.js
Version Parameters
modal-register/assets/css/default.css?ver=modal-register/assets/js/default.js?ver=

HTML / DOM Fingerprints

CSS Classes
axcoto-register-modal
Data Attributes
data-url="
JS Globals
blogUrl
FAQ

Frequently Asked Questions about Register Modal