Bulk Password Reset Security & Risk Analysis

wordpress.org/plugins/bulk-password-reset

Bulk Password Reset is a tool which can help you do a bulk password reset on all the users or just specific users within a category.

200 active installs v1.3.3 PHP + WP 2.8+ Updated Sep 4, 2015
adminbulk-modepasswordresetusers
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Bulk Password Reset Safe to Use in 2026?

Generally Safe

Score 85/100

Bulk Password Reset has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The "bulk-password-reset" plugin version 1.3.3 demonstrates a generally positive security posture with a clean vulnerability history and a small attack surface. The absence of known CVEs and a robust presence of capability checks and nonce checks are strong indicators of good development practices. However, the static analysis reveals significant concerns, particularly regarding SQL query sanitization and output escaping. The single SQL query is not using prepared statements, indicating a potential for SQL injection vulnerabilities if the data influencing this query originates from user input. Furthermore, a low percentage of properly escaped output (10%) suggests a high likelihood of cross-site scripting (XSS) vulnerabilities, as data displayed to users may not be properly sanitized. The taint analysis showing two high-severity unsanitized flows reinforces these concerns, pointing to specific paths where untrusted data could be processed insecurely. While the plugin has no recorded history of vulnerabilities, the current code analysis highlights critical areas requiring immediate attention to prevent potential exploitation.

Key Concerns

  • SQL queries without prepared statements
  • Low percentage of properly escaped output
  • High severity unsanitized taint flows
Vulnerabilities
None known

Bulk Password Reset Security Vulnerabilities

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

Bulk Password Reset Code Analysis

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

SQL Query Safety

0% prepared1 total queries

Output Escaping

10% escaped21 total outputs
Data Flows
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
bulk_password_reset_page (bulk_password_reset.php:107)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Bulk Password Reset Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actionadmin_menubulk_password_reset.php:36
actionadmin_print_scriptsbulk_password_reset.php:37
actionadmin_print_stylesbulk_password_reset.php:38
actionadmin_headbulk_password_reset.php:39
actionadmin_footerbulk_password_reset.php:42
actionload-edit.phpbulk_password_reset.php:43
actionload-users.phpbulk_password_reset.php:44
actionadmin_noticesbulk_password_reset.php:45
filterupload_dirbulk_password_reset.php:49
Maintenance & Trust

Bulk Password Reset Maintenance & Trust

Maintenance Signals

WordPress version tested4.3.34
Last updatedSep 4, 2015
PHP min version
Downloads17K

Community Trust

Rating56/100
Number of ratings6
Active installs200
Developer Profile

Bulk Password Reset Developer Profile

Ruben Woudsma

1 plugin · 200 total installs

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

How We Detect Bulk Password Reset

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/bulk-password-reset/js/bpr-admin.js/wp-content/plugins/bulk-password-reset/css/bpr-admin.css
Script Paths
/wp-content/plugins/bulk-password-reset/js/bpr-admin.js
Version Parameters
bulk-password-reset/js/bpr-admin.js?ver=bulk-password-reset/css/bpr-admin.css?ver=

HTML / DOM Fingerprints

CSS Classes
bpr-containerbpr-headerbpr-settings-sectionbpr-form-groupbpr-buttonbpr-noticebpr-loader
HTML Comments
<!-- START Bulk Password Reset Admin --><!-- END Bulk Password Reset Admin --><!-- Bulk Password Reset Settings --><!-- Bulk Password Reset Bulk Actions -->
Data Attributes
data-bpr-actiondata-bpr-roledata-bpr-noncedata-bpr-user-id
JS Globals
var bpr_ajax_object = var bpr_nonce = var bpr_user_id =
REST Endpoints
/wp-json/bpr/v1/reset-password
FAQ

Frequently Asked Questions about Bulk Password Reset