Poll Lite Security & Risk Analysis

wordpress.org/plugins/poll-lite

Allows to add polls to your site

10 active installs v1.0.1 PHP + WP 3.0+ Updated Dec 15, 2011
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Poll Lite Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The poll-lite plugin v1.0.1 presents a mixed security posture. On the positive side, it has no known historical CVEs and a relatively small attack surface with only one shortcode entry point, and no AJAX or REST API handlers with security checks missing. However, the static analysis reveals several significant concerns. The presence of `ini_set` is a red flag as it can be misused to alter PHP configurations, potentially leading to security vulnerabilities. Furthermore, 89% of SQL queries use prepared statements, which is good, but there are still some queries not using this best practice. A critical finding is that 0% of outputs are properly escaped, meaning any dynamic content rendered by the plugin could be vulnerable to Cross-Site Scripting (XSS) attacks. The taint analysis highlights 6 flows with unsanitized paths, with 3 classified as high severity, indicating potential for data manipulation or unauthorized access if these flows are triggered. The lack of nonce and capability checks across all entry points is a major weakness, as it means any authenticated user could potentially interact with these functions in unintended ways. The plugin's vulnerability history being clean is a positive sign, but it doesn't negate the direct code-level risks identified.

In conclusion, while the plugin has no documented vulnerabilities and a small attack surface, the identified code signals and taint analysis point to significant potential risks. The lack of output escaping and the high severity taint flows are particularly concerning and require immediate attention. The absence of nonce and capability checks further exacerbates these issues, creating a scenario where authenticated users could exploit weaknesses. Developers should prioritize addressing these findings to improve the plugin's security.

Key Concerns

  • 0% of outputs properly escaped
  • High severity taint flows (3)
  • Dangerous functions: ini_set
  • Nonce checks missing
  • Capability checks missing
  • SQL queries not using prepared statements
Vulnerabilities
None known

Poll Lite Security Vulnerabilities

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

Poll Lite Release Timeline

No version history available.
Code Analysis
Analyzed Apr 16, 2026

Poll Lite Code Analysis

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

Dangerous Functions Found

ini_setini_set('SMTP', 'localhost');poll-helper.class.php:6
ini_setini_set('smtp_port', 25);poll-helper.class.php:9

SQL Query Safety

89% prepared18 total queries

Output Escaping

0% escaped8 total outputs
Data Flows · Security
6 unsanitized

Data Flow Analysis

6 flows6 with unsanitized paths
<preferences> (admin/preferences.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Poll Lite Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[merlic_poll] poll-lite.php:36
WordPress Hooks 7
actionadmin_menupoll-lite.php:29
actioninitpoll-lite.php:30
actionadd_meta_boxespoll-lite.php:31
actionwp_insert_postpoll-lite.php:33
actiondelete_postpoll-lite.php:34
filterwidget_textpoll-lite.php:37
filterthe_excerptpoll-lite.php:38
Maintenance & Trust

Poll Lite Maintenance & Trust

Maintenance Signals

WordPress version tested3.1.4
Last updatedDec 15, 2011
PHP min version
Downloads7K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Alternatives

Poll Lite Alternatives

No alternatives data available yet.

Developer Profile

Poll Lite Developer Profile

stesvis

5 plugins · 50 total installs

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

How We Detect Poll Lite

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/poll-lite/style/default.css/wp-content/plugins/poll-lite/js/default.js
Script Paths
/wp-content/plugins/poll-lite/js/default.js

HTML / DOM Fingerprints

CSS Classes
merlic_pollmerlic_poll_result
Data Attributes
data-poll-id
Shortcode Output
<h3>
FAQ

Frequently Asked Questions about Poll Lite