WP EASY POLL Security & Risk Analysis

wordpress.org/plugins/wp-easy-poll

With WP EASY POLL user could add ajax based voting poll system to wordpress driven sites very easily.

10 active installs v1.0 PHP + WP + Updated Oct 19, 2014
ajaxboothpollpollsvote
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is WP EASY POLL Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The wp-easy-poll plugin v1.0 exhibits a concerning security posture due to several critical weaknesses. The static analysis reveals a significant attack surface with two AJAX handlers lacking authentication checks, exposing them to unauthorized access. Furthermore, the complete absence of prepared statements for all SQL queries and the lack of any output escaping are major red flags, making the plugin highly susceptible to SQL injection and cross-site scripting (XSS) vulnerabilities. The fact that 100% of SQL queries are not using prepared statements and 0% of outputs are properly escaped indicates a severe lack of basic security practices in the codebase. While the plugin has no recorded vulnerability history (CVEs), this does not negate the immediate risks identified in the code itself. The lack of any reported vulnerabilities might be due to the plugin's obscurity or a lack of thorough security auditing in the past. The current state of the code suggests a high likelihood of exploitation if these vulnerabilities are present. In conclusion, despite a clean vulnerability history, the raw code analysis reveals profound security deficiencies that require immediate attention. The unprotected entry points, insecure SQL handling, and unescaped output collectively present a significant risk to any WordPress site using this plugin.

Key Concerns

  • AJAX handlers without authentication
  • SQL queries without prepared statements
  • Outputs not properly escaped
  • No nonce checks on AJAX
  • No capability checks
  • Use of create_function
Vulnerabilities
None known

WP EASY POLL Security Vulnerabilities

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

WP EASY POLL Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

WP EASY POLL Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function('', 'return register_widget("poll_widget");') );widget_poll.php:240

SQL Query Safety

0% prepared40 total queries

Output Escaping

0% escaped133 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
my_ajax (frontend_poll_process.php:112)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
2 unprotected

WP EASY POLL Attack Surface

Entry Points3
Unprotected2

AJAX Handlers 2

noprivwp_ajax_tuhfrontend_poll_process.php:14
authwp_ajax_tuhfrontend_poll_process.php:15

Shortcodes 1

[poll] show_poll_frontend.php:112
WordPress Hooks 15
actionwp_headfrontend_poll_process.php:2
actioninitfrontend_poll_process.php:16
actionadmin_menufrontend_process.php:48
actionadmin_menuhidden_page.php:74
actionwp_footerpoll_admin.php:16
actionwp_enqueue_scriptspoll_admin.php:103
actionadmin_headpoll_admin.php:106
actionwp_headpoll_admin.php:107
actionadmin_menupoll_admin.php:176
actionadmin_enqueue_scriptspoll_admin.php:204
actionadmin_menupoll_process.php:119
actioninittiny_mce_button.php:2
filtermce_external_pluginstiny_mce_button.php:4
filtermce_buttonstiny_mce_button.php:5
actionwidgets_initwidget_poll.php:240
Maintenance & Trust

WP EASY POLL Maintenance & Trust

Maintenance Signals

WordPress version tested3.9.40
Last updatedOct 19, 2014
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WP EASY POLL Developer Profile

peacehunter

1 plugin · 10 total installs

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

How We Detect WP EASY POLL

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-easy-poll/style_admin_back.css

HTML / DOM Fingerprints

CSS Classes
image_barpreloader_register
Data Attributes
id="poll_class_tuh"id="registerid="preloader_id="poll_
JS Globals
ajax_object
FAQ

Frequently Asked Questions about WP EASY POLL