Disable WP All Updates Advance Security & Risk Analysis

wordpress.org/plugins/disable-wp-all-updates-advance

Disable all your WordPress updates on plugin activation that includes WordPress core, themes and plugins.

30 active installs v1.0.0 PHP + WP 3.0.1+ Updated Feb 10, 2024
all-updatesdisabledisable-wordpress-updatesdisable-wordpress-updates-advanceupdates
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Disable WP All Updates Advance Safe to Use in 2026?

Generally Safe

Score 85/100

Disable WP All Updates Advance has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "disable-wp-all-updates-advance" plugin version 1.0.0 exhibits a strong security posture based on the provided static analysis. The absence of any identified attack surface vectors, such as AJAX handlers, REST API routes, shortcodes, or cron events, is a significant strength. Furthermore, the code demonstrates good practices by exclusively using prepared statements for SQL queries and ensuring all output is properly escaped, leaving no room for cross-site scripting vulnerabilities through this vector. The lack of file operations and external HTTP requests also reduces potential attack avenues.

However, a critical concern is the presence of the `create_function` PHP function. While this function itself is not inherently vulnerable, it is deprecated and can be a source of security issues if used to execute user-supplied data without proper sanitization. The analysis did not reveal any taint flows involving this function, but its existence flags a potential risk. The plugin also lacks any nonce or capability checks, which, in conjunction with the absence of other entry points, suggests a very limited scope of functionality. The clean vulnerability history is a positive indicator, suggesting the developer has historically maintained a secure codebase.

In conclusion, the plugin is well-structured regarding common WordPress vulnerabilities like SQL injection and XSS. The primary area for improvement lies in addressing the use of `create_function` and implementing proper authentication/authorization checks if any functionality were to be exposed in the future. The current version appears relatively safe due to its minimal attack surface, but the deprecated function warrants attention for future development.

Key Concerns

  • Use of deprecated and potentially unsafe function
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Disable WP All Updates Advance Security Vulnerabilities

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

Disable WP All Updates Advance Code Analysis

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

Dangerous Functions Found

create_functionadd_action('init', create_function('$a',"remove_action( 'init', 'wp_version_check' );"),2);disable-wp-all-updates-advance.php:40
Attack Surface

Disable WP All Updates Advance Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionplugins_loadeddisable-wp-all-updates-advance.php:34
actioninitdisable-wp-all-updates-advance.php:40
filterpre_option_update_coredisable-wp-all-updates-advance.php:41
filterpre_site_transient_update_coredisable-wp-all-updates-advance.php:42
filterpre_site_transient_update_pluginsdisable-wp-all-updates-advance.php:46
filterpre_site_transient_update_themesdisable-wp-all-updates-advance.php:50
Maintenance & Trust

Disable WP All Updates Advance Maintenance & Trust

Maintenance Signals

WordPress version tested6.4.8
Last updatedFeb 10, 2024
PHP min version
Downloads3K

Community Trust

Rating90/100
Number of ratings2
Active installs30
Developer Profile

Disable WP All Updates Advance Developer Profile

gr8nilay

10 plugins · 2K total installs

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

How We Detect Disable WP All Updates Advance

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

Asset Fingerprints

HTML / DOM Fingerprints

HTML Comments
<!-- Only works for wordpress 3.0+ --><!-- Disable Wordpress Core Update --><!-- Disable Wordpress Plugin Updates --><!-- Disable Wordpress Theme Updates -->
FAQ

Frequently Asked Questions about Disable WP All Updates Advance