Disable Wp Updates & Notifications Security & Risk Analysis

wordpress.org/plugins/disable-wp-update

This plugin disables the themes, plugins and wordpress core updates.

10 active installs v1.3 PHP + WP 4.0+ Updated Sep 1, 2020
all-updatesdisabledisable-wordpress-core-updatesdisable-wordpress-updatesdisable-wordpress-updates-advance
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Disable Wp Updates & Notifications Safe to Use in 2026?

Generally Safe

Score 85/100

Disable Wp Updates & Notifications has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The "disable-wp-update" v1.3 plugin exhibits a generally good security posture based on the provided static analysis. The plugin demonstrates strong adherence to secure coding practices by not utilizing raw SQL queries, ensuring all output is properly escaped, and avoiding file operations and external HTTP requests. The complete absence of any known CVEs, either past or present, and the lack of recorded vulnerability types further contribute to a positive security history, suggesting a well-maintained and secure codebase over time. The minimal attack surface, with no detected AJAX handlers, REST API routes, shortcodes, or cron events, also reduces the potential for exploitation.

However, a significant concern arises from the presence of the `create_function` function. This is a deprecated and potentially dangerous function in PHP that can lead to security vulnerabilities if not handled with extreme care. While no taint flows were identified in this specific analysis, the use of `create_function` inherently introduces a risk if user-supplied data is ever incorporated into its execution context, as it could allow for remote code execution. Additionally, the complete lack of nonce and capability checks across all entry points, while currently moot due to the zero attack surface, indicates a potential weakness if new entry points were to be introduced in future versions without proper security considerations.

In conclusion, the plugin is currently secure due to its limited attack surface and lack of historical vulnerabilities. However, the use of `create_function` is a notable weakness that introduces a latent risk. The absence of security checks on entry points, though not an immediate threat, is a missed opportunity for robust security design that could become problematic if the plugin evolves. The developer should consider refactoring the use of `create_function` and implementing appropriate security checks if the plugin's functionality expands.

Key Concerns

  • Use of dangerous function: create_function
  • Missing nonce checks on entry points
  • Missing capability checks on entry points
Vulnerabilities
None known

Disable Wp Updates & Notifications Security Vulnerabilities

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

Disable Wp Updates & Notifications 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-update.php:17
Attack Surface

Disable Wp Updates & Notifications Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 21
actioninitdisable-wp-update.php:17
filterpre_option_update_coredisable-wp-update.php:18
filterauto_update_coredisable-wp-update.php:19
filterpre_site_transient_update_coredisable-wp-update.php:20
filterauto_update_translationdisable-wp-update.php:21
filterautomatic_updater_disableddisable-wp-update.php:22
filterallow_minor_auto_core_updatesdisable-wp-update.php:23
filterallow_major_auto_core_updatesdisable-wp-update.php:24
filterallow_dev_auto_core_updatesdisable-wp-update.php:25
filterauto_update_coredisable-wp-update.php:26
filterwp_auto_update_coredisable-wp-update.php:27
filterauto_core_update_send_emaildisable-wp-update.php:28
filtersend_core_update_notification_emaildisable-wp-update.php:29
filterauto_update_plugindisable-wp-update.php:30
filterauto_update_themedisable-wp-update.php:31
filterautomatic_updates_send_debug_emaildisable-wp-update.php:32
filterautomatic_updates_is_vcs_checkoutdisable-wp-update.php:33
filterpre_site_transient_update_pluginsdisable-wp-update.php:34
filterallow_dev_auto_core_updatesdisable-wp-update.php:36
filterautomatic_updater_disableddisable-wp-update.php:38
filterauto_core_update_send_emaildisable-wp-update.php:40
Maintenance & Trust

Disable Wp Updates & Notifications Maintenance & Trust

Maintenance Signals

WordPress version tested5.5.18
Last updatedSep 1, 2020
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Disable Wp Updates & Notifications Developer Profile

Abhay

6 plugins · 4K 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 Updates & Notifications

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/disable-wp-update/disable-wp-update.php

HTML / DOM Fingerprints

FAQ

Frequently Asked Questions about Disable Wp Updates & Notifications