IaVote Security & Risk Analysis

wordpress.org/plugins/iavote

IaVote enables bloggers to add voting functionality to their posts. Include 2 widgets: resume votes and most voted.

10 active installs v1.0 PHP + WP 3.2+ Updated Jul 18, 2011
iavotevotevote-commentsvote-pagesvote-posts
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is IaVote Safe to Use in 2026?

Generally Safe

Score 85/100

IaVote 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 iavote v1.0 plugin exhibits a concerning security posture despite a seemingly small attack surface and no recorded vulnerability history. While the static analysis indicates zero entry points, this is misleading as the taint analysis reveals a single flow with an unsanitized path, which is categorized as high severity. This indicates a potential for injecting malicious data that is not properly validated or neutralized before being used in a sensitive operation. Furthermore, the complete absence of output escaping across all analyzed outputs is a critical weakness. This means that any data rendered to the user could potentially contain cross-site scripting (XSS) payloads, allowing attackers to execute arbitrary JavaScript in the user's browser. The lack of capability checks and nonce checks also raises concerns about potential unauthorized actions or privilege escalation if an attacker can find a way to trigger certain code paths, even if they are not explicitly exposed as entry points. The absence of known CVEs is a positive sign but does not negate the presence of critical flaws identified in the code analysis. Overall, while the plugin has strengths in avoiding known dangerous functions and primarily using prepared statements for SQL, the unaddressed high-severity taint flow and the complete lack of output escaping present significant risks that require immediate attention.

Key Concerns

  • High severity unsanitized path in taint flow
  • 0% output escaping
  • 0 nonce checks
  • 0 capability checks
Vulnerabilities
None known

IaVote Security Vulnerabilities

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

IaVote Code Analysis

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

SQL Query Safety

89% prepared9 total queries

Output Escaping

0% escaped3 total outputs
Data Flows
1 unsanitized

Data Flow Analysis

1 flows1 with unsanitized paths
<iavoteajax> (iavoteajax.php:0)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

IaVote Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 1
actionplugins_loadediavote_install.php:5
Maintenance & Trust

IaVote Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedJul 18, 2011
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

IaVote Developer Profile

iafelipe

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 IaVote

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/iavote/iavote.css
Script Paths
/wp-content/plugins/iavote/iavote.js

HTML / DOM Fingerprints

CSS Classes
vote-okvote-kolinkvote-oklinkvote-koiavoteupiavotedownnovote-oknovote-ko+7 more
HTML Comments
Copyright Felipe Gonzalez Lopez (email : reg@informaticaautonomos.com)This program is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2 of the License, or+11 more
Data Attributes
id="linkiavoteupid="iavoteupid="linkiavotedownid="iavotedownid="novote-okid="novote-ko+1 more
JS Globals
iavotegetUserId
Shortcode Output
<div class="tabbertab"><h2><div class="right-list"><h3><a href
FAQ

Frequently Asked Questions about IaVote