Vote My Post Security & Risk Analysis

wordpress.org/plugins/vote-my-post

Provides up and downvote buttons to each of your posts.

10 active installs v1.0 PHP + WP 3.5.1+ Updated Sep 27, 2013
dislikedown-votelikepostsup-vote
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Vote My Post Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The "vote-my-post" v1.0 plugin presents a mixed security posture. While it demonstrates good practices by exclusively using prepared statements for SQL queries and having no recorded vulnerabilities or external HTTP requests, significant concerns arise from its attack surface and taint analysis. The plugin exposes six AJAX handlers, with a worrying four lacking any authentication or capability checks, creating a substantial entry point for unauthorized actions. Furthermore, taint analysis reveals four high-severity flows with unsanitized paths, indicating potential for data manipulation or injection vulnerabilities that could be exploited through these unprotected AJAX endpoints. The absence of any historical vulnerabilities, while positive, might also be a cause for caution, suggesting a lack of past security scrutiny or a superficial analysis of the code.

Overall, the plugin has strengths in its database interaction and lack of external dependencies. However, the numerous unprotected AJAX endpoints and high-severity unsanitized paths are critical security weaknesses. The plugin's current state suggests an urgent need for security hardening, particularly around its AJAX handlers, to mitigate the risk of exploitation and ensure the integrity of the WordPress site. Without addressing these issues, the plugin poses a significant security risk despite its other positive attributes.

Key Concerns

  • Unprotected AJAX handlers
  • High severity unsanitized paths
  • Low output escaping coverage
  • Number of AJAX entry points
Vulnerabilities
None known

Vote My Post Security Vulnerabilities

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

Vote My Post Code Analysis

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

SQL Query Safety

100% prepared52 total queries

Output Escaping

9% escaped45 total outputs
Data Flows
5 unsanitized

Data Flow Analysis

9 flows5 with unsanitized paths
vmp_display_page_links (vote-my-post.php:888)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface
4 unprotected

Vote My Post Attack Surface

Entry Points6
Unprotected4

AJAX Handlers 6

authwp_ajax_set_post_voting_link_position_and_orientation_090713vote-my-post.php:258
authwp_ajax_set_this_post_voting_mode_090813vote-my-post.php:326
authwp_ajax_set_multiple_post_voting_mode_090813vote-my-post.php:381
authwp_ajax_count_vote_090813vote-my-post.php:537
noprivwp_ajax_count_vote_090813vote-my-post.php:538
authwp_ajax_reset_this_post_vote_counter_092113vote-my-post.php:692
WordPress Hooks 9
actionadmin_initvote-my-post.php:100
actionadmin_menuvote-my-post.php:119
actionadmin_enqueue_scriptsvote-my-post.php:172
actionwp_enqueue_scriptsvote-my-post.php:173
actionwp_enqueue_scriptsvote-my-post.php:187
actionadmin_enqueue_scriptsvote-my-post.php:188
filterthe_contentvote-my-post.php:639
actionadmin_action_reset_multiple_post_vote_counters_092113vote-my-post.php:748
actionadmin_action_set_plugin_options_092113vote-my-post.php:843
Maintenance & Trust

Vote My Post Maintenance & Trust

Maintenance Signals

WordPress version tested3.6.1
Last updatedSep 27, 2013
PHP min version
Downloads7K

Community Trust

Rating100/100
Number of ratings5
Active installs10
Developer Profile

Vote My Post Developer Profile

seven monks

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 Vote My Post

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/vote-my-post/images/vmp-icon.gif/wp-content/plugins/vote-my-post/css/vmp-style.css/wp-content/plugins/vote-my-post/js/all-scripts.js
Script Paths
/wp-content/plugins/vote-my-post/js/all-scripts.js
Version Parameters
vote-my-post/css/vmp-style.css?ver=vote-my-post/js/all-scripts.js?ver=

HTML / DOM Fingerprints

Data Attributes
id="add-vmp-menu-tab"id="add-vmp-settings-menu-tab"id="add-vmp-post-vote-mode-menu-tab"id="add-vmp-post-vote-style-menu-tab"
JS Globals
ajax_object
FAQ

Frequently Asked Questions about Vote My Post