Multisite User Registration Manager Security & Risk Analysis

wordpress.org/plugins/multisite-user-registration-manager

Provides a system for registration requests and their processing in multisite. Two-level moderation.

10 active installs v3.1 PHP + WP 3.4+ Updated Feb 1, 2014
managermultisiteregistrationuserusers
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Multisite User Registration Manager Safe to Use in 2026?

Generally Safe

Score 85/100

Multisite User Registration Manager 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 "multisite-user-registration-manager" v3.1 plugin exhibits a mixed security posture. On the positive side, it demonstrates strong adherence to secure coding practices by utilizing prepared statements for all SQL queries, avoiding external HTTP requests, and not bundling any third-party libraries. The absence of known vulnerabilities and CVEs in its history is also a significant strength.

However, the static analysis reveals critical areas of concern. The presence of five taint flows with unsanitized paths, all flagged as high severity, indicates a significant risk of data manipulation or injection vulnerabilities. The complete lack of nonce checks and a low percentage of properly escaped output (18%) are further red flags, suggesting that user-supplied data may not be adequately validated or neutralized before being processed or displayed, potentially leading to Cross-Site Scripting (XSS) or other injection attacks. The single shortcode presents an entry point that, while not directly identified as unprotected, needs careful scrutiny given the other identified code signals.

In conclusion, while the plugin avoids common pitfalls like raw SQL or unprotected AJAX/REST API endpoints, the identified high-severity taint flows and poor output escaping represent substantial security weaknesses. The plugin's vulnerability history is clean, but the static analysis strongly suggests an active need for code review and remediation to address these specific code signals before these weaknesses can be exploited.

Key Concerns

  • High severity taint flows (5)
  • Low output escaping (18%)
  • Missing nonce checks
  • Single unprotected entry point (shortcode)
Vulnerabilities
None known

Multisite User Registration Manager Security Vulnerabilities

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

Multisite User Registration Manager Code Analysis

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

SQL Query Safety

100% prepared18 total queries

Output Escaping

18% escaped56 total outputs
Data Flows
5 unsanitized

Data Flow Analysis

5 flows5 with unsanitized paths
blog_moderation_page_confirm_delete (murm.php:1133)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Multisite User Registration Manager Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[murm-form] murm.php:69
WordPress Hooks 5
actioninitmurm.php:63
actionadmin_menumurm.php:64
actionnetwork_admin_menumurm.php:65
actionadmin_noticesmurm.php:66
actionwp_headmurm.php:67
Maintenance & Trust

Multisite User Registration Manager Maintenance & Trust

Maintenance Signals

WordPress version tested3.5.2
Last updatedFeb 1, 2014
PHP min version
Downloads14K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Multisite User Registration Manager Developer Profile

Jan Štětina

8 plugins · 200 total installs

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

How We Detect Multisite User Registration Manager

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/multisite-user-registration-manager/css/murm-style.css/wp-content/plugins/multisite-user-registration-manager/js/murm.js/wp-content/plugins/multisite-user-registration-manager/js/murm-admin.js
Script Paths
/wp-content/plugins/multisite-user-registration-manager/js/murm.js/wp-content/plugins/multisite-user-registration-manager/js/murm-admin.js

HTML / DOM Fingerprints

CSS Classes
murm-form-container
Data Attributes
data-murm-action
JS Globals
murm_ajax_urlmurm_ajax_nonce
Shortcode Output
id="murm-form-container"
FAQ

Frequently Asked Questions about Multisite User Registration Manager