Block User Account Security & Risk Analysis

wordpress.org/plugins/block-user-account

Block, manage, and monitor user accounts with temporary or permanent restrictions, custom messages, email notifications, and activity logs.

1K active installs v2.0.0 PHP 7.2+ WP 5.0+ Updated Jul 12, 2026
account-suspensionban-userblock-userdisable-accountuser-management
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Block User Account Safe to Use in 2026?

Generally Safe

Score 100/100

Block User Account has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 1mo ago
Risk Assessment

The 'block-user-account' v1.4 plugin exhibits a generally strong security posture based on the provided static analysis. The complete absence of a discernible attack surface, including AJAX handlers, REST API routes, shortcodes, and cron events, is a significant positive. Furthermore, the plugin demonstrates good practices by exclusively using prepared statements for its SQL queries and avoiding file operations and external HTTP requests. The presence of capability checks, even without explicit mention of nonce checks, suggests some level of access control is implemented.

However, a notable concern arises from the output escaping. With 50% of outputs not properly escaped, there is a risk of Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is reflected directly in the output without sanitization. The lack of any taint analysis results is also interesting; it could indicate a very limited data flow or potentially that the analysis tools were not able to fully assess it. The plugin's history of zero vulnerabilities, across all severities and types, is highly commendable and suggests a commitment to secure coding practices. This, combined with the lack of an attack surface, points to a plugin that is likely very lightweight and focused. The primary weakness lies in the potential for XSS due to incomplete output escaping, which, while not a critical or high-severity finding on its own without further context, is the most concrete risk identified.

Key Concerns

  • 50% of outputs not properly escaped
Vulnerabilities
None known

Block User Account Security Vulnerabilities

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

Block User Account Release Timeline

v2.0.0Current
v1.4
v1.3.1
Code Analysis
Analyzed Mar 16, 2026

Block User Account Code Analysis

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

Output Escaping

50% escaped2 total outputs
Attack Surface

Block User Account Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 11
actionplugins_loadedblock-user-account.php:12
actionshow_user_profileblock-user-account.php:24
actionedit_user_profileblock-user-account.php:25
actionpersonal_options_updateblock-user-account.php:67
actionedit_user_profile_updateblock-user-account.php:68
filterbulk_actions-usersblock-user-account.php:90
filterhandle_bulk_actions-usersblock-user-account.php:98
filtermanage_users_columnsblock-user-account.php:125
actionmanage_users_custom_columnblock-user-account.php:133
filterauthenticateblock-user-account.php:158
actionadmin_enqueue_scriptsblock-user-account.php:180
Maintenance & Trust

Block User Account Maintenance & Trust

Maintenance Signals

WordPress version tested7.0.2
Last updatedJul 12, 2026
PHP min version7.2
Downloads13K

Community Trust

Rating86/100
Number of ratings7
Active installs1K
Developer Profile

Block User Account Developer Profile

Dango Web

2 plugins · 1K total installs

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

How We Detect Block User Account

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/block-user-account/css/style.css

HTML / DOM Fingerprints

CSS Classes
bua-toggle-switchbua-toggle-slidertgluser-status-deactiveuser-status-active
Data Attributes
id="block_user"name="user_status"id="user_status"name="user_status_message"id="user_status_message"
FAQ

Frequently Asked Questions about Block User Account