MrQurban Emergency Rescue Security & Risk Analysis

wordpress.org/plugins/mrqurban-emergency-rescue

Recover from fatal errors and White Screen of Death (WSOD) by disabling plugins or themes via a secret rescue URL.

0 active installs v1.1.0 PHP 7.0+ WP 5.0+ Updated Mar 16, 2026
debugfatal-errorrecoveryrescuetroubleshooting
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is MrQurban Emergency Rescue Safe to Use in 2026?

Generally Safe

Score 100/100

MrQurban Emergency Rescue has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2mo ago
Risk Assessment

The "mrqurban-emergency-rescue" v1.1.0 plugin demonstrates a generally strong security posture, primarily due to its diligent use of prepared statements for SQL queries and robust output escaping. The absence of known CVEs and a clean vulnerability history further contribute to this positive assessment. The plugin also incorporates a good number of nonce and capability checks, indicating an awareness of common WordPress security practices.

However, the static analysis reveals a few potential areas for concern. The presence of `ini_set` in three instances, while not inherently a vulnerability, can sometimes be misused to alter sensitive PHP configurations if not handled with extreme care, especially in a security context. Furthermore, the taint analysis flagged one flow with an unsanitized path. While this didn't result in a critical or high-severity finding, it warrants attention as it represents a potential vector for unintended behavior or information disclosure if that path is ever exposed to user-controlled input without proper sanitization.

Overall, the plugin is well-built from a security perspective, with few outright vulnerabilities detected. The focus on prepared statements and output escaping is commendable. The few red flags identified are minor in isolation but suggest that ongoing vigilance and careful code reviews for any future updates would be prudent, particularly concerning the use of `ini_set` and any paths that could potentially interact with untrusted data.

Key Concerns

  • Unsanitized path in taint analysis
  • Use of dangerous function ini_set
Vulnerabilities
None known

MrQurban Emergency Rescue Security Vulnerabilities

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

MrQurban Emergency Rescue Release Timeline

v1.1
v1.1.0Current
v1.0
Code Analysis
Analyzed Apr 16, 2026

MrQurban Emergency Rescue Code Analysis

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

Dangerous Functions Found

ini_set@ini_set('log_errors', 'On');mrqurban-emergency-rescue.php:99
ini_set@ini_set('display_errors', 'Off'); // Ensure we don't break the rescue UI with browser errors.mrqurban-emergency-rescue.php:100
ini_set@ini_set('error_log', $log_file);mrqurban-emergency-rescue.php:103

SQL Query Safety

100% prepared2 total queries

Output Escaping

99% escaped148 total outputs
Data Flows · Security
1 unsanitized

Data Flow Analysis

5 flows1 with unsanitized paths
list_items (mrqurban-emergency-rescue.php:589)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

MrQurban Emergency Rescue Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 5
actionadmin_initmrqurban-emergency-rescue.php:30
actionadmin_initmrqurban-emergency-rescue.php:31
actionadmin_noticesmrqurban-emergency-rescue.php:32
actionadmin_menumrqurban-emergency-rescue.php:33
actionadmin_enqueue_scriptsmrqurban-emergency-rescue.php:34
Maintenance & Trust

MrQurban Emergency Rescue Maintenance & Trust

Maintenance Signals

WordPress version tested6.9.4
Last updatedMar 16, 2026
PHP min version7.0
Downloads283

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

MrQurban Emergency Rescue Developer Profile

Muhammad Qurban

1 plugin · 0 total installs

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

How We Detect MrQurban Emergency Rescue

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/mrqurban-emergency-rescue/assets/admin.css
Version Parameters
mrqurban-emergency-rescue/assets/admin.css?ver=1.1.0

HTML / DOM Fingerprints

CSS Classes
wper-card
Data Attributes
onclick="this.select()"value="<?php echo esc_attr($key); ?>"
FAQ

Frequently Asked Questions about MrQurban Emergency Rescue