WP Tuner Security & Risk Analysis

wordpress.org/plugins/wptuner

Easily, powerfully, discover why your blog or plugin is slow or cranky. Comprehensive time and database access analyzer. WPmu. multi-lingual.

10 active installs v0.9.6 PHP + WP 2.0.6+ Updated Unknown
databaseperformanceslowspeedtuning
100
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Tuner Safe to Use in 2026?

Generally Safe

Score 100/100

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

No known CVEs
Risk Assessment

The plugin "wptuner" v0.9.6 exhibits a mixed security posture. On the positive side, there are no reported vulnerabilities in its history, and all SQL queries are properly prepared, suggesting a foundational understanding of secure database interactions. The absence of external HTTP requests also reduces the risk of supply chain attacks or data exfiltration through external services. However, several concerning signals are present in the static analysis.

The primary concern is the use of the deprecated `create_function()` which can lead to arbitrary code execution if not handled with extreme care, especially if any part of its arguments are influenced by user input. Furthermore, a significant portion of the plugin's output (89%) is not properly escaped, posing a substantial risk of Cross-Site Scripting (XSS) vulnerabilities. The taint analysis revealed one flow with an unsanitized path, which, although not classified as critical or high, warrants attention as it indicates a potential avenue for path traversal or file manipulation vulnerabilities. The lack of nonce checks across any of its entry points is also a significant weakness, leaving any potential future AJAX or other handler vulnerable to Cross-Site Request Forgery (CSRF) attacks. The low number of capability checks further compounds this risk.

While the lack of a vulnerability history is a good sign, it doesn't negate the inherent risks identified in the code. The static analysis reveals weaknesses that could be exploited to create vulnerabilities, especially the unescaped output and the presence of `create_function()`. Therefore, while the plugin has some strengths, the identified code signals and taint flow create significant security concerns that need to be addressed.

Key Concerns

  • Use of deprecated create_function()
  • High percentage of unescaped output
  • Taint flow with unsanitized path
  • No nonce checks on entry points
  • Limited capability checks
Vulnerabilities
None known

WP Tuner Security Vulnerabilities

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

WP Tuner Code Analysis

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

Dangerous Functions Found

create_functioncreate_function(wptunerdebug.php:70

Output Escaping

11% escaped53 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

2 flows1 with unsanitized paths
wptuner_show_admin_page (wptunersetup.php:311)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

WP Tuner Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 22
actioninitwptuner.php:97
actionadmin_menuwptuner.php:107
filterplugin_action_linkswptuner.php:108
actionplugins_loadedwptuner.php:136
actionadmin_initwptuner.php:137
actionadmin_headwptuner.php:138
actionadmin_noticeswptuner.php:139
actionadmin_footerwptuner.php:140
actionactivity_box_endwptuner.php:141
actionload_feed_enginewptuner.php:142
actionwp_authenticatewptuner.php:143
actionwp_loginwptuner.php:144
actioninitwptuner.php:145
actionwidgets_initwptuner.php:146
actionposts_selectionwptuner.php:147
actionwp_headwptuner.php:148
actionget_sidebarwptuner.php:149
actionloop_startwptuner.php:150
actionget_footerwptuner.php:151
actioninitwptuner.php:154
actionwp_footerwptuner.php:164
actionadmin_footerwptuner.php:165
Maintenance & Trust

WP Tuner Maintenance & Trust

Maintenance Signals

WordPress version tested2.8.4
Last updatedUnknown
PHP min version
Downloads47K

Community Trust

Rating30/100
Number of ratings8
Active installs10
Developer Profile

WP Tuner Developer Profile

MrPeteH

1 plugin · 10 total installs

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

How We Detect WP Tuner

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wptuner/js/wptuner-admin.js/wp-content/plugins/wptuner/js/wptuner.js/wp-content/plugins/wptuner/css/wptuner.css
Script Paths
/wp-content/plugins/wptuner/js/wptuner-admin.js/wp-content/plugins/wptuner/js/wptuner.js
Version Parameters
wptuner/js/wptuner-admin.js?ver=wptuner/js/wptuner.js?ver=wptuner/css/wptuner.css?ver=

HTML / DOM Fingerprints

CSS Classes
wptuner-debug-info
HTML Comments
<!-- wptuner-->
JS Globals
wptuner_admin
FAQ

Frequently Asked Questions about WP Tuner