Vote Up/Down Security & Risk Analysis

wordpress.org/plugins/vote-updown

Vote Up/Down Add voting system to your single post using [show_votes] shortcode.

10 active installs v1.0.0 PHP 5.2.4+ WP 3.0+ Updated Oct 8, 2018
single-post-votingvote-pluginvote-up-downvotingwordpress-vote-plugin
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Vote Up/Down Safe to Use in 2026?

Generally Safe

Score 85/100

Vote Up/Down has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 7yr ago
Risk Assessment

The "vote-updown" plugin v1.0.0 exhibits a generally positive security posture due to a very limited attack surface and a lack of recorded vulnerabilities. The absence of AJAX handlers, REST API routes, cron events, and external HTTP requests significantly reduces the potential for external exploitation. The plugin also has no known CVEs, which is a strong indicator of past security diligence.

However, several concerns arise from the static analysis. The most significant is the complete lack of prepared statements for SQL queries, with 100% of the four identified queries being raw. This is a critical risk for SQL injection vulnerabilities, especially if any user-supplied data is involved in these queries, which is highly likely for a voting plugin. Furthermore, only 50% of output escaping is properly handled, presenting a risk of Cross-Site Scripting (XSS) vulnerabilities. The absence of nonce and capability checks is also concerning, as it implies that any interaction with the plugin's functionality, even if not directly exposed via AJAX or REST API, might be susceptible to unauthorized actions if a public entry point is identified. The zero taint analysis flows might be due to the limited nature of the analysis or the specific code structure, but the raw SQL and unescaped output are concrete indicators of risk.

In conclusion, while the plugin has a commendable lack of known vulnerabilities and a small attack surface, the static analysis reveals significant risks related to SQL injection and XSS due to the handling of database queries and output. These are fundamental security practices that are currently not being met. The absence of proper authorization checks further compounds these risks. Despite its limited scope, a user could face serious security implications if these weaknesses are exploited.

Key Concerns

  • Raw SQL queries without prepared statements
  • Unescaped output
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Vote Up/Down Security Vulnerabilities

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

Vote Up/Down Release Timeline

v1.0
Code Analysis
Analyzed Mar 16, 2026

Vote Up/Down Code Analysis

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

SQL Query Safety

0% prepared4 total queries

Output Escaping

50% escaped4 total outputs
Attack Surface

Vote Up/Down Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[show_votes] voting.php:88
WordPress Hooks 1
actionwp_enqueue_scriptsvoting.php:92
Maintenance & Trust

Vote Up/Down Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedOct 8, 2018
PHP min version5.2.4
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Vote Up/Down Developer Profile

webaddict

2 plugins · 20 total installs

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

How We Detect Vote Up/Down

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

Asset Fingerprints

Script Paths
/wp-content/plugins/vote-updown/https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css

HTML / DOM Fingerprints

CSS Classes
vote_buttonsup_votesup_down
Shortcode Output
<div class="vote_buttons"><form method="POST"><button name="up" type="submit" value="<i class="fa fa-thumbs-up" aria-hidden="true"></i>
FAQ

Frequently Asked Questions about Vote Up/Down